Searched refs:strings (Results 1 - 25 of 51) sorted by relevance

123

/drivers/net/ethernet/sfc/
H A Dethtool.c283 * @strings: Ethtool strings, or %NULL
294 struct ethtool_string *strings, u64 *data,
305 if (strings) {
313 snprintf(strings[test_index].name,
314 sizeof(strings[test_index].name),
331 * @strings: Ethtool strings, or %NULL
338 struct ethtool_string *strings, u64 *data)
344 efx_fill_test(test_index++, strings, dat
293 efx_fill_test(unsigned int test_index, struct ethtool_string *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
334 efx_fill_loopback_test(struct efx_nic *efx, struct efx_loopback_self_tests *lb_tests, enum efx_loopback_mode mode, unsigned int test_index, struct ethtool_string *strings, u64 *data) argument
372 efx_ethtool_fill_self_tests(struct efx_nic *efx, struct efx_self_tests *tests, struct ethtool_string *strings, u64 *data) argument
445 efx_ethtool_get_strings(struct net_device *net_dev, u32 string_set, u8 *strings) argument
[all...]
/drivers/usb/gadget/
H A Daudio.c49 .strings = strings_dev,
126 /* FIXME alloc iConfiguration string, set it in c->strings */
166 /* device descriptor strings: manufacturer, product */
204 .strings = audio_strings,
H A Dncm.c116 .strings = strings_dev,
130 /* FIXME alloc iConfiguration string, set it in c->strings */
182 /* device descriptor strings: manufacturer, product */
221 .strings = dev_strings,
H A Dusbstring.c24 * @table: of c strings encoded using UTF-8
34 * using this routine after choosing which set of UTF-8 strings to use.
37 * characters (which are also widely used in C strings).
53 for (s = table->strings; s && s->s; s++)
H A Dacm_ms.c108 .strings = strings_dev,
194 /* device descriptor strings: manufacturer, product */
238 .strings = dev_strings,
H A Dcdc2.c109 .strings = strings_dev,
195 /* device descriptor strings: manufacturer, product */
238 .strings = dev_strings,
H A Dether.c214 .strings = strings_dev,
233 /* FIXME alloc iConfiguration string, set it in c->strings */
265 /* FIXME alloc iConfiguration string, set it in c->strings */
347 /* device descriptor strings: manufacturer, product */
394 .strings = dev_strings,
H A Dgmidi.c113 .strings = strings_dev,
190 .strings = dev_strings,
H A Dhid.c109 .strings = strings_dev,
177 /* device descriptor strings: manufacturer, product */
248 .strings = dev_strings,
H A Dnokia.c78 .strings = strings_dev,
243 .strings = dev_strings,
H A Dserial.c79 .strings = strings_dev,
244 .strings = dev_strings,
H A Dcomposite.c38 * published in the device descriptor, either numbers or strings or both.
829 /* We support strings in multiple languages ... string descriptor zero
896 sp = composite->strings;
901 sp = c->strings;
906 sp = f->strings;
934 struct usb_gadget_strings strings = { local
936 .strings = &(struct usb_string) { 0xff, str }
938 return usb_gadget_get_string(&strings, 0xff, buf);
945 if (composite->strings) {
946 len = lookup_string(composite->strings, bu
[all...]
H A Df_serial.c139 .strings = gser_string_defs,
291 /* REVISIT might want instance-specific strings to help
311 gser->port.func.strings = gser_strings;
H A Dg_ffs.c121 .strings = gfs_strings,
155 .strings = gfs_dev_strings,
H A Dmulti.c136 .strings = strings_dev,
344 .strings = dev_strings,
H A Dwebcam.c63 .strings = webcam_strings,
375 .strings = webcam_device_strings,
H A Dzero.c163 .strings = strings_dev,
333 .strings = dev_strings,
H A Df_loopback.c155 /* function-specific strings: */
164 .strings = strings_loopback,
396 .strings = loopback_strings,
H A Df_subset.c245 .strings = geth_string_defs,
448 geth->port.func.strings = geth_strings;
H A Df_eem.c157 .strings = eem_string_defs,
582 eem->port.func.strings = eem_strings;
H A Df_fs.c51 * Waiting for descriptors and strings.
61 * We've got descriptors and strings. We are or have called
73 * unrecoverable error is situation when after reading strings
444 pr_info("read strings\n");
1365 struct usb_string *str = (*lang)->strings;
1452 func->function.strings = ffs->stringtabs;
1551 /* Parsing and building descriptors and strings *****************************/
1555 * well as record how many interfaces, endpoints and strings are
1830 struct usb_string *strings, *s; local
1845 /* Do we have at least as many strings a
1864 struct usb_string strings[lang_count*(needed_count+1)]; member in struct:__anon5695
[all...]
H A Df_obex.c65 .strings = obex_string_defs,
455 obex->port.func.strings = obex_strings;
/drivers/xen/xenbus/
H A Dxenbus_xs.c306 static unsigned int count_strings(const char *strings, unsigned int len) argument
311 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1)
329 static char **split(char *strings, unsigned int len, unsigned int *num) argument
333 /* Count the strings. */
334 *num = count_strings(strings, len);
339 kfree(strings);
342 memcpy(&ret[*num], strings, len);
343 kfree(strings);
345 strings
355 char *strings, *path; local
[all...]
/drivers/scsi/isci/
H A Dremote_node_context.c67 static const char * const strings[] = RNC_STATES; local
69 return strings[state];
/drivers/usb/core/
H A DKconfig19 strings for every new USB device to the syslog. This option is

Completed in 837 milliseconds

123