| /linux/net/ethtool/ |
| A D | strset.c | 38 .strings = tunable_strings, 46 .strings = phy_tunable_strings, 51 .strings = link_mode_names, 61 .strings = wol_mode_names, 71 .strings = ts_tx_type_names, 76 .strings = ts_rx_filter_names, 86 .strings = stats_std_names, 106 .strings = stats_rmon_names, 241 void *strings; in strset_prepare_set() local 260 if (!strings) in strset_prepare_set() [all …]
|
| /linux/Documentation/usb/ |
| A D | gadget_configfs.rst | 85 $ mkdir strings/0x409 97 $ mkdir strings/0x409/xu.0 183 ./strings 184 ./strings/0x409 185 ./strings/0x409/serialnumber 186 ./strings/0x409/product 187 ./strings/0x409/manufacturer 191 ./configs/c.1/strings 192 ./configs/c.1/strings/0x409 287 $ rmdir strings/<lang> [all …]
|
| /linux/drivers/usb/gadget/legacy/ |
| A D | printer.c | 91 static struct usb_string strings [] = { variable 100 .strings = strings, 166 ret = usb_string_ids_tab(cdev, strings); in printer_bind() 170 device_desc.iManufacturer = strings[USB_GADGET_MANUFACTURER_IDX].id; in printer_bind() 171 device_desc.iProduct = strings[USB_GADGET_PRODUCT_IDX].id; in printer_bind() 172 device_desc.iSerialNumber = strings[USB_GADGET_SERIAL_IDX].id; in printer_bind() 216 .strings = dev_strings,
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | ethtool_common.c | 220 if (strings) { in efx_fill_test() 254 u8 *strings, u64 *data) in efx_fill_loopback_test() argument 344 strings, data); in efx_ethtool_fill_self_tests() 406 if (strings != NULL) { in efx_describe_per_queue_stats() 412 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats() 419 if (strings != NULL) { in efx_describe_per_queue_stats() 422 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats() 431 if (strings) { in efx_describe_per_queue_stats() 434 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats() 467 strings += (efx->type->describe_stats(efx, strings) * in efx_siena_ethtool_get_strings() [all …]
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | ethtool_common.c | 269 if (strings) { in efx_fill_test() 303 u8 *strings, u64 *data) in efx_fill_loopback_test() argument 346 u8 *strings, u64 *data) in efx_ethtool_fill_self_tests() argument 393 strings, data); in efx_ethtool_fill_self_tests() 407 if (strings != NULL) { in efx_describe_per_queue_stats() 413 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats() 420 if (strings != NULL) { in efx_describe_per_queue_stats() 423 strings += ETH_GSTRING_LEN; in efx_describe_per_queue_stats() 432 if (strings) { in efx_describe_per_queue_stats() 468 strings += (efx->type->describe_stats(efx, strings) * in efx_ethtool_get_strings() [all …]
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| A D | output_format.rst | 15 <section flags strings> 23 <section flags strings># := 38 <proc error type strings>] 41 <proc flags strings>] 54 <processor error type strings># := 60 <proc flags strings># := 139 All <field strings> description with # has the following format:: 142 <field strings> 144 Where each string in <fields strings> corresponding to one set bit of 146 strings> description.
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | ethtool.c | 220 if (strings) { in ef4_fill_test() 255 u8 *strings, u64 *data) in ef4_fill_loopback_test() argument 298 u8 *strings, u64 *data) in ef4_ethtool_fill_self_tests() argument 313 ef4_fill_test(n++, strings, data, in ef4_ethtool_fill_self_tests() 350 strings, data); in ef4_ethtool_fill_self_tests() 364 if (strings != NULL) { in ef4_describe_per_queue_stats() 370 strings += ETH_GSTRING_LEN; in ef4_describe_per_queue_stats() 377 if (strings != NULL) { in ef4_describe_per_queue_stats() 380 strings += ETH_GSTRING_LEN; in ef4_describe_per_queue_stats() 412 strings += (efx->type->describe_stats(efx, strings) * in ef4_ethtool_get_strings() [all …]
|
| /linux/Documentation/devicetree/bindings/leds/backlight/ |
| A D | qcom-wled.yaml | 104 qcom,num-strings: 106 number of led strings attached. 109 qcom,enabled-strings: 111 Array of the WLED strings numbered from 0 to 3. Each 113 list of strings used by the device. Any combination of 114 led strings can be used. 186 qcom,num-strings: 207 qcom,num-strings: 261 qcom,num-strings = <2>; 262 qcom,enabled-strings = <0 1>;
|
| /linux/drivers/xen/xenbus/ |
| A D | xenbus_xs.c | 381 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1) in count_strings() 404 *num = count_strings(strings, len); in split() 409 kfree(strings); in split() 412 memcpy(&ret[*num], strings, len); in split() 413 kfree(strings); in split() 415 strings = (char *)&ret[*num]; in split() 416 for (p = strings, *num = 0; p < strings + len; p += strlen(p) + 1) in split() 425 char *strings, *path; in xenbus_directory() local 434 if (IS_ERR(strings)) in xenbus_directory() 435 return ERR_CAST(strings); in xenbus_directory() [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| A D | dpaa_ethtool.c | 248 u8 *strings; in dpaa_get_strings() local 251 strings = data; in dpaa_get_strings() 259 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 260 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 264 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 265 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 270 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 271 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 274 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 275 strings += ETH_GSTRING_LEN; in dpaa_get_strings() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | core_reloc_raw.c | 25 char strings[128]; in test_bad_local_id() member 33 .str_off = offsetof(struct test_btf, strings) - in test_bad_local_id() 35 .str_len = sizeof(raw_btf.strings), in test_bad_local_id() 44 .strings = "\0int\0 0\0foo\0" in test_bad_local_id()
|
| /linux/Documentation/ABI/testing/ |
| A D | configfs-usb-gadget | 51 What: /config/usb-gadget/gadget/configs/config/strings 56 strings for this configuration. 58 What: /config/usb-gadget/gadget/configs/config/strings/language 109 - 7: multiple unicode strings 114 What: /config/usb-gadget/gadget/strings 119 strings for this gadget. 121 What: /config/usb-gadget/gadget/strings/language
|
| A D | sysfs-platform-phy-rcar-gen3-usb2 | 9 Write the following strings to change the mode: 14 Read the file, then it shows the following strings:
|
| /linux/Documentation/pcmcia/ |
| A D | devicetable.rst | 10 - product ID strings _and_ hashes of these strings 17 If you want to match product ID strings, you also need to pass the crc32 26 You can determine the hash of the product ID strings by catting the file
|
| /linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_ethtool.c | 61 char *strings = (char *)data; in octep_vf_get_strings() local 67 snprintf(strings, ETH_GSTRING_LEN, in octep_vf_get_strings() 69 strings += ETH_GSTRING_LEN; in octep_vf_get_strings() 74 snprintf(strings, ETH_GSTRING_LEN, in octep_vf_get_strings() 76 strings += ETH_GSTRING_LEN; in octep_vf_get_strings() 82 snprintf(strings, ETH_GSTRING_LEN, in octep_vf_get_strings() 84 strings += ETH_GSTRING_LEN; in octep_vf_get_strings()
|
| /linux/sound/core/ |
| A D | info_oss.c | 21 static DEFINE_MUTEX(strings); 32 guard(mutex)(&strings); in snd_oss_info_register() 53 guard(mutex)(&strings); in snd_sndstat_show_strings()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-fm-rx.rst | 36 name strings. Also from RDS specification, PS is usually a single 38 which can scroll strings sized as 8 x N characters. So, this control 47 ``V4L2_CID_RDS_RX_PS_NAME``. The encoding for Radio Text strings is 49 Radio Text strings depends on which RDS Block is being used to 51 also possible to find receivers which can scroll strings sized as 32
|
| /linux/drivers/of/ |
| A D | unittest.c | 706 const char *strings[4]; in of_unittest_property_string() local 742 rc = of_property_read_string_index(np, "string-property", 0, strings); in of_unittest_property_string() 744 strings[0] = NULL; in of_unittest_property_string() 745 rc = of_property_read_string_index(np, "string-property", 1, strings); in of_unittest_property_string() 753 strings[0] = NULL; in of_unittest_property_string() 756 strings[0] = NULL; in of_unittest_property_string() 761 strings[0] = NULL; in of_unittest_property_string() 764 strings[1] = NULL; in of_unittest_property_string() 777 strings[2] = NULL; in of_unittest_property_string() 780 strings[1] = NULL; in of_unittest_property_string() [all …]
|
| /linux/lib/ |
| A D | string_helpers_kunit.c | 31 static const struct test_string strings[] = { variable 68 for (i = 0; i < ARRAY_SIZE(strings); i++) { in test_string_unescape() 69 const char *s = strings[i].in; in test_string_unescape() 70 int len = strlen(strings[i].in); in test_string_unescape() 77 if (flags & strings[i].flags) { in test_string_unescape() 78 s = strings[i].out; in test_string_unescape() 79 len = strlen(strings[i].out); in test_string_unescape()
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | leds-lm36274.txt | 4 The backlight boost provides the power to bias four parallel LED strings with 20 - led-sources : Indicates which LED strings will be enabled. 21 Values from 0-3, sources is 0 based so strings will be
|
| A D | ti.lm36922.yaml | 17 LED strings it supports. The LM36922 supports two strings while the LM36923 18 supports three strings.
|
| /linux/Documentation/devicetree/bindings/sifive/ |
| A D | sifive-blocks-ip-versioning.txt | 4 strings for open-source SiFive IP blocks. HDL for these IP blocks 9 IP block-specific DT compatible strings are contained within the HDL, 26 match on these IP block-specific compatible strings.
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_ethtool.c | 83 char *strings = (char *)data; in octep_get_strings() local 89 snprintf(strings, ETH_GSTRING_LEN, in octep_get_strings() 91 strings += ETH_GSTRING_LEN; in octep_get_strings() 96 snprintf(strings, ETH_GSTRING_LEN, in octep_get_strings() 98 strings += ETH_GSTRING_LEN; in octep_get_strings() 104 snprintf(strings, ETH_GSTRING_LEN, in octep_get_strings() 106 strings += ETH_GSTRING_LEN; in octep_get_strings()
|
| /linux/tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 144 } __attribute__ ((__packed__)) strings = { variable 147 .length = cpu_to_le32(sizeof(strings)), 262 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
|
| /linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
| A D | aio_multibuff.c | 128 } __attribute__ ((__packed__)) strings = { variable 131 .length = htole32(sizeof(strings)), 273 if (write(ep0, &strings, sizeof(strings)) < 0) { in main()
|