Home
last modified time | relevance | path

Searched refs:UPS_PORT_MODE_DEVICE (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
Dusb.h734 #define UPS_PORT_MODE_DEVICE 0x8000 /* currently FreeBSD specific */ macro
Dusb_hub.c715 if (!(sc->sc_st.port_status & UPS_PORT_MODE_DEVICE)) { in uhub_reattach_port()
844 } else if (sc->sc_st.port_status & UPS_PORT_MODE_DEVICE) in uhub_reattach_port()
Dusb_device.c179 if ((UGETW(ps.wPortStatus) & UPS_PORT_MODE_DEVICE) == 0) in usb_trigger_reprobe_on_off()
/freebsd-12-stable/sys/dev/usb/controller/
Davr32dci.c1899 value = UPS_PORT_MODE_DEVICE; in avr32dci_roothub_exec()
Datmegadci.c1964 value = UPS_PORT_MODE_DEVICE; in atmegadci_roothub_exec()
Duss820dci.c2221 value = UPS_PORT_MODE_DEVICE; in uss820dci_roothub_exec()
Dohci.c2321 v &= ~UPS_PORT_MODE_DEVICE; /* force host mode */ in ohci_roothub_exec()
Dsaf1761_otg.c3338 value = UPS_PORT_MODE_DEVICE; in saf1761_otg_roothub_exec()
Dmusb_otg.c4022 value = UPS_PORT_MODE_DEVICE; in musbotg_roothub_exec()
Ddwc_otg.c4760 value = UPS_PORT_MODE_DEVICE; in dwc_otg_roothub_exec()