Searched refs:match (Results 201 - 225 of 1154) sorted by relevance

1234567891011>>

/linux-master/drivers/platform/x86/siemens/
H A Dsimatic-ipc.c199 const struct dmi_system_id *match; local
203 match = dmi_first_match(simatic_ipc_whitelist);
204 if (!match)
/linux-master/drivers/dma/dw/
H A Drzn1-dmamux.c117 const struct of_device_id *match; local
129 match = of_match_node(rzn1_dmac_match, dmac_node);
131 if (!match)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dga102.c27 ga102_gpio_reset(struct nvkm_gpio *gpio, u8 match) argument
44 (match != DCB_GPIO_UNUSED && match != func))
/linux-master/include/kunit/
H A Dresource.h307 * @match_name: The name to match against.
317 * kunit_find_resource() - Find a resource using match function/data.
319 * @match: match function to be applied to resources/match data.
324 kunit_resource_match_t match,
333 if (match(test, res, (void *)match_data)) {
346 * kunit_find_named_resource() - Find a resource using match name.
348 * @name: match name.
361 * @match
323 kunit_find_resource(struct kunit *test, kunit_resource_match_t match, void *match_data) argument
[all...]
/linux-master/arch/mips/kernel/
H A Dmips-mt-fpaff.c53 bool match; local
57 match = (uid_eq(cred->euid, pcred->euid) ||
60 return match;
/linux-master/drivers/base/
H A Disa.c31 if (!isa_driver->match ||
32 isa_driver->match(dev, to_isa_dev(dev)->id))
87 .match = isa_bus_match,
H A Dproperty.c825 * @childname: String to match child node name against.
841 * @childname: String to match child node name against.
1020 * Find a match to the string @name in the 'interrupt-names' string array
1295 devcon_match_fn_t match,
1316 ret = match(node, con_id, data);
1329 devcon_match_fn_t match,
1346 ret = match(node, NULL, data);
1362 * @data: Data for the match function
1363 * @match: Function to check and convert the connection description
1366 * device node. @match wil
1293 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1327 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
1369 fwnode_connection_find_match(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match) argument
1407 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) argument
[all...]
H A Dattribute_container.c155 if (!cont->match(cont, dev))
221 if (!cont->match(cont, dev))
312 if (!cont->match(cont, dev))
329 if (!cont->match(cont, dev))
365 if (!cont->match(cont, dev))
402 if (cont->match(cont, dev))
/linux-master/drivers/phy/
H A Dphy-can-transceiver.c102 const struct of_device_id *match; local
113 match = of_match_node(can_transceiver_phy_ids, pdev->dev.of_node);
114 drvdata = match->data;
/linux-master/include/net/
H A Dmctp.h56 static inline bool mctp_address_matches(mctp_eid_t match, mctp_eid_t eid) argument
58 return match == eid || match == MCTP_ADDR_ANY;
139 __u8 tag; /* incoming tag match; invert TO for local */
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py135 match = line_regex.search(line)
136 if match:
138 lineoffset = int(match.group(1)) - 1
/linux-master/drivers/soc/renesas/
H A Drcar-rst.c126 const struct of_device_id *match; local
132 np = of_find_matching_node_and_match(NULL, rcar_rst_matches, &match);
144 cfg = match->data;
/linux-master/sound/pci/hda/
H A Dhda_component.c107 /* match the device name in a slightly relaxed manner */
133 struct component_match *match = NULL; local
147 component_match_add(dev, &match, hda_comp_match_dev_name, sm);
150 ret = component_master_add_with_match(dev, ops, match);
/linux-master/scripts/
H A Dbpf_doc.py66 capture = proto_re.match(self.proto)
74 capture = arg_re.match(a)
118 capture = p.match(self.line)
122 end = end_re.match(self.line)
137 capture = p.match(self.line)
145 capture = p.match(self.line)
158 capture = p.match(self.line)
171 capture = p.match(self.line)
184 capture = p.match(self.line)
230 capture = assign_p.match(sel
[all...]
/linux-master/net/bridge/netfilter/
H A Debtables.c107 par->match = m->u.match;
109 return !m->u.match->match(skb, par);
397 struct xt_match *match; local
405 match = xt_find_match(NFPROTO_BRIDGE, m->u.name, m->u.revision);
406 if (IS_ERR(match) || match->family != NFPROTO_BRIDGE) {
407 if (!IS_ERR(match))
408 module_put(match
1627 ebt_compat_match_offset(const struct xt_match *match, unsigned int userlen) argument
1643 const struct xt_match *match = m->u.match; local
1961 struct xt_match *match; local
[all...]
/linux-master/drivers/regulator/
H A Dmt6380-regulator.c91 #define MT6380_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \
97 .of_match = of_match_ptr(match), \
115 #define MT6380_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
120 .of_match = of_match_ptr(match), \
136 #define MT6380_REG_FIXED(match, vreg, enreg, enbit, volt, \
141 .of_match = of_match_ptr(match), \
/linux-master/drivers/input/touchscreen/
H A Dst1232.c226 const struct st_chip_info *match; local
232 match = device_get_match_data(&client->dev);
233 if (!match && id)
234 match = (const void *)id->driver_data;
235 if (!match) {
254 ts->chip_info = match;
/linux-master/fs/ntfs3/
H A Dlznt.c138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *),
169 /* Find match. */
170 max_len = up + 3 <= unc_end ? (*match)(up, ctx) : 0;
319 size_t (*match)(const u8 *src, struct lznt *ctx);
327 match = &longest_match_std;
330 match = &longest_match_best;
336 err = compress_chunk(match, unc_chunk, unc_end, p, end,
/linux-master/arch/sparc/kernel/
H A Dof_device_32.c56 /* Check address type match */
143 .match = of_bus_pci_match,
152 .match = of_bus_sbus_match,
161 .match = of_bus_ambapp_match,
170 .match = NULL,
182 if (!of_busses[i].match || of_busses[i].match(np))
H A Dprom_common.c100 int of_find_in_proplist(const char *list, const char *match, int len) argument
105 if (!strcmp(list, match))
/linux-master/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c22 * generic DMI data, so we match on a combination of DMI data, screen resolution
209 /* Above matches are too generic, add bios-date match */
225 }, { /* GPD MicroPC (generic strings, also match on bios date) */
258 }, { /* GPD Pocket 2 (generic strings, also match on bios date) */
266 }, { /* GPD Win (same note on DMI match as GPD Pocket) */
274 }, { /* GPD Win 2 (too generic strings, also match on bios date) */
366 /* Non exact match to match F + L versions */
374 * since that uses the same mainboard. The resolution match
381 /* Partial match o
463 const struct dmi_system_id *match; local
[all...]
/linux-master/net/ethtool/
H A Dioctl.c3229 struct ethtool_rx_flow_match *match; local
3245 match = (struct ethtool_rx_flow_match *)flow->priv;
3246 flow->rule->match.dissector = &match->dissector;
3247 flow->rule->match.mask = &match->mask;
3248 flow->rule->match.key = &match->key;
3250 match->mask.basic.n_proto = htons(0xffff);
3260 ether_addr_copy(match
[all...]
/linux-master/fs/lockd/
H A Dsvcshare.c94 nlm_host_match_fn_t match)
100 if (match(share->s_host, host)) {
93 nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) argument
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c31 struct flow_match_eth_addrs match; local
35 flow_rule_match_eth_addrs(st->frule, &match);
37 if (!is_zero_ether_addr(match.mask->src)) {
38 vcap_netbytes_copy(smac.value, match.key->src, ETH_ALEN);
39 vcap_netbytes_copy(smac.mask, match.mask->src, ETH_ALEN);
45 if (!is_zero_ether_addr(match.mask->dst)) {
46 vcap_netbytes_copy(dmac.value, match.key->dst, ETH_ALEN);
47 vcap_netbytes_copy(dmac.mask, match.mask->dst, ETH_ALEN);
/linux-master/sound/soc/meson/
H A Dgx-card.c68 char *match)
71 if (strstr(c->dai_name, match))
67 gx_card_cpu_identify(struct snd_soc_dai_link_component *c, char *match) argument

Completed in 275 milliseconds

1234567891011>>