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