Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_hcd.h804 extern int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg);
Ddwc2_hcd.c517 hcd->self.is_b_host = dwc2_hcd_is_b_host(hsotg); in dwc2_host_start()
3778 if (!dwc2_hcd_is_b_host(hsotg)) { in dwc2_hcd_hub_control()
3903 int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg) in dwc2_hcd_is_b_host() function