• Home
  • Raw
  • Download

Lines Matching refs:speed

273 	    (udev->speed != USB_SPEED_HIGH) ||  in uhub_tt_buffer_reset_async_locked()
274 ((child->speed != USB_SPEED_LOW) && in uhub_tt_buffer_reset_async_locked()
275 (child->speed != USB_SPEED_FULL)) || in uhub_tt_buffer_reset_async_locked()
377 uhub_count_active_host_ports(struct usb_device *udev, enum usb_dev_speed speed) in uhub_count_active_host_ports() argument
400 (child->speed == speed)) in uhub_count_active_host_ports()
659 enum usb_dev_speed speed; in uhub_reattach_port() local
721 switch (udev->speed) { in uhub_reattach_port()
801 switch (udev->speed) { in uhub_reattach_port()
804 speed = USB_SPEED_HIGH; in uhub_reattach_port()
806 speed = USB_SPEED_LOW; in uhub_reattach_port()
808 speed = USB_SPEED_FULL; in uhub_reattach_port()
812 speed = USB_SPEED_LOW; in uhub_reattach_port()
814 speed = USB_SPEED_FULL; in uhub_reattach_port()
817 speed = USB_SPEED_LOW; in uhub_reattach_port()
824 speed = USB_SPEED_FULL; in uhub_reattach_port()
827 speed = USB_SPEED_LOW; in uhub_reattach_port()
830 speed = USB_SPEED_HIGH; in uhub_reattach_port()
833 speed = USB_SPEED_SUPER; in uhub_reattach_port()
837 speed = USB_SPEED_SUPER; in uhub_reattach_port()
842 speed = udev->speed; in uhub_reattach_port()
845 if (speed == USB_SPEED_SUPER) { in uhub_reattach_port()
877 udev->depth + 1, portno - 1, portno, speed, mode); in uhub_reattach_port()
918 switch (udev->speed) { in usb_device_20_compatible()
1030 switch (udev->speed) { in uhub_is_too_deep()
1206 switch (udev->speed) { in uhub_query_info()
1221 if (udev->speed == USB_SPEED_HIGH) in uhub_query_info()
1327 switch (udev->speed) { in uhub_attach()
1510 switch (udev->speed) { in uhub_attach()
1930 enum usb_dev_speed speed; in usb_hs_bandwidth_adjust() local
1935 speed = usbd_get_speed(udev); in usb_hs_bandwidth_adjust()
1937 switch (speed) { in usb_hs_bandwidth_adjust()
1940 if (speed == USB_SPEED_LOW) { in usb_hs_bandwidth_adjust()
1988 uint8_t speed; in usb_hs_bandwidth_alloc() local
1999 speed = usbd_get_speed(udev); in usb_hs_bandwidth_alloc()
2012 if ((speed != USB_SPEED_FULL) && in usb_hs_bandwidth_alloc()
2013 (speed != USB_SPEED_LOW)) { in usb_hs_bandwidth_alloc()