Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/mon/
Dmon_text.c743 struct dentry *mondir; in mon_text_init() local
745 mondir = debugfs_create_dir("usbmon", usb_debug_root); in mon_text_init()
746 if (IS_ERR(mondir)) { in mon_text_init()
750 if (mondir == NULL) { in mon_text_init()
754 mon_dir = mondir; in mon_text_init()