Searched refs:debug_async (Results 1 – 2 of 2) sorted by relevance
769 ohci->debug_async = debugfs_create_file("async", S_IRUGO, in create_debug_files()772 if (!ohci->debug_async) in create_debug_files()793 debugfs_remove(ohci->debug_async); in create_debug_files()798 ohci->debug_async = NULL; in create_debug_files()806 debugfs_remove(ohci->debug_async); in remove_debug_files()
432 struct dentry *debug_async; member