Home
last modified time | relevance | path

Searched refs:onboard_dev_destroy_pdevs (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/usb/
Donboard_dev.h11 void onboard_dev_destroy_pdevs(struct list_head *pdev_list);
15 static inline void onboard_dev_destroy_pdevs(struct list_head *pdev_list) {} in onboard_dev_destroy_pdevs() function
/linux-6.14.4/drivers/usb/misc/
Donboard_usb_dev_pdevs.c134 void onboard_dev_destroy_pdevs(struct list_head *pdev_list) in onboard_dev_destroy_pdevs() function
144 EXPORT_SYMBOL_GPL(onboard_dev_destroy_pdevs);
/linux-6.14.4/drivers/usb/core/
Dhub.c1818 onboard_dev_destroy_pdevs(&hub->onboard_devs); in hub_disconnect()