Searched refs:match (Results 626 - 650 of 1163) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/usb/typec/
H A Dstusb160x.c637 const struct of_device_id *match; local
648 match = i2c_of_match_device(stusb160x_of_match, client);
649 regmap_config = (struct regmap_config *)match->data;
/linux-master/drivers/ufs/core/
H A Dufs-mcq.c587 u64 addr, match; local
605 match = le64_to_cpu(utrd->command_desc_base_addr) & CQE_UCD_BA;
606 if (addr == match) {
/linux-master/net/netfilter/
H A Dxt_hashlimit.c50 MODULE_DESCRIPTION("Xtables: per hash-bucket rate-limit match");
303 /* copy match config into hashtable config */
448 discarded. Every time the match passes, you lose `cost' credits;
789 /* default match is underlimit - so over the limit, we need to invert */
985 .match = hashlimit_mt_v1,
996 .match = hashlimit_mt_v2,
1007 .match = hashlimit_mt,
1019 .match = hashlimit_mt_v1,
1030 .match = hashlimit_mt_v2,
1041 .match
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c1277 int i, delta, match = 0, min_delta = INT_MAX; local
1285 match = i;
1288 return match;
1294 int i, delta, match = 0, min_delta = INT_MAX; local
1302 match = i;
1305 return match;
/linux-master/drivers/regulator/
H A Dpalmas-regulator.c1489 struct of_regulator_match *match; local
1493 match = &ddata->palmas_matches[idx];
1494 np = match->of_node;
1496 if (!match->init_data || !np)
1503 pdata->reg_data[idx] = match->init_data;
1529 match->name, prop);
H A Drt5120-regulator.c264 struct of_regulator_match *match)
267 struct regulator_init_data *init_data = match->init_data;
263 rt5120_of_parse_cb(struct rt5120_priv *priv, int rid, struct of_regulator_match *match) argument
H A Dmt6360-regulator.c322 #define MT6360_REGULATOR_DESC(match, _name, _sname, ereg, emask, vreg, \
330 .of_match = of_match_ptr(match), \
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c385 * @daddr: inbound address to match
386 * @proto: protocol to match
387 * @spi: SPI to match
539 if (j == 4) /* did we match all 4 words? */
549 if (j == 4) /* did we match all 4 words? */
569 int checked, match, first; local
637 /* Find an existing match or first not used, and stop looking
641 match = -1;
650 match = i;
662 if (match >
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c1064 u32 match)
1105 writel(match, ioaddr + GMAC_L3_ADDR0(filter_no));
1107 writel(match, ioaddr + GMAC_L3_ADDR1(filter_no));
1118 u32 match)
1149 value = match & GMAC_L4SP0;
1151 value = (match << GMAC_L4DP0_SHIFT) & GMAC_L4DP0;
1062 dwmac4_config_l3_filter(struct mac_device_info *hw, u32 filter_no, bool en, bool ipv6, bool sa, bool inv, u32 match) argument
1116 dwmac4_config_l4_filter(struct mac_device_info *hw, u32 filter_no, bool en, bool udp, bool sa, bool inv, u32 match) argument
/linux-master/drivers/misc/mei/
H A Dbus.c1059 /* check rx_msg.client_id and rx_msg.fence_id match the ones we send */
1091 bool match; local
1099 match = true;
1104 match = false;
1108 match = false;
1109 if (match)
1120 * mei_cl_device_match - device match function
1333 .match = mei_cl_device_match,
/linux-master/arch/mips/mm/
H A Duasm-micromips.c164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0))
169 op = ip->match;
/linux-master/tools/testing/nvdimm/test/
H A Diomap.c212 static int match(struct device *dev, void *__res, void *match_data) function
232 devres_release(dev, nfit_devres_release, match,
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c40 * @id_2: The fallback ID to match against @keyring keys' id[2] if both of the
42 * @partial: Use partial match for @id_0 and @id_1 if true, exact if false.
47 * identifiers and the latter must match the found key's second identifier
48 * exactly. If both are missing, id_2 must match the sought key's third
183 * partially match
203 * @match: The match function to use
208 bool (*match)(const struct asymmetric_key_id *kid1,
216 if (match(kids->id[i], match_id))
259 * Match asymmetric keys by an exact match o
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c1027 int match = 0; local
1044 if (match == 5) {
1046 match = 0;
1049 match = (match == 1 || match == 2) ? 2 : 1;
1052 switch (match++) {
1063 match = 0;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c254 if (!mlx5_tc_ct_valid_used_dissector_keys(flow_rule->match.dissector->used_keys)) {
256 flow_rule->match.dissector->used_keys);
274 ct_dbg("rule uses unexpected basic match (n_proto 0x%04x/0x%04x, ip_proto 0x%02x/0x%02x)",
282 ct_dbg("rule uses ports match (src 0x%04x, dst 0x%04x)",
288 ct_dbg("rule uses unexpected tcp match (flags 0x%02x)", tcp.mask->flags);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py52 if not line or re.match(end_marker, line):
87 if line == '' or re.match(self.end_marker, line):
/linux-master/drivers/base/
H A Dclass.c419 * @data: data for the match function
420 * @match: function to check device
424 * determined by the @match callback.
426 * The callback should return 0 if the device doesn't match and non-zero
432 * @match is allowed to do anything including calling back into class
437 int (*match)(struct device *, const void *))
453 if (match(dev, data)) {
/linux-master/net/xfrm/
H A Dxfrm_algo.c679 int match(const struct xfrm_algo_desc *entry, const void *data),
686 if (!match(list + i, data))
/linux-master/scripts/package/
H A Dkernel.spec41 Summary: Development package for building kernel modules to match the %{version} kernel
/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c2367 int stat, match; local
2386 match = 0;
2394 match = 1;
2400 if (!match)
2632 i->t.target_attrs.ac.match = fc_target_match;
2638 i->t.host_attrs.ac.match = fc_host_match;
2646 i->rport_attr_cont.ac.match = fc_rport_match;
2652 i->vport_attr_cont.ac.match = fc_vport_match;
3185 int match = 0; local
3207 match
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1392 struct flow_dissector *dissector = rule->match.dissector;
1394 struct flow_match_eth_addrs match; local
1415 flow_rule_match_eth_addrs(rule, &match);
1417 if (!is_zero_ether_addr(match.mask->src)) {
1425 if (is_broadcast_ether_addr(match.key->dst) &&
1426 is_broadcast_ether_addr(match.mask->dst)) {
1433 } else if (ether_addr_equal_unaligned(match.key->dst, mc_mac) &&
1434 ether_addr_equal_unaligned(match.mask->dst, mc_mac)) {
/linux-master/include/scsi/
H A Dlibfc.h1009 bool (*match)(struct fc_frame *));
1014 bool (*match)(struct fc_frame *));
/linux-master/tools/testing/selftests/alsa/
H A Dconf.c198 regmatch_t match[1]; local
217 ret = regexec(&re, v, 1, match, 0);
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c107 * @match: Routine to determine if this anchor's EM should be used
109 * When walking the list of anchors the match routine will be called
111 * anchor in the list will always match to handle any exchanges not
118 bool (*match)(struct fc_frame *); member in struct:fc_exch_mgr_anchor
902 * EM is selected when a NULL match function pointer is encountered
903 * or when a call to a match function returns true.
912 if (!ema->match || ema->match(fp)) {
1483 if ((!ema->match || ema->match(f
[all...]
/linux-master/drivers/bus/
H A Dti-sysc.c43 #define SOC_FLAG(match, flag) { .machine = match, .data = (void *)(flag), }
3015 const struct soc_device_attribute *match; local
3036 match = soc_device_match(sysc_soc_match);
3037 if (match && match->data)
3038 sysc_soc->soc = (enum sysc_soc)(uintptr_t)match->data;
3072 match = soc_device_match(sysc_soc_feat_match);
3073 if (!match)
3076 if (match
[all...]

Completed in 572 milliseconds

<<21222324252627282930>>