Searched refs:match (Results 526 - 550 of 1163) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_acl.h88 struct prestera_acl_match match; member in struct:prestera_acl_rule_entry_key
/linux-master/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c321 * to match the internal kernel convention.
325 const void *match; local
327 match = device_get_match_data(dev);
328 if (!match)
331 /* The name from the match takes precedence if present */
332 strscpy(name, match, len);
/linux-master/net/ipv6/netfilter/
H A Dip6t_rpfilter.c18 MODULE_DESCRIPTION("Xtables: IPv6 reverse path filter match");
133 .match = rpfilter_mt,
/linux-master/drivers/rapidio/
H A Drio-driver.c19 * @id: the RIO device id structure to match against
20 * @rdev: the RIO device structure to match against
24 * matching &struct rio_device_id or %NULL if there is no match.
79 * @dev: the RIO device structure to match against
109 * @dev: the RIO device structure to match against
181 * @dev: the standard device structure to match against
182 * @drv: the standard driver structure containing the ids to match against
187 * no match.
232 .match = rio_match_bus,
/linux-master/drivers/clk/st/
H A Dclk-flexgen.c650 const struct of_device_id *match; local
672 match = of_match_node(flexgen_of_match, np);
673 if (match) {
674 data = (struct clkgen_data *)match->data;
/linux-master/include/linux/device/
H A Ddriver.h60 * @acpi_match_table: The ACPI match table.
90 * The main reason for this tracking is to enable the driver core to match
160 int (*match)(struct device *dev, const void *data));
166 * @name: name of the device to match
178 * @np: of_node pointer to match.
191 * @fwnode: fwnode pointer to match.
204 * @devt: devt pointer to match.
223 * @adev: ACPI_COMPANION device to match.
H A Dclass.h98 const void *data, int (*match)(struct device *, const void *));
104 * @name: name of the device to match
116 * @np: of_node of the device to match.
128 * @fwnode: fwnode of the device to match.
140 * @devt: device type of the device to match.
154 * @adev: ACPI_COMPANION device to match.
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.h129 int efx_mae_insert_rule(struct efx_nic *efx, const struct efx_tc_match *match,
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h128 struct xt_match *match; member in union:ebt_entry_match::__anon3616
/linux-master/sound/soc/atmel/
H A Datmel-i2s.c615 const struct of_device_id *match; local
631 match = of_match_node(atmel_i2s_dt_ids, np);
632 if (match)
633 dev->caps = match->data;
/linux-master/net/netfilter/
H A Dxt_u32.c3 * xt_u32 - kernel module to match u32 packet content
123 .match = u32_mt,
/linux-master/sound/isa/ad1848/
H A Dad1848.c138 .match = snd_ad1848_match,
/linux-master/sound/isa/cs423x/
H A Dcs4231.c157 .match = snd_cs4231_match,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c139 .match = cpld_pic_host_match,
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c637 u32 match = ((intf_num == 1) || (intf_num == 2)) ? CTL_STAT_BOOKED : 0; local
645 if ((ctl_mgr->ctls[c].status & checkm) == match)
651 match ^= CTL_STAT_BOOKED;
653 if ((ctl_mgr->ctls[c].status & checkm) == match)
/linux-master/drivers/usb/serial/
H A Dbus.c149 .match = usb_serial_device_match,
/linux-master/drivers/usb/core/
H A Dgeneric.c332 .match = usb_generic_driver_match,
/linux-master/net/sched/
H A Dem_text.c133 .match = em_text_match,
/linux-master/drivers/soc/qcom/
H A Dpmic_glink_altmode.c411 const struct of_device_id *match; local
423 match = of_match_device(pmic_glink_altmode_of_quirks, dev->parent);
424 if (match)
425 altmode->owner_id = (unsigned long)match->data;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c408 char *match; local
413 match = strstr(tester->log_buf + tester->next_match_pos, expect_msg);
414 if (!ASSERT_OK_PTR(match, "expect_msg")) {
425 tester->next_match_pos = match - tester->log_buf + strlen(expect_msg);
/linux-master/drivers/mfd/
H A Dmcp-core.c46 .match = mcp_bus_match,
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c602 struct component_match *match = NULL; local
611 drm_of_component_match_add(&pdev->dev, &match,
619 component_match_add(dev, &match, component_compare_dev_name, names[i]);
651 return component_master_add_with_match(dev, &etnaviv_master_ops, match);
/linux-master/drivers/pwm/
H A Dpwm-samsung.c512 const struct of_device_id *match; local
517 match = of_match_node(samsung_pwm_matches, np);
518 if (!match)
521 memcpy(&our_chip->variant, match->data, sizeof(our_chip->variant));
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c60 .match = &bttv_sub_bus_match,
/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c203 .match = vfio_pci_core_match,

Completed in 433 milliseconds

<<21222324252627282930>>