Searched refs:match (Results 176 - 200 of 1154) sorted by relevance

1234567891011>>

/linux-master/drivers/bcma/
H A Dscan.c272 struct bcma_device_id *match, int core_num,
335 if (match && ((match->manuf != BCMA_ANY_MANUF &&
336 match->manuf != core->id.manuf) ||
337 (match->id != BCMA_ANY_ID && match->id != core->id.id) ||
338 (match->rev != BCMA_ANY_REV && match->rev != core->id.rev) ||
339 (match->class != BCMA_ANY_CLASS && match
271 bcma_get_next_core(struct bcma_bus *bus, u32 __iomem **eromptr, struct bcma_device_id *match, int core_num, struct bcma_device *core) argument
[all...]
/linux-master/drivers/regulator/
H A Dmt6331-regulator.c47 #define MT6331_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \
52 .of_match = of_match_ptr(match), \
72 #define MT6331_LDO_AO(match, vreg, ldo_volt_table, vosel, vosel_mask) \
76 .of_match = of_match_ptr(match), \
88 #define MT6331_LDO_S(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
94 .of_match = of_match_ptr(match), \
112 #define MT6331_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
117 .of_match = of_match_ptr(match), \
136 #define MT6331_REG_FIXED(match, vreg, enreg, enbit, qibit, volt, \
141 .of_match = of_match_ptr(match), \
[all...]
H A Dmt6332-regulator.c47 #define MT6332_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \
52 .of_match = of_match_ptr(match), \
72 #define MT6332_LDO_LINEAR(match, vreg, min, max, step, volt_ranges, \
78 .of_match = of_match_ptr(match), \
100 #define MT6332_LDO_AO(match, vreg, ldo_volt_table, vosel, vosel_mask) \
104 .of_match = of_match_ptr(match), \
116 #define MT6332_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
121 .of_match = of_match_ptr(match), \
139 #define MT6332_REG_FIXED(match, vreg, enreg, enbit, qibit, volt, stbit) \
143 .of_match = of_match_ptr(match), \
[all...]
/linux-master/fs/ocfs2/
H A Dstack_o2cb.c33 # error Lock modes do not match
36 # error Lock modes do not match
39 # error Lock modes do not match
42 # error Lock modes do not match
45 # error Lock modes do not match
48 # error Lock modes do not match
51 # error Lock modes do not match
/linux-master/kernel/trace/
H A Dtrace_events_filter.c94 * pred_funcs_##type below must match the order of them above.
417 * In that same pass, if the "when_to_branch" doesn't match, we can simply
764 int match; \
766 match = (val == *addr) ^ pred->not; \
768 return match; \
840 int cmp, match; local
842 cmp = pred->regex->match(addr, pred->regex, pred->regex->field_len);
844 match = cmp ^ pred->not;
846 return match;
851 int cmp, match; local
903 int cmp, match; local
926 int cmp, match; local
1187 int match = filter_pred_fn_call(pred, rec); local
2670 int match; member in struct:test_filter_data_t
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-gio.c44 * @ids: array of of device match structures to search in
45 * @dev: the of device structure to match against
51 gio_match_device(const struct gio_device_id *match, argument
56 for (ids = match; ids->id != 0xff; ids++)
127 const struct gio_device_id *match; local
137 match = gio_match_device(drv->id_table, gio_dev);
138 if (match)
139 error = drv->probe(gio_dev, match);
384 .match = gio_bus_match,
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c59 struct flow_dissector *dissector = rule->match.dissector;
91 struct flow_dissector *dissector = rule->match.dissector;
115 * will match the nat field(sip/dip) instead. In this situation,
175 struct flow_match_ip match; local
180 flow_rule_match_ip(rule, &match);
183 tmp = FIELD_PREP(NFP_IPV6_TCLASS_MASK, match.key->tos);
185 tmp = FIELD_PREP(NFP_IPV6_HLIMIT_MASK, match.key->ttl);
189 tmp = FIELD_PREP(NFP_IPV4_TOS_MASK, match.key->tos);
191 tmp = FIELD_PREP(NFP_IPV4_TTL_MASK, match.key->ttl);
200 match
486 struct flow_match_vlan match; local
744 struct flow_match_basic match; local
1404 struct flow_match_meta match; local
[all...]
/linux-master/scripts/
H A Dcheckkconfigsymbols.py90 if args.diff and not re.match(r"^[\w\-\.\^]+\.\.[\w\-\.\^]+$", args.diff):
111 re.match(args.ignore, "this/is/just/a/test.c")
279 if REGEX_FILE_KCONFIG.match(gitfile):
331 if REGEX_FILE_KCONFIG.match(gitfile):
334 if ignore and re.match(ignore, gitfile):
336 # add source files that do not match the ignore pattern
425 if ignore and re.match(ignore, kfile):
426 # do not collect references for files that match the ignore pattern
449 if REGEX_KCONFIG_DEF.match(line):
452 elif REGEX_KCONFIG_STMT.match(lin
[all...]
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c359 struct component_match *match = NULL; local
375 component_match_add(dev, &match, component_compare_dev, d);
379 if (IS_ERR(match))
382 return match ?: ERR_PTR(-ENODEV);
431 struct component_match *match = NULL; local
438 match = rockchip_drm_match_add(dev);
439 if (IS_ERR(match))
440 return PTR_ERR(match);
442 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match);
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c183 const struct meson_drm_match_data *match; local
196 match = of_device_get_match_data(dev);
197 if (!match)
212 priv->compat = match->compat;
213 priv->afbcd.ops = match->afbcd_ops;
479 struct component_match *match = NULL; local
492 component_match_add(&pdev->dev, &match, component_compare_of, remote);
494 dev_dbg(&pdev->dev, "parent %pOF remote match add %pOF parent %s\n",
503 if (count && !match)
512 match);
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c78 /* the position at which to increment the step size if no match is found */
85 U32 idxl0; /* the long match index for ip */
86 U32 idxl1; /* the long match index for ip1 */
88 const BYTE* matchl0; /* the long match for ip */
89 const BYTE* matchs0; /* the short match for ip */
90 const BYTE* matchl1; /* the long match for ip1 */
107 /* Outer Loop: one iteration per match found and stored */
141 /* check prefix long match */
154 /* check prefix short match */
187 /* check prefix long +1 match */
318 const BYTE* match = base + matchIndexS; local
568 const BYTE* match = matchBase + matchIndex; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_of.c83 * drm_of_component_match_add - Add a component helper OF node match rule
85 * @matchptr: component match pointer
118 struct component_match *match = NULL; local
134 drm_of_component_match_add(dev, &match, compare_of,
145 if (!match) {
175 drm_of_component_match_add(dev, &match, compare_of,
182 return component_master_add_with_match(dev, m_ops, match);
/linux-master/arch/alpha/lib/
H A Dstrrchr.S23 mov zero, t6 # .. e1 : t6 is last match aligned addr
25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
46 cmovne t3, v0, t6 # .. e1 : save previous comparisons match
56 negq t1, t4 # e0 : isolate first null byte match
62 cmovne t3, t3, t8 # .. e1 : save it, if match found
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c375 u32 val, match = 0, mask = 0, action = 0, idx = flow->index; local
377 if (flow->match.tagged)
378 match |= MSCC_MS_SAM_MISC_MATCH_TAGGED;
379 if (flow->match.untagged)
380 match |= MSCC_MS_SAM_MISC_MATCH_UNTAGGED;
383 match |= MSCC_MS_SAM_MISC_MATCH_AN(flow->assoc_num);
387 if (bank == MACSEC_INGR && flow->match.sci && flow->rx_sa->sc->sci) {
390 match |= MSCC_MS_SAM_MISC_MATCH_TCI(BIT(3));
400 if (flow->match.etype) {
407 match |
[all...]
/linux-master/drivers/acpi/
H A Dutils.c456 * @match: ACPI handle to look up in the target's _DEP list.
458 * Return true if @match is present in the list returned by _DEP for
461 bool acpi_device_dep(acpi_handle target, acpi_handle match) argument
476 if (dep_devices.handles[i] == match) {
906 const struct acpi_dev_match_info *match = data; local
910 if (acpi_match_device_ids(adev, match->hid))
913 if (match->uid && !acpi_dev_uid_match(adev, match->uid))
916 if (match->hrv == -1)
923 return hrv == match
948 struct acpi_dev_match_info match = {}; local
981 struct acpi_dev_match_info match = {}; local
[all...]
/linux-master/drivers/thermal/st/
H A Dst_thermal.c146 const struct of_device_id *match; local
162 match = of_match_device(st_thermal_of_match, dev);
163 if (!(match && match->data))
166 sensor->cdata = match->data;
/linux-master/arch/s390/include/asm/
H A Dccwdev.h47 const struct ccw_device_id *match)
53 && (id->cu_type != match->cu_type))
57 && (id->cu_model != match->cu_model))
61 && (id->dev_type != match->dev_type))
65 && (id->dev_model != match->dev_model))
46 ccw_device_id_match(const struct ccw_device_id *array, const struct ccw_device_id *match) argument
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c126 int match, rc; local
148 match = sja1105_is_vlan_configured(priv, pvid);
150 if (match < 0 || !(vlan[match].vmemb_port & BIT(port)))
1468 int rc, match; local
1472 match = sja1105_find_static_fdb_entry(priv, port, requested);
1473 if (match < 0) {
1478 /* No match => new entry */
1483 match = table->entry_count - 1;
1489 /* We have a match
1518 sja1105et_is_fdb_entry_in_bin(struct sja1105_private *priv, int bin, const u8 *addr, u16 vid, struct sja1105_l2_lookup_entry *match, int *last_unused) argument
2488 int match, rc; local
2526 int match, rc; local
2984 int match, rc; local
3256 const struct of_device_id *match; local
[all...]
/linux-master/kernel/irq/
H A Ddevres.c27 struct irq_devres *this = res, *match = data; local
29 return this->irq == match->irq && this->dev_id == match->dev_id;
/linux-master/net/ipv6/netfilter/
H A Dip6t_hbh.c2 /* Kernel module to match Hop-by-Hop and Destination parameters. */
21 MODULE_DESCRIPTION("Xtables: IPv6 Hop-By-Hop and Destination Header match");
61 (par->match == &hbh_mt6_reg[0]) ?
185 .match = hbh_mt6,
193 .match = hbh_mt6,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dnv50.c27 nv50_gpio_reset(struct nvkm_gpio *gpio, u8 match) argument
48 (match != DCB_GPIO_UNUSED && match != func))
/linux-master/drivers/power/reset/
H A Dlinkstation-poweroff.c161 const struct of_device_id *match; local
168 match = of_match_node(ls_poweroff_of_match, dn);
169 cfg = match->data;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c164 struct component_match **match)
175 if (match)
176 drm_of_component_match_add(dev, match, dev_match_of, node);
163 tilcdc_get_external_components(struct device *dev, struct component_match **match) argument
/linux-master/arch/arm/mach-mvebu/
H A Dcoherency.c202 const struct of_device_id *match; local
229 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match);
233 type = (int) match->data;
/linux-master/drivers/mmc/host/
H A Ddw_mmc-pltfm.c114 const struct of_device_id *match; local
117 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node);
118 drv_data = match->data;

Completed in 298 milliseconds

1234567891011>>