Home
last modified time | relevance | path

Searched refs:otg_port (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dohci-omap.c73 const unsigned port = hcd->self.otg_port - 1; in start_hnp()
101 hcd->self.otg_port = config->otg; in ohci_omap_reset()
H A Dohci-hub.c776 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
H A Dehci-hub.c805 if ((hcd->self.otg_port == (wIndex + 1)) in ehci_hub_control()
H A Dxhci-tegra.c2743 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
2753 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c69 .otg_port = 1,
569 otg->host->otg_port = fsl_otg_initdata.otg_port; in fsl_otg_set_host()
H A Dphy-fsl-usb.h371 u8 otg_port; member
/openbmc/linux/drivers/usb/common/
H A Dusb-otg-fsm.c252 fsm->otg->host->otg_port); in otg_set_state()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c187 hcd->self.otg_port = 1; in host_start()
/openbmc/linux/drivers/usb/dwc2/
H A Dcore.h1173 u8 otg_port; member
H A Dhcd.c3282 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
3634 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
5305 hsotg->otg_port = 1; in dwc2_hcd_init()
5313 hcd->self.otg_port = hsotg->otg_port; in dwc2_hcd_init()
/openbmc/linux/drivers/usb/core/
H A Dhub.c2397 (port1 == bus->otg_port) ? "" : "non-"); in usb_enumerate_device_otg()
2400 if (port1 == bus->otg_port) { in usb_enumerate_device_otg()
2425 if (bus->otg_port != 0) { in usb_enumerate_device_otg()
4862 if (port1 == hdev->bus->otg_port) in hub_port_init()
5222 else if (port1 != udev->bus->otg_port || hdev->parent) in hub_power_remaining()
/openbmc/linux/include/linux/
H A Dusb.h460 u8 otg_port; /* 0, or number of OTG/HNP port */ member
/openbmc/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2490 dummy_hcd_to_hcd(dum_hcd)->self.otg_port = 1; in dummy_start_ss()
2522 hcd->self.otg_port = 1; in dummy_start()
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c1200 hcd->self.otg_port = 1; in vhci_start()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c2038 hcd->self.otg_port = 1; in musb_init_controller()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c2741 hcd->self.otg_port = 0; in musb_host_setup()