Home
last modified time | relevance | path

Searched refs:dwc2_hsotg_to_hcd (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/dwc2/
Dhcd.c730 hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_hc_setup_align_buf()
1423 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_is_b_hnp_enabled()
2077 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_start()
2085 struct usb_hcd *hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_host_disconnect()
2202 dwc2_free_bus_bandwidth(dwc2_hsotg_to_hcd(hsotg), in dwc2_host_complete()
2207 usb_hcd_unlink_urb_from_ep(dwc2_hsotg_to_hcd(hsotg), urb); in dwc2_host_complete()
2213 usb_hcd_giveback_urb(dwc2_hsotg_to_hcd(hsotg), urb, status); in dwc2_host_complete()
2978 hcd = dwc2_hsotg_to_hcd(hsotg); in dwc2_hcd_remove()
Dhcd.h360 static inline struct usb_hcd *dwc2_hsotg_to_hcd(struct dwc2_hsotg *hsotg) in dwc2_hsotg_to_hcd() function