Searched refs:dbg_path (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 482 milliseconds