Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-dbg.c767 ohci->debug_async = debugfs_create_file("async", S_IRUGO, in create_debug_files()
770 if (!ohci->debug_async) in create_debug_files()
791 debugfs_remove(ohci->debug_async); in create_debug_files()
796 ohci->debug_async = NULL; in create_debug_files()
804 debugfs_remove(ohci->debug_async); in remove_debug_files()
Dohci.h432 struct dentry *debug_async; member