Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/musb/
Dmusb_virthub.c276 if (!(is_otg_enabled(musb) && hcd->self.is_b_host)) in musb_hub_control()
372 if (!(is_otg_enabled(musb) && hcd->self.is_b_host)) in musb_hub_control()
Dmusb_core.c398 hcd->self.is_b_host = 0; in musb_hnp_stop()
717 hcd->self.is_b_host = 1; in musb_stage0_irq()
725 hcd->self.is_b_host = 0; in musb_stage0_irq()
763 musb_to_hcd(musb)->self.is_b_host = 0; in musb_stage0_irq()
/linux-3.4.99/drivers/usb/otg/
Dfsl_otg.c561 otg->host->is_b_host = otg_dev->fsm.id; in fsl_otg_set_host()
726 otg->host->is_b_host = fsm->id; in fsl_otg_isr()
Disp1301_omap.c349 isp->phy.otg->host->is_b_host = 0; in a_idle()
373 isp->phy.otg->host->is_b_host = 1; in b_idle()
/linux-3.4.99/include/linux/
Dusb.h332 unsigned is_b_host:1; /* true during some HNP roleswitches */ member
/linux-3.4.99/drivers/usb/core/
Dhub.c1854 if (!udev->bus->is_b_host in usb_enumerate_device_otg()
1900 if (udev->bus->b_hnp_enable || udev->bus->is_b_host) { in usb_enumerate_device_otg()
3450 if (hdev->bus->is_b_host) in hub_port_connect_change()