Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dohci-dbg.c833 ohci->debug_async = debugfs_create_file("async", S_IRUGO, in create_debug_files()
836 if (!ohci->debug_async) in create_debug_files()
857 debugfs_remove(ohci->debug_async); in create_debug_files()
862 ohci->debug_async = NULL; in create_debug_files()
870 debugfs_remove(ohci->debug_async); in remove_debug_files()
Dohci.h425 struct dentry *debug_async; member