Home
last modified time | relevance | path

Searched refs:dwc2_hcd_is_b_host (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd.h782 * dwc2_hcd_is_b_host() - Returns 1 if core currently is acting as B host,
787 int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg);
H A Dhcd.c501 hcd->self.is_b_host = dwc2_hcd_is_b_host(hsotg); in dwc2_host_start()
3672 if (!dwc2_hcd_is_b_host(hsotg)) { in dwc2_hcd_hub_control()
3795 int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg) in dwc2_hcd_is_b_host() function
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd.h753 * dwc2_hcd_is_b_host() - Returns 1 if core currently is acting as B host,
758 int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg);
H A Dhcd.c466 hcd->self.is_b_host = dwc2_hcd_is_b_host(hsotg); in dwc2_host_start()
3690 if (!dwc2_hcd_is_b_host(hsotg)) { in dwc2_hcd_hub_control()
3813 int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg) in dwc2_hcd_is_b_host() function

Completed in 16 milliseconds