Home
last modified time | relevance | path

Searched refs:root_path_buf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c74 char *root_path_buf; in get_filename() local
78 root_path_buf = kzalloc(root_path_buf_len, GFP_KERNEL); in get_filename()
79 if (!root_path_buf) in get_filename()
82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
103 kfree(root_path_buf); in get_filename()