Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/phy/
Dphy-msm-usb.c1425 static struct dentry *msm_otg_dbg_root; variable
1430 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()