Searched refs:dbg_path (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dwkup_m3_ipc.h42 struct dentry *dbg_path; member in struct:wkup_m3_ipc
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c203 m3_ipc->dbg_path = debugfs_create_dir("wkup_m3_ipc", NULL);
205 if (IS_ERR(m3_ipc->dbg_path))
209 m3_ipc->dbg_path,
218 debugfs_remove_recursive(m3_ipc->dbg_path);

Completed in 106 milliseconds