HomeSort by: relevance | last modified time | path
    Searched refs:USB_IS_SS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
uhub.c 216 if (dev->ud_depth != 0 && USB_IS_SS(dev->ud_speed)) {
378 if (USB_IS_SS(dev->ud_speed) && dev->ud_depth != 0) {
824 if (USB_IS_SS(speed)) {
usb_subr.c 773 if (USB_IS_SS(dev->ud_speed)) {
1816 const bool sshub_p = USB_IS_SS(dev->ud_speed);
usb.h 904 #define USB_IS_SS(X) ((X) == USB_SPEED_SUPER || (X) == USB_SPEED_SUPER_PLUS)
xhci.c 3013 if (USB_IS_SS(speed)) {
3922 if (USB_IS_SS(speed)) {
3963 if (USB_IS_SS(speed)) {

Completed in 91 milliseconds