Home
last modified time | relevance | path

Searched refs:speed_names (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c35 } 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()
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c35 } 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()
/kernel/linux/linux-5.10/drivers/usb/common/
H A Dcommon.c68 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()
/kernel/linux/linux-6.6/drivers/usb/common/
H A Dcommon.c69 static const char *const speed_names[] = { variable
94 if (speed < 0 || speed >= ARRAY_SIZE(speed_names)) in usb_speed_string()
96 return speed_names[speed]; in usb_speed_string()
121 ret = match_string(speed_names, ARRAY_SIZE(speed_names), maximum_speed); in usb_get_maximum_speed()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac2.c127 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 Df_fs.c2774 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local
2807 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()
H A Df_generic.c2682 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local
2715 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c2844 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local
2877 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()
H A Df_generic.c2680 static const char *speed_names[] = { "full", "high", "super" }; in __ffs_func_bind_do_descs() local
2713 speed_names[ep_desc_id], in __ffs_func_bind_do_descs()

Completed in 26 milliseconds