Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dohci-omap.c167 const unsigned port = hcd->self.otg_port - 1; in start_hnp()
197 hcd->self.otg_port = config->otg; in ohci_omap_reset()
Dohci-hub.c772 if (hcd->self.otg_port == (wIndex + 1) in ohci_hub_control()
Dehci-hub.c942 if ((hcd->self.otg_port == (wIndex + 1)) in ehci_hub_control()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-fsl-usb.c69 .otg_port = 1,
569 otg->host->otg_port = fsl_otg_initdata.otg_port; in fsl_otg_set_host()
Dphy-fsl-usb.h371 u8 otg_port; member
Dphy-isp1301-omap.c801 usb_bus_start_enum(otg->host, otg->host->otg_port); in omap_otg_irq()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dhost.c173 hcd->self.otg_port = 1; in host_start()
/kernel/linux/linux-5.10/drivers/usb/common/
Dusb-otg-fsm.c252 fsm->otg->host->otg_port); in otg_set_state()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dcore.h1173 u8 otg_port; member
Dhcd.c3292 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
3630 if (windex != hsotg->otg_port) in dwc2_hcd_hub_control()
5215 hsotg->otg_port = 1; in dwc2_hcd_init()
5223 hcd->self.otg_port = hsotg->otg_port; in dwc2_hcd_init()
/kernel/linux/linux-5.10/include/linux/
Dusb.h438 u8 otg_port; /* 0, or number of OTG/HNP port */ member
/kernel/linux/linux-5.10/drivers/usb/core/
Dhub.c2347 (port1 == bus->otg_port) ? "" : "non-"); in usb_enumerate_device_otg()
2350 if (port1 == bus->otg_port) { in usb_enumerate_device_otg()
4727 if (port1 == hdev->bus->otg_port) in hub_port_init()
5087 else if (port1 != udev->bus->otg_port || hdev->parent) in hub_power_remaining()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Ddummy_hcd.c2463 dummy_hcd_to_hcd(dum_hcd)->self.otg_port = 1; in dummy_start_ss()
2494 hcd->self.otg_port = 1; in dummy_start()
/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvhci_hcd.c1225 hcd->self.otg_port = 1; in vhci_start()
/kernel/linux/linux-5.10/drivers/usb/musb/
Dmusb_host.c2733 hcd->self.otg_port = 0; in musb_host_setup()