Searched refs:msm_otg_dbg_root (Results 1 – 1 of 1) sorted by relevance
1425 static struct dentry *msm_otg_dbg_root; variable1430 msm_otg_dbg_root = debugfs_create_dir("msm_otg", NULL); in msm_otg_debugfs_init()1432 if (!msm_otg_dbg_root || IS_ERR(msm_otg_dbg_root)) in msm_otg_debugfs_init()1436 msm_otg_dbg_root, motg, &msm_otg_mode_fops); in msm_otg_debugfs_init()1438 debugfs_remove(msm_otg_dbg_root); in msm_otg_debugfs_init()1439 msm_otg_dbg_root = NULL; in msm_otg_debugfs_init()1449 debugfs_remove(msm_otg_dbg_root); in msm_otg_debugfs_cleanup()