Home
last modified time | relevance | path

Searched refs:usb_hc_mode (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_device.h93 enum usb_hc_mode usb_mode; /* host or device mode */
305 enum usb_dev_speed speed, enum usb_hc_mode mode);
H A Dusb_hub.h38 enum usb_hc_mode usb_mode; /* host or device mode */
H A Dusbdi.h235 enum usb_hc_mode usb_mode; /* host or device mode */
430 enum usb_hc_mode usb_mode; /* host or device mode */
578 enum usb_hc_mode usbd_get_mode(struct usb_device *udev);
H A Dusb_core.h90 enum usb_hc_mode usb_mode; /* shadow copy of "udev->usb_mode" */
H A Dusb.h778 enum usb_hc_mode { enum
H A Dusb_device.c1754 uint8_t port_no, enum usb_dev_speed speed, enum usb_hc_mode mode) in usb_alloc_device()
2595 enum usb_hc_mode
H A Dusb_hub.c604 enum usb_hc_mode mode; in uhub_reattach_port()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.h215 void ucom_set_usb_mode(struct ucom_super_softc *, enum usb_hc_mode);
H A Dusb_serial.c581 ucom_set_usb_mode(struct ucom_super_softc *ssc, enum usb_hc_mode usb_mode) in ucom_set_usb_mode()