Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1399 static struct dentry *msm_otg_dbg_root; variable
1404 msm_otg_dbg_root = debugfs_create_dir("msm_otg", NULL); in msm_otg_debugfs_init()
1406 if (!msm_otg_dbg_root || IS_ERR(msm_otg_dbg_root)) in msm_otg_debugfs_init()
1410 msm_otg_dbg_root, motg, &msm_otg_mode_fops); in msm_otg_debugfs_init()
1412 debugfs_remove(msm_otg_dbg_root); in msm_otg_debugfs_init()
1413 msm_otg_dbg_root = NULL; in msm_otg_debugfs_init()
1423 debugfs_remove(msm_otg_dbg_root); in msm_otg_debugfs_cleanup()