Searched refs:match (Results 251 - 275 of 1154) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/irqchip/
H A Dirq-mtk-cirq.c300 const struct of_device_id *match; local
331 match = of_match_node(mtk_cirq_of_match, node);
332 if (!match) {
336 cirq_data->offsets = match->data;
/linux-master/drivers/acpi/
H A Dioapic.c73 bool match = false; local
85 match = true;
88 match = true;
94 return match;
H A Dacpi_pnp.c371 .match = acpi_pnp_match,
/linux-master/drivers/regulator/
H A D88pm800-regulator.c86 #define PM800_BUCK(match, vreg, ereg, ebit, amax, volt_ranges, n_volt) \
90 .of_match = of_match_ptr(#match), \
116 #define PM800_LDO(match, vreg, ereg, ebit, amax, ldo_volt_table) \
120 .of_match = of_match_ptr(#match), \
/linux-master/arch/sparc/include/asm/
H A Dprom.h41 int of_find_in_proplist(const char *list, const char *match, int len);
/linux-master/tools/testing/selftests/hid/tests/
H A Dconftest.py70 m = modalias_re.match(line)
/linux-master/drivers/base/
H A Ddevres.c179 * @match: Match function (optional)
180 * @match_data: Data for the match function
185 * and for which @match returns 1.
191 dr_match_t match, void *match_data,
209 if (match && !match(dev, dr->data, match_data))
255 dr_match_t match, void *match_data)
264 if (match && !match(dev, dr->data, match_data))
276 * @match
190 devres_for_each_res(struct device *dev, dr_release_t release, dr_match_t match, void *match_data, void (*fn)(struct device *, void *, void *), void *data) argument
254 find_dr(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
286 devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
316 devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data) argument
352 devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
390 devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
420 devres_release(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
[all...]
/linux-master/drivers/mfd/
H A Datmel-smc.c345 const struct of_device_id *match; local
347 match = of_match_node(atmel_smc_ids, np);
349 return match ? match->data : ERR_PTR(-EINVAL);
H A Dtps6594-i2c.c207 const struct of_device_id *match; local
223 match = of_match_device(tps6594_i2c_of_match_table, dev);
224 if (!match)
226 tps->chip_id = (unsigned long)match->data;
/linux-master/net/netfilter/
H A Dxt_osf.c42 .match = xt_osf_match_packet,
/linux-master/drivers/platform/surface/
H A Dsurface_gpe.c66 * We match for SKU here due to generic product name
78 * We match for SKU here due to generic product name
154 * We match for SKU here due to different variants: The
166 * We match for SKU here due to different variants: The
178 * We match for SKU here due to different variants: The
293 const struct dmi_system_id *match; local
298 match = dmi_first_match(dmi_lid_device_table);
299 if (!match) {
308 fwnode = fwnode_create_software_node(match->driver_data, NULL);
/linux-master/drivers/soc/qcom/
H A Dqcom_gsbi.c129 const struct of_device_id *match; local
151 match = of_match_node(tcsr_dt_match, tcsr_node);
152 if (match)
153 config = match->data;
/linux-master/sound/soc/sof/intel/
H A Dpci-apl.c14 #include <sound/soc-acpi-intel-match.h>
H A Dpci-skl.c12 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/i2c/busses/
H A Di2c-at91-core.c187 const struct of_device_id *match; local
188 match = of_match_node(atmel_twi_dt_ids, pdev->dev.of_node);
189 if (!match)
191 return (struct at91_twi_pdata *)match->data;
/linux-master/drivers/firmware/
H A Darm_scpi.c359 struct scpi_xfer *t, *match = NULL; local
372 match = list_first_entry(&ch->rx_pending, struct scpi_xfer,
374 list_del(&match->node);
379 match = t;
384 if (match && !completion_done(&match->done)) {
392 len = match->rx_len;
394 match->status = ioread32(&mem->status);
395 memcpy_fromio(match->rx_buf, mem->payload, len);
399 len = min_t(unsigned int, match
[all...]
/linux-master/drivers/of/
H A Ddevice.c20 * @matches: array of of device match structures to search in
21 * @dev: the of device structure to match against
215 const struct of_device_id *match; local
217 match = of_match_device(dev->driver->of_match_table, dev);
218 if (!match)
221 return match->data;
/linux-master/net/sched/
H A Dem_nbyte.c56 .match = em_nbyte_match,
H A Dem_cmp.c75 .match = em_cmp_match,
H A Dem_u32.c40 .match = em_u32_match,
/linux-master/net/mptcp/
H A Dpm_userspace.c33 struct mptcp_pm_addr_entry *match = NULL; local
49 match = e;
57 if (!match && !addr_match && !id_match) {
75 } else if (match) {
125 struct mptcp_pm_addr_entry *match; local
128 match = mptcp_userspace_pm_lookup_addr_by_id(msk, id);
130 if (match) {
131 *flags = match->flags;
132 *ifindex = match->ifindex;
211 GENL_SET_ERR_MSG(info, "did not match addres
271 struct mptcp_pm_addr_entry *match; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.sh22 u32 match mark 0 0xffff \
/linux-master/drivers/pwm/
H A Dpwm-atmel-hlcdc.c243 const struct of_device_id *match; local
261 match = of_match_node(atmel_hlcdc_dt_ids, dev->parent->of_node);
262 if (match)
263 atmel->errata = match->data;
/linux-master/drivers/thermal/
H A Dda9062-thermal.c35 * include a modification of these settings to match the required
163 const struct of_device_id *match; local
166 match = of_match_node(da9062_compatible_reg_id_table,
168 if (!match)
192 thermal->config = match->data;
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-jsl-match.c3 * soc-apci-intel-jsl-match.c - tables and support for JSL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>

Completed in 210 milliseconds

<<11121314151617181920>>