Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.h326 return usb_get_hcd(usb_hcd); in usb_hcd_get_by_usb_dev()
336 return usb_get_hcd(&wusbhc->usb_hcd) ? wusbhc : NULL; in wusbhc_get()
/Linux-v4.19/include/linux/usb/
Dhcd.h457 extern struct usb_hcd *usb_get_hcd(struct usb_hcd *hcd);
/Linux-v4.19/drivers/usb/core/
Dusb.c567 if (!usb_get_hcd(usb_hcd)) { in usb_alloc_dev()
Dhcd.c2651 struct usb_hcd *usb_get_hcd (struct usb_hcd *hcd) in usb_get_hcd() function
2657 EXPORT_SYMBOL_GPL(usb_get_hcd);