Searched refs:match (Results 426 - 450 of 1163) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-sdw-mockup-match.c3 // soc-acpi-intel-sdw-mockup-match.c - tables and support for SoundWire
10 #include <sound/soc-acpi-intel-match.h>
11 #include "soc-acpi-intel-sdw-mockup-match.h"
H A Dsoc-acpi-intel-byt-match.c3 * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
H A Dsoc-acpi-intel-cht-match.c3 * soc-acpi-intel-cht-match.c - tables and support for CHT ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
107 /* Skip wildcard match snd_soc_acpi_intel_cherrytrail_machines[] entry */
/linux-master/kernel/trace/
H A Dtrace_dynevent.h27 * the arguments and return -ECANCELED if given arguments doesn't match its
34 * @match: Check whether given event and system name match this event. The argc
35 * and argv is used for exact match. Return true if it matches, otherwise
46 bool (*match)(const char *system, const char *event, member in struct:dyn_event_operations
/linux-master/drivers/staging/rtl8712/
H A Dieee80211.c396 int match; local
401 match = false;
409 match = true;
414 return match;
/linux-master/include/net/netfilter/
H A Dnf_tables_offload.h66 struct nft_flow_match match; member in struct:nft_flow_rule
/linux-master/net/ipv4/netfilter/
H A Dipt_rpfilter.c21 MODULE_DESCRIPTION("iptables: ipv4 reverse path filter match");
109 .match = rpfilter_mt,
/linux-master/drivers/media/radio/
H A Dradio-terratec.c138 .match = radio_isa_match,
/linux-master/security/apparmor/
H A DMakefile6 apparmor-y := apparmorfs.o audit.o capability.o task.o ipc.o lib.o match.o \
/linux-master/include/linux/sunrpc/
H A Drpc_pipe_fs.h117 int (*match)(struct rpc_pipe_dir_object *, void *),
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c510 bool match; local
516 match = (elem->arg == -1 || elem->arg == value);
519 match = (elem->val == value);
523 if (param == elem->param && match)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A DMakefile58 flower/match.o \
/linux-master/tools/memory-model/scripts/
H A Dcmplitmushist.sh62 echo Exact output match: $2
/linux-master/drivers/gpu/host1x/
H A Dmipi.c502 const struct of_device_id *match; local
506 match = of_match_node(tegra_mipi_of_match, pdev->dev.of_node);
507 if (!match)
514 mipi->soc = match->data;
/linux-master/drivers/rtc/
H A Drtc-pm8xxx.c460 const struct of_device_id *match; local
464 match = of_match_node(pm8xxx_id_table, pdev->dev.of_node);
465 if (!match)
491 rtc_dd->regs = match->data;
/linux-master/net/netfilter/
H A Dnft_cmp.c145 u8 *mask = (u8 *)&flow->match.mask;
146 u8 *key = (u8 *)&flow->match.key;
165 flow->match.dissector.used_keys |= BIT_ULL(reg->key);
166 flow->match.dissector.offset[reg->key] = reg->base_offset;
H A Dxt_physdev.c2 /* Kernel module to match the bridge port in and
18 MODULE_DESCRIPTION("Xtables: Bridge physical device match");
123 .match = physdev_mt,
/linux-master/drivers/clocksource/
H A Dtimer-atmel-tcb.c379 const struct of_device_id *match; local
418 match = of_match_node(atmel_tcb_of_match, node->parent);
419 if (!match)
422 tc.tcb_config = match->data;
/linux-master/net/openvswitch/
H A Dflow_table.h101 const struct sw_flow_match *match);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dptp.c1017 /* Set PPS timestamp to match NIC top of second */
1184 struct efx_ptp_match *match; local
1196 match = (struct efx_ptp_match *)skb->cb;
1203 if ((evt->seq0 == match->words[0]) &&
1204 (evt->seq1 == match->words[1])) {
1211 match->state = PTP_PACKET_STATE_MATCHED;
1232 struct efx_ptp_match *match; local
1234 match = (struct efx_ptp_match *)skb->cb;
1235 if (match->state == PTP_PACKET_STATE_MATCH_UNWANTED) {
1240 } else if (time_after(jiffies, match
1620 struct efx_ptp_match *match = (struct efx_ptp_match *)skb->cb; local
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-brcmstb.c313 const struct of_device_id *match; local
321 match = of_match_node(sdhci_brcm_of_match, pdev->dev.of_node);
322 match_priv = match->data;
324 dev_dbg(&pdev->dev, "Probe found match for %s\n", match->compatible);
/linux-master/drivers/zorro/
H A Dzorro-driver.c24 * @dev: the Zorro device structure to match against
28 * zorro_device_id structure or %NULL if there is no match.
114 * @dev: the Zorro device structure to match against
118 * supported, and 0 if there is no match.
157 .match = zorro_bus_match,
/linux-master/drivers/irqchip/
H A Dirq-meson-gpio.c525 const struct of_device_id *match; local
528 match = of_match_node(meson_irq_gpio_matches, node);
529 if (!match)
532 ctl->params = match->data;
/linux-master/drivers/powercap/
H A Ddtpm.c551 const struct of_device_id *match; local
575 match = of_match_node(dtpm_match_table, np);
579 if (!match)
582 hierarchy = match->data;
/linux-master/arch/powerpc/include/asm/
H A Dmacio.h128 int (*probe)(struct macio_dev* dev, const struct of_device_id *match);

Completed in 250 milliseconds

<<11121314151617181920>>