Home
last modified time | relevance | path

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

/openbmc/linux/drivers/interconnect/
H A Ddebugfs-client.c32 struct debugfs_path { struct
41 struct debugfs_path *path; in get_path() argument
53 struct debugfs_path *debugfs_path; in icc_get_set() local
89 debugfs_path = kzalloc(sizeof(*debugfs_path), GFP_KERNEL); in icc_get_set()
90 if (!debugfs_path) { in icc_get_set()
95 debugfs_path->path = cur_path; in icc_get_set()
96 debugfs_path->src = src; in icc_get_set()
97 debugfs_path->dst = dst; in icc_get_set()
98 list_add_tail(&debugfs_path->list, &debugfs_paths); in icc_get_set()