Searched refs:match (Results 351 - 375 of 1156) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/phy/amlogic/
H A Dphy-meson8b-usb2.c130 const struct phy_meson8b_usb2_match_data *match; member in struct:phy_meson8b_usb2_priv
192 if (priv->match->host_enable_aca) {
254 priv->match = device_get_match_data(&pdev->dev);
255 if (!priv->match)
/linux-master/sound/soc/sof/intel/
H A Dpci-icl.c14 #include <sound/soc-acpi-intel-match.h>
H A Dpci-mtl.c14 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/sof/
H A Dsof-acpi-dev.c16 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c339 u32 *in, *match; local
346 match = MLX5_ADDR_OF(create_flow_group_in, in, match_criteria);
348 MLX5_SET(fte_match_param, match, misc_parameters_2.metadata_reg_c_0,
373 u32 *in, *match; local
380 match = MLX5_ADDR_OF(create_flow_group_in, in, match_criteria);
383 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.cvlan_tag);
385 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.svlan_tag);
386 MLX5_SET_TO_ONES(fte_match_param, match, outer_headers.first_vid);
778 u32 *in, *match; local
785 match
811 u32 *in, *match; local
[all...]
/linux-master/tools/net/ynl/generated/
H A DMakefile17 GENS_PATHS=$(shell grep -nrI --files-without-match \
/linux-master/drivers/dma/idxd/
H A Dbus.c77 .match = idxd_config_bus_match,
/linux-master/drivers/dio/
H A Ddio-driver.c21 * @d: the DIO device structure to match against
25 * dio_device_id structure or %NULL if there is no match.
105 * @dev: the DIO device structure to match against
110 * and 0 if there is no match.
128 .match = dio_bus_match,
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c42 .match = vchiq_bus_type_match,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c159 bool (*match)(struct nvkm_i2c_bus *,
177 (!match || match(bus, &info[i].dev, data))) {
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rcpm.c359 const struct of_device_id *match; local
362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match);
379 qoriq_pm_ops = match->data;
/linux-master/net/netfilter/
H A Dxt_cgroup.c3 * Xtables module to match the process control group.
171 .match = cgroup_mt_v0,
183 .match = cgroup_mt_v1,
197 .match = cgroup_mt_v2,
/linux-master/tools/hv/
H A Dhv_vss_daemon.c115 char match[] = "/dev/"; local
140 if (strncmp(ent->mnt_fsname, match, strlen(match)))
/linux-master/sound/hda/
H A Dhdac_component.c268 * @match_master: match function for finding components
288 struct component_match *match = NULL; local
305 component_match_add_typed(dev, &match, match_master, bus);
307 match);
/linux-master/tools/include/linux/
H A Drbtree.h230 * Returns the rb_node matching @node, or NULL when no match is found and @node
260 * @key: key to match
288 * @key: key to match
299 struct rb_node *match = NULL; local
306 match = node;
313 return match;
318 * @key: key to match
337 * @key: key to match
/linux-master/drivers/soc/fsl/
H A Dguts.c187 const struct of_device_id *match; local
196 np = of_find_matching_node_and_match(NULL, fsl_guts_of_match, &match);
199 soc_data = match->data;
/linux-master/include/linux/
H A Drbtree.h219 * Returns the rb_node matching @node, or NULL when no match is found and @node
249 * @key: key to match
277 * @key: key to match
288 struct rb_node *match = NULL; local
295 match = node;
302 return match;
307 * @key: key to match
326 * @key: key to match
/linux-master/drivers/acpi/acpica/
H A Devrgnini.c319 u8 match; local
328 match = acpi_ut_is_pci_root_bridge(hid->string);
331 if (match) {
335 /* The _HID did not match. Get the _CID and check for a PCI Root Bridge */
/linux-master/drivers/gpio/
H A Dgpio-creg-snps.c137 const struct of_device_id *match; local
151 match = of_match_node(creg_gpio_ids, pdev->dev.of_node);
152 hcg->layout = match->data;
/linux-master/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c166 const struct of_device_id *match; local
177 match = of_match_device(bcm2835_thermal_of_match_table,
179 if (!match)
/linux-master/drivers/net/ethernet/arc/
H A Demac_rockchip.c98 const struct of_device_id *match; local
136 match = of_match_node(emac_rockchip_dt_ids, dev->of_node);
137 priv->soc_data = match->data;
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c235 struct component_match *match = NULL; local
244 drm_of_component_match_add(dev, &match, component_compare_of,
249 return component_master_add_with_match(dev, &sti_ops, match);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c272 struct component_match *match = NULL; local
279 drm_of_component_match_add(dev, &match, component_compare_of, remote);
282 return component_master_add_with_match(dev, &kirin_drm_ops, match);
/linux-master/drivers/soc/microchip/
H A Dmpfs-sys-controller.c194 const struct of_device_id *match; local
201 match = of_match_node(mpfs_sys_controller_of_match, dev->parent->of_node);
203 if (!match)
/linux-master/drivers/base/
H A Dauxiliary.c172 /* use dev_name(&auxdev->dev) prefix before last '.' char to match to */
252 .match = auxiliary_match,
340 * @data: Data to pass to match function
341 * @match: Callback function to check device
344 * for later use, as determined by the @match callback.
348 * The callback should return 0 if the device doesn't match and non-zero
354 int (*match)(struct device *dev, const void *data))
358 dev = bus_find_device(&auxiliary_bus_type, start, data, match);

Completed in 283 milliseconds

<<11121314151617181920>>