Searched refs:match (Results 651 - 675 of 1163) sorted by relevance

<<21222324252627282930>>

/linux-master/kernel/trace/
H A Dtrace_events_user.c1532 * events. Callers expect the underlying tracepoint to match
1867 bool colon = false, match = false; local
1892 match = strcmp(dyn_field_name, field_name) == 0;
1897 return match;
1925 bool match; local
1927 match = strcmp(EVENT_NAME(user), event) == 0;
1929 if (match && system) {
1930 match = strcmp(system, user->group->system_name) == 0 ||
1934 if (match)
1935 match
[all...]
/linux-master/drivers/media/radio/
H A Dradio-zoltrix.c219 .match = radio_isa_match,
H A Dradio-gemtek.c296 .match = radio_isa_match,
H A Dradio-trust.c214 .match = radio_isa_match,
/linux-master/net/bridge/netfilter/
H A Debt_among.c148 /* we match only if it contains */
152 /* we match only if it DOES NOT contain */
163 /* we match only if it contains */
167 /* we match only if it DOES NOT contain */
262 .match = ebt_among_mt,
H A Debt_ip.c150 .match = ebt_ip_mt,
168 MODULE_DESCRIPTION("Ebtables: IPv4 protocol packet match");
H A Debt_stp.c161 /* Make sure the match only receives stp frames */
175 .match = ebt_stp_mt,
193 MODULE_DESCRIPTION("Ebtables: Spanning Tree Protocol packet match");
/linux-master/net/netfilter/
H A Dxt_limit.c23 MODULE_DESCRIPTION("Xtables: rate-limit match");
39 discarded. Every time the match passes, you lose `cost' credits;
191 .match = limit_mt,
H A Dxt_connmark.c178 .match = connmark_mt,
/linux-master/drivers/irqchip/
H A Dirq-mips-cpu.c233 .match = mips_cpu_ipi_match,
H A Dirq-apple-aic.c675 * not EL2's, so remap the hwirqs to match.
920 const struct of_device_id *match; local
934 match = of_match_node(aic_info_match, node);
935 if (!match)
938 irqc->info = *(struct aic_info *)match->data;
/linux-master/sound/isa/sb/
H A Dsb8.c209 .match = snd_sb8_match,
/linux-master/sound/isa/gus/
H A Dgusclassic.c197 .match = snd_gusclassic_match,
/linux-master/arch/powerpc/sysdev/
H A Di8259.c206 .match = i8259_host_match,
218 * @node: device node of the legacy PIC (can be NULL, but then, it will match
H A Dehv_pic.c184 /* Exact match, unless ehv_pic node is NULL */
250 .match = ehv_pic_host_match,
/linux-master/drivers/net/can/spi/
H A Dhi311x.c833 const void *match; local
877 match = device_get_match_data(dev);
878 if (match)
879 priv->model = (enum hi3110_model)(uintptr_t)match;
/linux-master/drivers/scsi/
H A Draid_class.c225 i->r.raid_attrs.ac.match = raid_match;
/linux-master/arch/arm/nwfpe/
H A Dentry.S78 @ if condition code failed to match, next insn
/linux-master/include/linux/sunrpc/
H A Dcache.h63 CACHE_NEGATIVE, /* Negative entry - there is no match for the key */
97 int (*match)(struct cache_head *orig, struct cache_head *new); member in struct:cache_detail
/linux-master/drivers/thunderbolt/
H A Dacpi.c373 .match = tb_acpi_bus_match,
/linux-master/drivers/ata/
H A Dpata_ep93xx.c986 const struct soc_device_attribute *match; local
988 match = soc_device_match(ep93xx_soc_table);
989 if (match)
990 ap->udma_mask = (unsigned int) match->data;
/linux-master/drivers/net/can/
H A Dat91_can.c1034 const struct of_device_id *match; local
1036 match = of_match_node(at91_can_dt_ids, pdev->dev.of_node);
1037 if (!match) {
1041 return (const struct at91_devtype_data *)match->data;
/linux-master/drivers/clk/ralink/
H A Dclk-mtmips.c888 const struct of_device_id *match; local
906 match = of_match_node(mtmips_of_match, node);
907 if (WARN_ON(!match))
910 data = match->data;
/linux-master/drivers/gpio/
H A Dgpio-zynq.c905 const struct of_device_id *match; local
911 match = of_match_node(zynq_gpio_of_match, pdev->dev.of_node);
912 if (!match) {
916 gpio->p_data = match->data;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe_backend.c204 .match = xenbus_match,

Completed in 425 milliseconds

<<21222324252627282930>>