Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/usb/
Donboard_dev.h10 void onboard_dev_create_pdevs(struct usb_device *parent_dev, struct list_head *pdev_list);
13 static inline void onboard_dev_create_pdevs(struct usb_device *parent_dev, in onboard_dev_create_pdevs() function
/linux-6.14.4/drivers/usb/misc/
Donboard_usb_dev_pdevs.c67 void onboard_dev_create_pdevs(struct usb_device *parent_hub, struct list_head *pdev_list) in onboard_dev_create_pdevs() function
125 EXPORT_SYMBOL_GPL(onboard_dev_create_pdevs);
/linux-6.14.4/drivers/usb/core/
Dhub.c1978 onboard_dev_create_pdevs(hdev, &hub->onboard_devs); in hub_probe()