| /OK3568_Linux_fs/kernel/net/ethtool/ |
| H A D | strset.c | 12 const char (*strings)[ETH_GSTRING_LEN]; member 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 = ts_tx_type_names, [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | Makefile.am | 35 Resources/ar.lproj/Localizable.strings \ 40 Resources/ca.lproj/Localizable.strings \ 45 Resources/cs.lproj/Localizable.strings \ 50 Resources/da.lproj/Localizable.strings \ 55 Resources/Dutch.lproj/Localizable.strings \ 60 Resources/el.lproj/Localizable.strings \ 65 Resources/English.lproj/Localizable.strings \ 70 Resources/fi.lproj/Localizable.strings \ 75 Resources/French.lproj/Localizable.strings \ 80 Resources/German.lproj/Localizable.strings \ [all …]
|
| H A D | Makefile.in | 556 Resources/ar.lproj/Localizable.strings \ 561 Resources/ca.lproj/Localizable.strings \ 566 Resources/cs.lproj/Localizable.strings \ 571 Resources/da.lproj/Localizable.strings \ 576 Resources/Dutch.lproj/Localizable.strings \ 581 Resources/el.lproj/Localizable.strings \ 586 Resources/English.lproj/Localizable.strings \ 591 Resources/fi.lproj/Localizable.strings \ 596 Resources/French.lproj/Localizable.strings \ 601 Resources/German.lproj/Localizable.strings \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_configfs.rst | 81 A gadget also needs its serial number, manufacturer and product strings. 82 In order to have a place to store them, a strings subdirectory must be created 85 $ mkdir strings/0x409 87 Then the strings can be specified:: 89 $ echo <serial number> > strings/0x409/serialnumber 90 $ echo <manufacturer> > strings/0x409/manufacturer 91 $ echo <product> > strings/0x409/product 110 Each configuration also needs its strings, so a subdirectory must be created 113 $ mkdir configs/c.1/strings/0x409 117 $ echo <configuration> > configs/c.1/strings/0x409/configuration [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/android-tools/files/ |
| H A D | android-gadget-setup | 22 mkdir strings/0x409 23 mkdir configs/c.1/strings/0x409 26 echo "$serial" > strings/0x409/serialnumber 27 echo "$manufacturer" > strings/0x409/manufacturer 28 echo "$model" > strings/0x409/product 29 echo "adb" > configs/c.1/strings/0x409/configuration
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/ |
| H A D | android-gadget-setup | 24 mkdir strings/0x409 25 mkdir configs/c.1/strings/0x409 28 echo "$serial" > strings/0x409/serialnumber 29 echo "$manufacturer" > strings/0x409/manufacturer 30 echo "$model" > strings/0x409/product 31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools-conf-configfs/ |
| H A D | android-gadget-setup | 24 mkdir strings/0x409 25 mkdir configs/c.1/strings/0x409 28 echo "$serial" > strings/0x409/serialnumber 29 echo "$manufacturer" > strings/0x409/manufacturer 30 echo "$model" > strings/0x409/product 31 echo "Conf 1" > configs/c.1/strings/0x409/configuration
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/ |
| H A D | usb_config.sh | 242 mkdir -p /sys/kernel/config/usb_gadget/rockchip/strings/0x409 243 mkdir -p ${USB_CONFIGS_DIR}/strings/0x409 252 echo $SERIAL_NUM > /sys/kernel/config/usb_gadget/rockchip/strings/0x409/serialnumber 253 echo "rockchip" > /sys/kernel/config/usb_gadget/rockchip/strings/0x409/manufacturer 254 echo "UVC" > /sys/kernel/config/usb_gadget/rockchip/strings/0x409/product 275 echo "uvc_rndis" > ${USB_CONFIGS_DIR}/strings/0x409/configuration 281 echo "uvc_uac1" > ${USB_CONFIGS_DIR}/strings/0x409/configuration 286 echo "uvc_uac2" > ${USB_CONFIGS_DIR}/strings/0x409/configuration 291 echo "uvc_hid" > ${USB_CONFIGS_DIR}/strings/0x409/configuration 296 echo "uvc_mtp" > ${USB_CONFIGS_DIR}/strings/0x409/configuration [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | printer.c | 90 static struct usb_string strings [] = { variable 99 .strings = strings, 165 ret = usb_string_ids_tab(cdev, strings); in printer_bind() 169 device_desc.iManufacturer = strings[USB_GADGET_MANUFACTURER_IDX].id; in printer_bind() 170 device_desc.iProduct = strings[USB_GADGET_PRODUCT_IDX].id; in printer_bind() 171 device_desc.iSerialNumber = strings[USB_GADGET_SERIAL_IDX].id; in printer_bind() 215 .strings = dev_strings,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 257 static void efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, in efx_fill_test() argument 268 if (strings) { in efx_fill_test() 275 snprintf(strings + test_index * ETH_GSTRING_LEN, in efx_fill_test() 302 u8 *strings, u64 *data) in efx_fill_loopback_test() argument 309 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test() 313 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test() 318 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test() 322 efx_fill_test(test_index++, strings, data, in efx_fill_loopback_test() 345 u8 *strings, u64 *data) in efx_ethtool_fill_self_tests() argument 351 efx_fill_test(n++, strings, data, &tests->phy_alive, in efx_ethtool_fill_self_tests() [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | info_oss.c | 21 static DEFINE_MUTEX(strings); 32 mutex_lock(&strings); in snd_oss_info_register() 41 mutex_unlock(&strings); in snd_oss_info_register() 46 mutex_unlock(&strings); in snd_oss_info_register() 57 mutex_lock(&strings); in snd_sndstat_show_strings() 68 mutex_unlock(&strings); in snd_sndstat_show_strings()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 209 static void ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data, in ef4_fill_test() argument 220 if (strings) { in ef4_fill_test() 227 snprintf(strings + test_index * ETH_GSTRING_LEN, in ef4_fill_test() 255 u8 *strings, u64 *data) in ef4_fill_loopback_test() argument 262 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test() 266 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test() 271 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test() 275 ef4_fill_test(test_index++, strings, data, in ef4_fill_loopback_test() 298 u8 *strings, u64 *data) in ef4_ethtool_fill_self_tests() argument 304 ef4_fill_test(n++, strings, data, &tests->phy_alive, in ef4_ethtool_fill_self_tests() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 376 static unsigned int count_strings(const char *strings, unsigned int len) in count_strings() argument 381 for (p = strings, num = 0; p < strings + len; p += strlen(p) + 1) in count_strings() 399 static char **split(char *strings, unsigned int len, unsigned int *num) in split() argument 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 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_dfu.c | 34 struct usb_string *strings; member 100 .strings = strings_dfu_generic, 227 f_dfu->usb_function.strings = dfu_strings; in to_dfu_mode() 235 f_dfu->usb_function.strings = NULL; in to_runtime_mode() 629 f_dfu->strings = calloc(sizeof(struct usb_string), n + 1); in dfu_prepare_strings() 630 if (!f_dfu->strings) in dfu_prepare_strings() 635 f_dfu->strings[i].s = de->name; in dfu_prepare_strings() 638 f_dfu->strings[i].id = 0; in dfu_prepare_strings() 639 f_dfu->strings[i].s = NULL; in dfu_prepare_strings() 717 f_dfu->strings[i].id = id; in dfu_bind() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/ |
| H A D | plugin_kvm.c | 229 struct str_values *strings; member 231 { .isa = 1, .strings = vmx_exit_reasons }, 232 { .isa = 2, .strings = svm_exit_reasons }, 238 struct str_values *strings = NULL; in find_exit_reason() local 241 for (i = 0; isa_exit_reasons[i].strings; ++i) in find_exit_reason() 243 strings = isa_exit_reasons[i].strings; in find_exit_reason() 246 if (!strings) in find_exit_reason() 248 for (i = 0; strings[i].str; i++) in find_exit_reason() 249 if (strings[i].val == val) in find_exit_reason() 252 return strings[i].str; in find_exit_reason()
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | Android.go | 76 if (strings.EqualFold(ctx.AConfig().Getenv("TARGET_RK_GRALLOC_VERSION"),"4") ) { 89 if (strings.EqualFold(ctx.AConfig().Getenv("TARGET_BOARD_PLATFORM"),"rk3368") ) { 94 if (strings.EqualFold(ctx.AConfig().Getenv("TARGET_RK_GRALLOC_VERSION"),"4") ) { 107 if (strings.EqualFold(ctx.AConfig().Getenv("TARGET_RK_GRALLOC_VERSION"),"4") ) { 125 if (strings.EqualFold(ctx.AConfig().Getenv("TARGET_RK_GRALLOC_VERSION"),"4") ) {
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H 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
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 32 static int usb_emul_get_string(struct usb_string *strings, int index, in usb_emul_get_string() argument 43 } else if (strings) { in usb_emul_get_string() 46 for (ptr = strings; ptr->s; ptr++) { in usb_emul_get_string() 90 return usb_emul_get_string(plat->strings, index, buffer, in usb_emul_get_descriptor() 264 int usb_emul_setup_device(struct udevice *dev, struct usb_string *strings, in usb_emul_setup_device() argument 272 plat->strings = strings; in usb_emul_setup_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_ethtool.c | 332 u8 *strings; in dpaa_get_strings() local 335 strings = data; in dpaa_get_strings() 343 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 344 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 348 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 349 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 354 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 355 strings += ETH_GSTRING_LEN; in dpaa_get_strings() 358 memcpy(strings, string_cpu, ETH_GSTRING_LEN); in dpaa_get_strings() 359 strings += ETH_GSTRING_LEN; in dpaa_get_strings() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_util.c | 253 const char* avb_strv_find_str(const char* const* strings, in avb_strv_find_str() argument 257 for (n = 0; strings[n] != NULL; n++) { in avb_strv_find_str() 258 if (avb_strlen(strings[n]) == str_size && in avb_strv_find_str() 259 avb_memcmp(strings[n], str, str_size) == 0) { in avb_strv_find_str() 260 return strings[n]; in avb_strv_find_str() 347 const char* strings[AVB_STRDUPV_MAX_NUM_STRINGS]; in avb_strdupv() local 358 strings[num_strings] = str; in avb_strdupv() 380 avb_memcpy(dest, strings[n], lengths[n]); in avb_strdupv()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0001-allow-CC-and-CXX-to-have-multiple-words.patch | 23 if env := strings.Fields(cfg.Getenv("CC")); len(env) > 0 { 25 + cc = strings.Join(env, " ") 28 if env := strings.Fields(cfg.Getenv("CXX")); len(env) > 0 { 30 + cxx = strings.Join(env, " ")
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/lua/lua/ |
| H A D | CVE-2022-33099.patch | 42 /* collect total length and number of strings */ 47 + L->top = top - total; /* pop strings to avoid wasting stack */ 56 total -= n-1; /* got 'n' strings to create 1 new */ 57 - L->top -= n-1; /* popped 'n' strings and pushed one */ 58 + L->top = top - (n - 1); /* popped 'n' strings and pushed one */
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | image-host.c | 351 char **strings; member 364 free(list->strings[i]); in strlist_free() 365 free(list->strings); in strlist_free() 373 list->strings = realloc(list->strings, in strlist_add() 377 list->strings[list->count++] = dup; in strlist_add() 540 count = fdt_find_regions(fit, node_inc.strings, node_inc.count, in fit_config_get_data() 566 debug(" %s\n", node_inc.strings[i]); in fit_config_get_data() 567 len += strlen(node_inc.strings[i]) + 1; in fit_config_get_data() 576 len += strlen(node_inc.strings[i]) + 1, i++) in fit_config_get_data() 577 strcpy(region_prop + len, node_inc.strings[i]); in fit_config_get_data()
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0002-workaround-toolchain-bugs.patch | 24 … CFLAGS="$CFLAGS -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings" 25 … CFLAGS="$CFLAGS -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings" 33 - CXXFLAGS="$CXXFLAGS -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long" 34 + CXXFLAGS="$CXXFLAGS -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long"
|