Home
last modified time | relevance | path

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

/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()
/linux/drivers/usb/dwc2/
H A Dcore.h1187 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()
5307 hsotg->otg_port = 1; in dwc2_hcd_init()
5315 hcd->self.otg_port = hsotg->otg_port; in dwc2_hcd_init()
/linux/include/linux/
H A Dusb.h459 u8 otg_port; /* 0, or number of OTG/HNP port */ member
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2519 dummy_hcd_to_hcd(dum_hcd)->self.otg_port = 1; in dummy_start_ss()
2550 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()