Searched refs:strings (Results 76 - 100 of 116) sorted by relevance

12345

/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c1233 void cx25821_print_irqbits(char *name, char *tag, char **strings, argument
1243 if (strings[i])
1244 pr_cont(" %s", strings[i]);
/linux-master/arch/powerpc/boot/
H A Dwrapper452 version=`${CROSS}strings "$kernel" | grep '^Linux version [-0-9.]' | \
/linux-master/drivers/usb/gadget/function/
H A Df_obex.c60 .strings = obex_string_defs,
H A Df_acm.c269 /* static strings, in UTF-8 */
279 .strings = acm_string_defs,
616 /* REVISIT might want instance-specific strings to help
756 acm->port.func.strings = acm_strings;
H A Df_sourcesink.c271 /* function-specific strings: */
280 .strings = strings_sourcesink,
865 ss->function.strings = sourcesink_strings;
H A Df_eem.c161 .strings = eem_string_defs,
H A Df_fs.c404 pr_info("read strings\n");
2304 struct usb_string *str = (*lang)->strings;
2450 /* Parsing and building descriptors and strings *****************************/
2454 * well as record how many interfaces, endpoints and strings are
3042 /* Do we have at least as many strings as descriptors need? */
3048 * If we don't need any strings just return and free all
3063 vla_item(d, struct usb_string, strings,
3085 s = vla_ptr(vlabuf, d, strings);
3099 t->strings = s;
3113 * User may provide more strings the
[all...]
H A Df_uac1_legacy.c21 * DESCRIPTORS ... most are static, but strings and full
231 .strings = strings_uac1,
H A Df_rndis.c347 .strings = rndis_string_defs,
H A Df_ecm.c354 .strings = ecm_string_defs,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c16 #include <strings.h>
H A Dmptcp_sockopt.c16 #include <strings.h>
/linux-master/include/linux/usb/
H A Dgadget.h822 * struct usb_gadget_strings - a set of USB strings in a given language
823 * @language:identifies the strings' language (0x0409 for en-us)
824 * @strings:array of strings with their ids
827 * strings for a given language.
831 struct usb_string *strings; member in struct:usb_gadget_strings
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c1608 const char *strings = NULL; local
1641 ret = of_property_read_string(dev->of_node, "clock_in_out", &strings);
1647 strings);
1648 if (!strcmp(strings, "input"))
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c202 static const char * const strings[] = { local
220 _Static_assert(sizeof(strings)/sizeof(char *) == NUM_VM_MODES,
221 "Missing new mode strings?");
225 return strings[i];
/linux-master/drivers/scsi/
H A Dscript_asm.pl689 more strings from the list ACK, ATN, CARRY, TARGET.
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h612 void cx88_print_irqbits(const char *tag, const char *strings[],
/linux-master/scripts/kconfig/
H A Dmconf.c18 #include <strings.h>
/linux-master/drivers/scsi/isci/
H A Dport.c67 static const char * const strings[] = PORT_STATES; local
69 return strings[state];
H A Dremote_device.c69 static const char * const strings[] = REMOTE_DEV_STATES; local
71 return strings[state];
H A Dphy.c66 static const char * const strings[] = PHY_STATES; local
68 return strings[state];
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c79 return (char *)(((uintptr_t)(str_table->strings)) + str_offset);
698 hdr_size = (char *)&str_table->strings - (char *)str_table;
699 str_table->strings = (uintptr_t)obj_hdr->file_buff +
/linux-master/drivers/net/ethernet/sfc/
H A Dptp.c402 size_t efx_ptp_describe_stats(struct efx_nic *efx, u8 *strings) argument
408 efx_ptp_stat_mask, strings);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c396 size_t efx_siena_ptp_describe_stats(struct efx_nic *efx, u8 *strings) argument
402 efx_ptp_stat_mask, strings);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c134 * Can be a tab-separated sequence of expected strings. An empty string
744 const char *strings, int strings_len)
771 memcpy(ptr, strings, hdr.str_len);
743 load_btf_spec(__u32 *types, int types_len, const char *strings, int strings_len) argument

Completed in 1358 milliseconds

12345