Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_device.h90 enum usb_hc_mode usb_mode; /* host or device mode */
295 enum usb_dev_speed speed, enum usb_hc_mode mode);
H A Dusb_hub.h37 enum usb_hc_mode usb_mode; /* host or device mode */
H A Dusbdi.h229 enum usb_hc_mode usb_mode; /* host or device mode */
392 enum usb_hc_mode usb_mode; /* host or device mode */
488 enum usb_hc_mode usbd_get_mode(struct usb_device *udev);
H A Dusb_core.h86 enum usb_hc_mode usb_mode; /* shadow copy of "udev->usb_mode" */
H A Dusb.h758 enum usb_hc_mode { enum
H A Dusb_device.c1538 uint8_t port_no, enum usb_dev_speed speed, enum usb_hc_mode mode) in usb_alloc_device()
2430 enum usb_hc_mode
H A Dusb_hub.c615 enum usb_hc_mode mode; in uhub_reattach_port()