Searched refs:match (Results 51 - 75 of 1154) sorted by relevance

1234567891011>>

/linux-master/drivers/platform/x86/intel/int3472/
H A Dtps68470_board_data.c197 const struct dmi_system_id *match; local
199 for (match = dmi_first_match(int3472_tps68470_board_data_table);
200 match;
201 match = dmi_first_match(match + 1)) {
202 board_data = match->driver_data;
/linux-master/tools/testing/kunit/
H A Dkunit_config.py95 match = config_matcher.match(line)
96 if match:
97 kconfig.add_entry(match.group(1), match.group(2))
100 empty_match = is_not_set_matcher.match(line)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddmi.c69 /* also match on somewhat unique bios-version */
80 /* also match on somewhat unique bios-version */
100 /* Above strings are too generic, also match on BIOS date */
178 /* Above strings are too generic, also match on BIOS date */
188 const struct dmi_system_id *match; local
196 for (match = dmi_first_match(dmi_platform_data);
197 match;
198 match = dmi_first_match(match + 1)) {
199 data = match
[all...]
/linux-master/drivers/pmdomain/amlogic/
H A Dmeson-secure-pwrc.c236 const struct meson_secure_pwrc_domain_data *match; local
238 match = of_device_get_match_data(&pdev->dev);
239 if (!match) {
240 dev_err(&pdev->dev, "failed to get match data\n");
261 pwrc->xlate.domains = devm_kcalloc(&pdev->dev, match->count,
267 pwrc->domains = devm_kcalloc(&pdev->dev, match->count,
272 pwrc->xlate.num_domains = match->count;
275 for (i = 0 ; i < match->count ; ++i) {
278 if (!match->domains[i].name)
282 dom->index = match
[all...]
/linux-master/Documentation/sphinx/
H A Dcdomain.py60 def markup_namespace(match):
63 namespace = match.group(1)
71 def markup_macro(match):
72 return ".. c:function:: " + match.group(1) + ' ' + match.group(2)
80 def markup_ctype(match):
81 return ".. c:type:: " + match.group(2)
88 def markup_ctype_refs(match):
89 return ":c:type:`" + match.group(2) + '`'
95 def markup_c_expr(match)
[all...]
/linux-master/tools/perf/scripts/python/bin/
H A Dexport-to-postgresql-report7 if expr match "$i" "-" > /dev/null ; then
H A Dsctop-report7 if expr match "$i" "-" > /dev/null ; then
H A Dexport-to-sqlite-report7 if expr match "$i" "-" > /dev/null ; then
/linux-master/arch/arc/kernel/
H A Ddevtree.c40 static const void * __init arch_get_next_mach(const char *const **match) argument
49 *match = m->dt_compat;
/linux-master/fs/efivarfs/
H A Dvars.c28 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, argument
61 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, argument
72 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, argument
81 for (i = match; i < match+4; i++) {
88 if (namelen > match + 4)
118 return validate_device_path(var_name, match, buffer + desclength + 6,
123 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, argument
134 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, argument
153 bool (*validate)(efi_char16_t *var_name, int match, u
200 variable_matches(const char *var_name, size_t len, const char *match_name, int *match) argument
246 int match = 0; local
269 int match = 0; local
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.awk31 first_pos = match(useful_line, "[0-9a-fA-F]")
37 if (match($i, "^[0-9a-fA-F][0-9a-fA-F]$")) {
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-skl-match.c3 * soc-acpi-intel-skl-match.c - tables and support for SKL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_spi.c53 const void *match; local
57 match = device_get_match_data(&spi->dev);
58 if (!match)
60 chip = (uintptr_t)match;
H A Dinv_icm42600_i2c.c54 const void *match; local
61 match = device_get_match_data(&client->dev);
62 if (!match)
64 chip = (uintptr_t)match;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c15 struct flow_dissector *dissector = rule->match.dissector;
33 acl_h = &acl_key->match;
37 struct flow_match_basic match; local
39 flow_rule_match_basic(rule, &match);
40 acl_h->l3_protocol = match.key->ip_proto;
41 acl_h->l2_ether_type = be16_to_cpu(match.key->n_proto);
42 acl_m->l3_protocol = match.mask->ip_proto;
43 acl_m->l2_ether_type = be16_to_cpu(match.mask->n_proto);
47 struct flow_match_eth_addrs match; local
49 flow_rule_match_eth_addrs(rule, &match);
57 struct flow_match_vlan match; local
72 struct flow_match_ipv4_addrs match; local
82 struct flow_match_ports match; local
92 struct flow_match_ip match; local
552 struct flow_match_vlan match; local
[all...]
/linux-master/scripts/
H A Dcheck-sysctl-docs101 match($0, /static( const)? struct ctl_table ([^][]+)/, tables)
113 match($0, /.procname[\t ]*=[\t ]*"([^"]+)"/, names)
121 match($0, /register_sysctl(|_init|_sz)\("([^"]+)" *, *([^,)]+)/, tables)
131 match($0, /([^ \t]+) *= *kmemdup\(([^,]+) *,/, names)
139 match($0, /__register_sysctl_table\([^,]+, *"([^"]+)" *, *([^,]+)/, tables)
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c709 * exact match on Outer Rule ID if any outer field matches are
711 * available to the Action Rule match iff the Outer Rule matched
731 /* Checks for match fields not supported in LHS Outer Rules */
737 NL_SET_ERR_MSG_MOD(extack, "Unsupported match field " #_field);\
744 NL_SET_ERR_MSG_MOD(extack, "Unsupported match field " #_field);\
751 * they use ENC_ fields in hardware to match regular (not enc_) fields from
801 NL_SET_ERR_MSG_MOD(extack, "Unexpected encap match in LHS rule");
826 * MAE. All the fields are exact-match, except possibly ENC_IP_TOS.
1575 const struct efx_tc_match *match) struct
1577 if (match
1741 const struct efx_tc_match *match); variable in typeref:struct:efx_tc_match
2089 const struct efx_tc_match *match) struct
2230 efx_mae_insert_rule(struct efx_nic *efx, const struct efx_tc_match *match, u32 prio, u32 acts_id, u32 *id) argument
[all...]
/linux-master/lib/
H A Dglobtest.c21 bool match = glob_match(pat, str); local
22 bool success = match == expected;
39 printk(message, pat, str, mismatch + 3*match);
51 * 2. Pattern to match: null-terminated string
52 * 3. String to match against: null-terminated string
141 * pattern and the string to match it against.
/linux-master/tools/perf/arch/arm/annotate/
H A Dinstructions.c17 regmatch_t match[2]; local
19 if (!regexec(&arm->call_insn, name, 2, match, 0))
21 else if (!regexec(&arm->jump_insn, name, 2, match, 0))
/linux-master/sound/hda/
H A Dhda_bus_type.c58 * if driver provided a match function use that otherwise we will
61 if (hdrv->match)
62 return hdrv->match(hdev, hdrv);
81 .match = hda_bus_match,
/linux-master/lib/lz4/
H A Dlz4_decompress.c123 const BYTE *match; local
139 * 2) Further if the match length is 4..18, copy 18 bytes
161 * prepare for match copying, decode full info.
164 length = token & ML_MASK; /* match length */
167 match = op - offset;
168 assert(match <= op); /* check overflow */
173 (dict == withPrefix64k || match >= lowPrefix)) {
174 /* Copy the match. */
175 LZ4_memcpy(op + 0, match + 0, 8);
176 LZ4_memcpy(op + 8, match
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_flower.c529 struct flow_match_meta match; local
532 flow_rule_match_meta(rule, &match);
534 if (!match.mask->ingress_ifindex)
537 if (match.mask->ingress_ifindex != 0xFFFFFFFF) {
546 indev = __dev_get_by_index(dev_net(dev), match.key->ingress_ifindex);
549 "Can't find the ingress port to match on");
577 struct flow_dissector *dissector = rule->match.dissector;
596 struct flow_match_meta match; local
598 flow_rule_match_meta(rule, &match);
599 if (match
613 struct flow_match_control match; local
619 struct flow_match_vlan match; local
631 struct flow_match_eth_addrs match; local
674 struct flow_match_basic match; local
709 struct flow_match_ipv4_addrs match; local
746 struct flow_match_ports match; local
[all...]
/linux-master/drivers/bus/
H A Dsimple-pm-bus.c30 const struct of_device_id *match; local
42 match = of_match_device(dev->driver->of_match_table, dev);
46 * do anything more. We only match with the device if this driver is
47 * the most specific match because we don't want to incorrectly bind to
50 if (match && match->data) {
51 if (of_property_match_string(np, "compatible", match->compatible) == 0)
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dcls.c174 struct nfp_abm_u32_match *match = NULL, *iter; local
188 /* Check if there is no conflicting mapping and find match by handle */
193 match = iter;
205 if (!match) {
206 match = kzalloc(sizeof(*match), GFP_KERNEL);
207 if (!match)
209 list_add(&match->list, &alink->dscp_map);
211 match->handle = knode->handle;
212 match
[all...]
/linux-master/drivers/regulator/
H A Dmtk-dvfsrc-regulator.c17 #define MT_DVFSRC_REGULAR(match, _name, _volt_table) \
20 .name = match, \
21 .of_match = of_match_ptr(match), \
160 const struct of_device_id *match; local
168 match = of_match_node(mtk_dvfsrc_regulator_match, dev->parent->of_node);
170 if (!match) {
175 regulator_init_data = match->data;

Completed in 334 milliseconds

1234567891011>>