Searched refs:debugfs_path (Results 1 – 1 of 1) sorted by relevance
32 struct debugfs_path { struct41 struct debugfs_path *path; in get_path() argument53 struct debugfs_path *debugfs_path; in icc_get_set() local89 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()