Searched refs:match (Results 501 - 525 of 1161) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/mmc/host/
H A Ddw_mmc-k3.c455 const struct of_device_id *match; local
457 match = of_match_node(dw_mci_k3_match, pdev->dev.of_node);
458 drv_data = match->data;
/linux-master/drivers/dma/
H A Dstm32-dmamux.c181 const struct of_device_id *match; local
207 match = of_match_node(stm32_stm32dma_master_match, dma_node);
208 if (!match) {
/linux-master/sound/soc/codecs/
H A Dcs42l42-sdw.c203 static int cs42l42_sdw_poll_status(struct sdw_slave *peripheral, u8 mask, u8 match) argument
208 (sdwret < 0) || ((sdwret & mask) == match),
216 mask, match, ret);
/linux-master/drivers/gpio/
H A Dgpio-grgpio.c200 int match = 0; local
214 match = 1;
220 if (!match)
/linux-master/drivers/soc/rockchip/
H A Dio-domain.c574 const struct of_device_id *match; local
589 match = of_match_node(rockchip_iodomain_match, np);
590 iod->soc_data = match->data;
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c475 const struct of_device_id *match; local
482 np = of_find_matching_node_and_match(NULL, tegra_fuse_match, &match);
545 fuse->soc = match->data;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c542 struct component_match *match = NULL; local
551 ret = tilcdc_get_external_components(&pdev->dev, &match);
559 match);
/linux-master/drivers/pmdomain/renesas/
H A Drcar-sysc.c349 const struct of_device_id *match; local
356 np = of_find_matching_node_and_match(NULL, rcar_sysc_matches, &match);
360 info = match->data;
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1705 u64 match; member in struct:felix_stream_filter_counters
1749 struct flow_dissector *dissector = rule->match.dissector;
1762 struct flow_match_eth_addrs match; local
1764 flow_rule_match_eth_addrs(rule, &match);
1765 ether_addr_copy(stream->dmac, match.key->dst);
1766 if (!is_zero_ether_addr(match.mask->src))
1773 struct flow_match_vlan match; local
1775 flow_rule_match_vlan(rule, &match);
1776 if (match.mask->vlan_priority)
1777 stream->prio = match
2440 u32 match, not_pass_gate, not_pass_sdu, red; local
[all...]
/linux-master/net/netfilter/
H A Dxt_connbytes.c1 /* Kernel module to match connection tracking byte counter.
140 .match = connbytes_mt,
H A Dxt_rateest.c129 .match = xt_rateest_mt,
149 MODULE_DESCRIPTION("xtables rate estimator match");
H A Dxt_cluster.c87 /* This match assumes that all nodes see the same packets. This can be
99 * this match mangles skbuff's pkt_type if it detects a packet
152 .match = xt_cluster_mt,
171 MODULE_DESCRIPTION("Xtables: hash-based cluster match");
H A Dxt_time.c74 * Since we match against days and daytime, the SSTE value needs to be
78 * calculations are done last, in case a "simple match" can be found earlier.
173 * 1. match before 13:00
174 * 2. match after 13:00
176 * If you match against processing time (ktime_get_real_seconds) it
190 * xt_time will match when _all_ of the following hold:
195 * (and by default, libxt_time will set these so as to match)
220 * 'Monday, "23:00 to 01:00", to match for 2 hours, starting
233 /* Do not spend time computing monthday if all days match anyway */
269 .match
[all...]
H A Dxt_connlimit.c11 * Kernel module to match connection tracking information.
114 .match = connlimit_mt,
/linux-master/drivers/media/radio/
H A Dradio-aimslab.c166 .match = radio_isa_match,
/linux-master/net/bridge/netfilter/
H A Debt_ip6.c144 .match = ebt_ip6_mt,
162 MODULE_DESCRIPTION("Ebtables: IPv6 protocol packet match");
H A Debt_arp.c119 .match = ebt_arp_mt,
137 MODULE_DESCRIPTION("Ebtables: ARP protocol packet match");
/linux-master/tools/testing/selftests/net/forwarding/
H A Dsch_ets_core.sh139 match "meta(priority eq $prio)" \
/linux-master/net/sched/
H A Dem_ipset.c112 .match = em_ipset_match,
129 MODULE_DESCRIPTION("TC extended match for IP sets");
/linux-master/net/ipv6/netfilter/
H A Dip6t_frag.c2 /* Kernel module to match FRAG parameters. */
19 MODULE_DESCRIPTION("Xtables: IPv6 fragment match");
115 .match = frag_mt6,
H A Dip6t_rt.c2 /* Kernel module to match ROUTING parameters. */
21 MODULE_DESCRIPTION("Xtables: IPv6 Routing Header match");
174 .match = rt_mt6,
/linux-master/drivers/usb/misc/
H A Dapple-mfi-fastcharge.c32 * Those checks will be done in .match() and .probe().
226 .match = mfi_fc_match,
/linux-master/drivers/infiniband/core/
H A Dcounters.c229 bool match = true; local
232 match &= (param->qp_type == qp->qp_type);
235 match &= (task_pid_nr(counter->res.task) ==
238 return match;
/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h24 struct xt_match *match; member in struct:xt_entry_match::__anon638::__anon640
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c230 int match; local
234 match = ff_ds_error_match(err, dserr);
235 if (match < 0)
237 if (match > 0) {
242 /* Entries match, so merge "err" into "dserr" */

Completed in 201 milliseconds

<<21222324252627282930>>