Lines Matching +full:480 +full:i
29 { USB_SPEED_HIGH, "480", "High Speed(480Mbps)" },
30 { USB_SPEED_WIRELESS, "53.3-480", "Wireless"},
53 for (int i = 0; portst_strings[i].desc != NULL; i++) in usbip_status_string() local
54 if (portst_strings[i].num == status) in usbip_status_string()
55 return portst_strings[i].desc; in usbip_status_string()
62 for (int i = 0; speed_strings[i].speed != NULL; i++) in usbip_speed_string() local
63 if (speed_strings[i].num == num) in usbip_speed_string()
64 return speed_strings[i].desc; in usbip_speed_string()
86 for (int i = 0; op_common_status_strings[i].desc != NULL; i++) in usbip_op_common_status_string() local
87 if (op_common_status_strings[i].num == status) in usbip_op_common_status_string()
88 return op_common_status_strings[i].desc; in usbip_op_common_status_string()
189 for (int i = 0; speed_strings[i].speed != NULL; i++) { in read_attr_speed() local
190 if (!strcmp(speed, speed_strings[i].speed)) in read_attr_speed()
191 return speed_strings[i].num; in read_attr_speed()
240 int read_usb_interface(struct usbip_usb_device *udev, int i, in read_usb_interface() argument
248 udev->busid, udev->bConfigurationValue, i); in read_usb_interface()
250 err("busid length %i >= %lu or < 0", size, in read_usb_interface()