Home
last modified time | relevance | path

Searched refs:speed_names (Results 1 – 2 of 2) sorted by relevance

/linux/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c35 } speed_names[] = { variable
106 for (i = 0; i < ARRAY_SIZE(speed_names); i++) { in read_usb_vudc_device()
107 if (!strcmp(speed_names[i].name, speed)) { in read_usb_vudc_device()
108 dev->speed = speed_names[i].speed; in read_usb_vudc_device()
/linux/tools/firewire/
H A Dnosy-dump.c787 static const char * const speed_names[] = { in print_packet() local
794 speed_names[pp->self_id.phy_speed], in print_packet()