Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c70 .otg_port = 1,
570 otg->host->otg_port = fsl_otg_initdata.otg_port; in fsl_otg_set_host()
H A Dphy-fsl-usb.h371 u8 otg_port; member
/linux/drivers/usb/common/
H A Dusb-otg-fsm.c252 fsm->otg->host->otg_port); in otg_set_state()
/linux/drivers/usb/host/
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.c2807 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
2817 if (!((hcd->self.otg_port == (port + 1)) && hcd->self.b_hnp_enable)) in tegra_xhci_hub_control()
/linux/drivers/usb/core/
H A Dhub.c2460 (port1 == bus->otg_port) ? "" : "non-"); in usb_enumerate_device_otg()
2463 if (port1 == bus->otg_port) { in usb_enumerate_device_otg()
2488 if (bus->otg_port != 0) { in usb_enumerate_device_otg()
4928 if (port1 == hdev->bus->otg_port) in hub_port_init()
5288 else if (port1 != udev->bus->otg_port || hdev->parent) in hub_power_remaining()
/linux/drivers/usb/dwc2/
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()
/linux/include/linux/
H A Dusb.h458 u8 otg_port; /* 0, or number of OTG/HNP port */ member
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2501 dummy_hcd_to_hcd(dum_hcd)->self.otg_port = 1; in dummy_start_ss()
2532 hcd->self.otg_port = 1; in dummy_start()
/linux/drivers/usb/usbip/
H A Dvhci_hcd.c1224 hcd->self.otg_port = 1; in vhci_start()
/linux/drivers/usb/musb/
H A Dmusb_host.c2741 hcd->self.otg_port = 0; in musb_host_setup()