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

12345

/linux-master/net/ethtool/
H A Dstrset.c12 const char (*strings)[ETH_GSTRING_LEN]; member in struct:strset_info
28 .strings = netdev_features_strings,
33 .strings = rss_hash_func_strings,
38 .strings = tunable_strings,
46 .strings = phy_tunable_strings,
51 .strings = link_mode_names,
56 .strings = netif_msg_class_names,
61 .strings = wol_mode_names,
66 .strings = sof_timestamping_names,
71 .strings
240 void *strings; local
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dprinter.c39 * device descriptor, either numbers or strings or both. These string
63 * DESCRIPTORS ... most are static, but strings and (full) configuration
90 /* static strings, in UTF-8 */
91 static struct usb_string strings [] = { variable in typeref:struct:usb_string
100 .strings = strings,
166 ret = usb_string_ids_tab(cdev, strings);
170 device_desc.iManufacturer = strings[USB_GADGET_MANUFACTURER_IDX].id;
171 device_desc.iProduct = strings[USB_GADGET_PRODUCT_IDX].id;
172 device_desc.iSerialNumber = strings[USB_GADGET_SERIAL_ID
[all...]
H A Dncm.c80 .strings = strings_dev,
97 /* FIXME alloc iConfiguration string, set it in c->strings */
201 .strings = dev_strings,
H A Dtcm_usb_gadget.c53 .strings = usbg_us_strings,
124 .strings = usbg_strings,
H A Dgmidi.c98 .strings = strings_dev,
179 .strings = dev_strings,
H A Dcdc2.c71 .strings = strings_dev,
229 .strings = dev_strings,
H A Dacm_ms.c69 .strings = strings_dev,
253 .strings = dev_strings,
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c248 * @strings: Ethtool strings, or %NULL
258 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, argument
269 if (strings) {
276 snprintf(strings + test_index * ETH_GSTRING_LEN,
293 * @strings: Ethtool strings, or %NULL
303 u8 *strings, u64 *data)
310 efx_fill_test(test_index++, strings, data,
314 efx_fill_test(test_index++, strings, dat
299 efx_fill_loopback_test(struct efx_nic *efx, struct efx_loopback_self_tests *lb_tests, enum efx_loopback_mode mode, unsigned int test_index, u8 *strings, u64 *data) argument
344 efx_ethtool_fill_self_tests(struct efx_nic *efx, struct efx_self_tests *tests, u8 *strings, u64 *data) argument
399 efx_describe_per_queue_stats(struct efx_nic *efx, u8 *strings) argument
460 efx_ethtool_get_strings(struct net_device *net_dev, u32 string_set, u8 *strings) argument
[all...]
H A Dethtool_common.h26 u8 *strings, u64 *data);
29 u8 *strings);
H A Dptp.h33 size_t efx_ptp_describe_stats(struct efx_nic *efx, u8 *strings);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c199 * @strings: Ethtool strings, or %NULL
209 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, argument
220 if (strings) {
227 snprintf(strings + test_index * ETH_GSTRING_LEN,
244 * @strings: Ethtool strings, or %NULL
254 u8 *strings, u64 *data)
261 efx_fill_test(test_index++, strings, data,
265 efx_fill_test(test_index++, strings, dat
250 efx_fill_loopback_test(struct efx_nic *efx, struct efx_loopback_self_tests *lb_tests, enum efx_loopback_mode mode, unsigned int test_index, u8 *strings, u64 *data) argument
295 efx_ethtool_fill_self_tests(struct efx_nic *efx, struct efx_self_tests *tests, u8 *strings, u64 *data) argument
398 efx_describe_per_queue_stats(struct efx_nic *efx, u8 *strings) argument
459 efx_siena_ethtool_get_strings(struct net_device *net_dev, u32 string_set, u8 *strings) argument
[all...]
H A Dptp.h31 size_t efx_siena_ptp_describe_stats(struct efx_nic *efx, u8 *strings);
H A Dethtool_common.h26 u8 *strings);
/linux-master/sound/core/
H A Dinfo_oss.c21 static DEFINE_MUTEX(strings);
32 guard(mutex)(&strings);
53 guard(mutex)(&strings);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c199 * @strings: Ethtool strings, or %NULL
209 static void ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data, argument
220 if (strings) {
227 snprintf(strings + test_index * ETH_GSTRING_LEN,
245 * @strings: Ethtool strings, or %NULL
255 u8 *strings, u64 *data)
262 ef4_fill_test(test_index++, strings, data,
266 ef4_fill_test(test_index++, strings, dat
251 ef4_fill_loopback_test(struct ef4_nic *efx, struct ef4_loopback_self_tests *lb_tests, enum ef4_loopback_mode mode, unsigned int test_index, u8 *strings, u64 *data) argument
296 ef4_ethtool_fill_self_tests(struct ef4_nic *efx, struct ef4_self_tests *tests, u8 *strings, u64 *data) argument
356 ef4_describe_per_queue_stats(struct ef4_nic *efx, u8 *strings) argument
404 ef4_ethtool_get_strings(struct net_device *net_dev, u32 string_set, u8 *strings) argument
[all...]
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c376 static unsigned int count_strings(const char *strings, unsigned int len) argument
381 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1)
399 static char **split(char *strings, unsigned int len, unsigned int *num) argument
403 /* Count the strings. */
404 *num = count_strings(strings, len);
409 kfree(strings);
412 memcpy(&ret[*num], strings, len);
413 kfree(strings);
415 strings
425 char *strings, *path; local
[all...]
/linux-master/fs/ceph/
H A DMakefile10 mds_client.o mdsmap.o strings.o ceph_frag.o \
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_ethtool.c61 char *strings = (char *)data; local
67 snprintf(strings, ETH_GSTRING_LEN,
69 strings += ETH_GSTRING_LEN;
74 snprintf(strings, ETH_GSTRING_LEN,
76 strings += ETH_GSTRING_LEN;
82 snprintf(strings, ETH_GSTRING_LEN,
84 strings += ETH_GSTRING_LEN;
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c35 const char *strings; member in struct:btf
67 str = btf->strings;
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c248 u8 *strings; local
251 strings = data;
259 memcpy(strings, string_cpu, ETH_GSTRING_LEN);
260 strings += ETH_GSTRING_LEN;
264 memcpy(strings, string_cpu, ETH_GSTRING_LEN);
265 strings += ETH_GSTRING_LEN;
270 memcpy(strings, string_cpu, ETH_GSTRING_LEN);
271 strings += ETH_GSTRING_LEN;
274 memcpy(strings, string_cpu, ETH_GSTRING_LEN);
275 strings
[all...]
/linux-master/drivers/usb/gadget/
H A Dusbstring.c20 * @table: of c strings encoded using UTF-8
30 * using this routine after choosing which set of UTF-8 strings to use.
33 * characters (which are also widely used in C strings).
49 for (s = table->strings; s && s->s; s++)
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c144 } __attribute__ ((__packed__)) strings = { variable in typeref:struct:__anon452
147 .length = cpu_to_le32(sizeof(strings)),
262 if (write(ep0, &strings, sizeof(strings)) < 0) {
263 perror("unable to write strings");
/linux-master/arch/s390/tools/
H A Dgen_facilities.c11 #include <strings.h>
/linux-master/tools/testing/selftests/mm/
H A Dthp_settings.h64 int thp_read_string(const char *name, const char * const strings[]);
H A Dvm_util.h6 #include <strings.h> /* ffsl() */

Completed in 202 milliseconds

12345