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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_text.c725 struct dentry *mondir; local
727 mondir = debugfs_create_dir("usbmon", NULL);
728 if (IS_ERR(mondir)) {
732 if (mondir == NULL) {
736 mon_dir = mondir;

Completed in 91 milliseconds