Home
last modified time | relevance | path

Searched refs:is_b_host (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/musb/
Dmusb_virthub.c326 if (!hcd->self.is_b_host) in musb_hub_control()
392 if (!hcd->self.is_b_host && musb_has_gadget(musb)) in musb_hub_control()
Dmusb_core.c490 hcd->self.is_b_host = 0; in musb_hnp_stop()
797 musb->hcd->self.is_b_host = 1; in musb_stage0_irq()
805 hcd->self.is_b_host = 0; in musb_stage0_irq()
839 musb->hcd->self.is_b_host = 0; in musb_stage0_irq()
/linux-4.1.27/drivers/usb/phy/
Dphy-fsl-usb.c576 otg->host->is_b_host = otg_dev->fsm.id; in fsl_otg_set_host()
751 otg->host->is_b_host = fsm->id; in fsl_otg_isr()
Dphy-isp1301-omap.c347 isp->phy.otg->host->is_b_host = 0; in a_idle()
371 isp->phy.otg->host->is_b_host = 1; in b_idle()
/linux-4.1.27/include/linux/
Dusb.h358 unsigned is_b_host:1; /* true during some HNP roleswitches */ member
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c2093 hcd->self.is_b_host = dwc2_hcd_is_b_host(hsotg); in dwc2_host_start()
2101 hcd->self.is_b_host = 0; in dwc2_host_disconnect()
/linux-4.1.27/drivers/usb/core/
Dhub.c2257 if (!udev->bus->is_b_host in usb_enumerate_device_otg()
2347 || udev->bus->is_b_host)) { in usb_enumerate_device()
4859 if (hub->hdev->bus->is_b_host) in hub_port_connect_change()