Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp-debugfs.c78 char *root_path_buf; in get_filename() local
81 root_path_buf = kzalloc(512, GFP_KERNEL); in get_filename()
82 if (!root_path_buf) in get_filename()
85 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
86 sizeof(root_path_buf)); in get_filename()
106 kfree(root_path_buf); in get_filename()