Searched refs:debug_async (Results 1 – 2 of 2) sorted by relevance
833 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()
425 struct dentry *debug_async; member