Searched refs:speed_names (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | usbip_device_driver.c | 35 } speed_names[] = { variable 102 for (i = 0; i < ARRAY_SIZE(speed_names); i++) { in read_usb_vudc_device() 103 if (!strcmp(speed_names[i].name, speed)) { in read_usb_vudc_device() 104 dev->speed = speed_names[i].speed; in read_usb_vudc_device()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/common/ |
| H A D | common.c | 43 static const char *const speed_names[] = { variable 63 for (i = 0; i < ARRAY_SIZE(speed_names); i++) in usb_get_maximum_speed() 64 if (!strcmp(max_speed, speed_names[i])) in usb_get_maximum_speed()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 68 static const char *const speed_names[] = { variable 93 if (speed < 0 || speed >= ARRAY_SIZE(speed_names)) in usb_speed_string() 95 return speed_names[speed]; in usb_speed_string() 120 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed()
|
| /OK3568_Linux_fs/kernel/tools/firewire/ |
| H A D | nosy-dump.c | 787 static const char * const speed_names[] = { in print_packet() local 794 speed_names[pp->self_id.phy_speed], in print_packet()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_uac2.c | 127 static const char *const speed_names[] = { variable 766 speed_names[speed], dir, max_size_bw, bint); in set_ep_max_packet_size_bint() 770 speed_names[speed], dir, max_size_bw, bint, max_size_ep); in set_ep_max_packet_size_bint()
|
| H A D | f_fs.c | 2850 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local 2883 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |