Home
last modified time | relevance | path

Searched refs:remove_debug_files (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c1343 #define remove_debug_files(dev) debugfs_lookup_and_remove(dev->gadget.name, NULL) macro
1348 #define remove_debug_files(dev) do {} while (0) macro
2387 remove_debug_files(dev); in pxa25x_udc_probe()
2413 remove_debug_files(dev); in pxa25x_udc_remove()
/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c856 static inline void remove_debug_files(struct type_c_data *type_c) in remove_debug_files() function
862 static inline void remove_debug_files(struct type_c_data *type_c) { } in remove_debug_files() function
1412 remove_debug_files(type_c); in extcon_rtk_type_c_remove()
/linux/drivers/usb/host/
H A Dohci-dbg.c779 static inline void remove_debug_files (struct ohci_hcd *ohci) in remove_debug_files() function
H A Dohci-hcd.c1018 remove_debug_files (ohci); in ohci_stop()