Home
last modified time | relevance | path

Searched refs:match (Results 1126 - 1150 of 6843) sorted by relevance

1...<<41424344454647484950>>...274

/kernel/linux/linux-6.6/drivers/phy/samsung/
H A Dphy-samsung-ufs.c231 const struct of_device_id *match; in samsung_ufs_phy_probe() local
239 match = of_match_node(samsung_ufs_phy_match, dev->of_node); in samsung_ufs_phy_probe()
240 if (!match) { in samsung_ufs_phy_probe()
273 drvdata = match->data; in samsung_ufs_phy_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c146 const struct of_device_id *match; in aspeed_gfx_load() local
155 match = of_match_device(aspeed_gfx_match, &pdev->dev); in aspeed_gfx_load()
156 if (!match) in aspeed_gfx_load()
158 config = match->data; in aspeed_gfx_load()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-at91-core.c187 const struct of_device_id *match; in at91_twi_get_driver_data() local
188 match = of_match_node(atmel_twi_dt_ids, pdev->dev.of_node); in at91_twi_get_driver_data()
189 if (!match) in at91_twi_get_driver_data()
191 return (struct at91_twi_pdata *)match->data; in at91_twi_get_driver_data()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mtk-cirq.c300 const struct of_device_id *match; in mtk_cirq_of_init() local
331 match = of_match_node(mtk_cirq_of_match, node); in mtk_cirq_of_init()
332 if (!match) { in mtk_cirq_of_init()
336 cirq_data->offsets = match->data; in mtk_cirq_of_init()
H A Dirq-tegra.c279 const struct of_device_id *match; in tegra_ictlr_init() local
295 match = of_match_node(ictlr_matches, node); in tegra_ictlr_init()
296 if (!match) /* Should never happen... */ in tegra_ictlr_init()
299 soc = match->data; in tegra_ictlr_init()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dda9063_onkey.c190 const struct of_device_id *match; in da9063_onkey_probe() local
194 match = of_match_node(da9063_compatible_reg_id_table, in da9063_onkey_probe()
196 if (!match) in da9063_onkey_probe()
206 onkey->config = match->data; in da9063_onkey_probe()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_conntrack.c3 * xt_conntrack - Netfilter module to match connection tracking
4 * information. (Superset of Rusty's minimalistic state match.)
21 MODULE_DESCRIPTION("Xtables: connection tracking state match");
87 /* Shortcut to match all recognized protocols by using ->src.all. */ in ct_proto_port_check()
131 /* Shortcut to match all recognized protocols by using ->src.all. */ in ct_proto_port_check_v3()
218 if (par->match->revision != 3) { in conntrack_mt()
288 .match = conntrack_mt_v1,
298 .match = conntrack_mt_v2,
308 .match = conntrack_mt_v3,
H A Dxt_set.c8 /* Kernel module which implements the set match and SET target
21 MODULE_DESCRIPTION("Xtables: IP set match and target module");
91 pr_info_ratelimited("Cannot find set identified by id %u to match\n", in set_match_v0_checkentry()
96 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v0_checkentry()
115 /* Revision 1 match */
142 pr_info_ratelimited("Cannot find set identified by id %u to match\n", in set_match_v1_checkentry()
147 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v1_checkentry()
163 /* Revision 3 match */
186 /* Revision 4 match */
525 .match
[all...]
/third_party/glfw/src/
H A Dlinux_joystick.c278 regmatch_t match; in _glfwDetectJoystickConnectionLinux() local
283 if (regexec(&_glfw.linjs.regex, e->name, 1, &match, 0) != 0) in _glfwDetectJoystickConnectionLinux()
343 regmatch_t match; in _glfwInitJoysticksLinux() local
345 if (regexec(&_glfw.linjs.regex, entry->d_name, 1, &match, 0) != 0) in _glfwInitJoysticksLinux()
/third_party/mesa3d/bin/
H A Dgen_release_notes.py141 match = self.patterns.initial.search(remaining)
142 if match:
143 groups = match.groupdict()
146 before, inlines, remaining, sysmessages = method(self, match, 0)
/third_party/node/test/sequential/
H A Dtest-module-loading.js217 assert.match(e.message, /File not an ELF object/);
219 assert.match(e.message, /file3\.node/);
232 assert.match(e.message, /File not an ELF object/);
234 assert.match(e.message.replace(backslash, '/'), /file7\/index\.node/);
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py278 match = find_path_re.match(arg)
279 if match:
280 self.files_to_push.append(match.group(1))
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter.py349 match = SANCOV_FILE_RE.match(sancov_file)
350 if match:
353 os.path.join(options.build_dir, match.group(1)),
/third_party/node/benchmark/
H A Dcommon.js100 const match = arg.match(validArgRE);
101 if (!match) {
105 const [, key, value] = match;
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_neon_inc.h246 goto match; in FF_FUN()
251 goto match; in FF_FUN()
260 goto match; in FF_FUN()
326 match:; in FF_FUN()
328 /* Failed match. */ in FF_FUN()
334 /* Not a match. */ in FF_FUN()
347 /* Failed match. */ in FF_FUN()
/third_party/protobuf/editors/
H A Dproto.vim51 syn case match
69 syn match pbInt /-\?\<\d\+\>/
70 syn match pbInt /\<0[xX]\x+\>/
71 syn match pbFloat /\<-\?\d*\(\.\d*\)\?/
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSpecialCaseList.cpp61 unsigned SpecialCaseList::Matcher::match(StringRef Query) const { in match() function in llvm::SpecialCaseList::Matcher
68 if (RegExKV.first->match(Query)) in match()
213 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
230 return II->getValue().match(Query); in inSectionBlame()
/third_party/python/Lib/json/
H A Dencoder.py41 def replace(match):
42 return ESCAPE_DCT[match.group(0)]
53 def replace(match):
54 s = match.group(0)
H A Ddecoder.py70 _b=BACKSLASH, _m=STRINGCHUNK.match):
137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
332 def decode(self, s, _w=WHITESPACE.match):
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_set.c8 /* Kernel module which implements the set match and SET target
21 MODULE_DESCRIPTION("Xtables: IP set match and target module");
91 pr_info_ratelimited("Cannot find set identified by id %u to match\n", in set_match_v0_checkentry()
96 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v0_checkentry()
115 /* Revision 1 match */
142 pr_info_ratelimited("Cannot find set identified by id %u to match\n", in set_match_v1_checkentry()
147 pr_info_ratelimited("set match dimension is over the limit!\n"); in set_match_v1_checkentry()
163 /* Revision 3 match */
186 /* Revision 4 match */
525 .match
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dprofile.js295 t.match(
365 t.match(
395 t.match(
477 'Passwords do not match, please try again.',
533 t.match(pass, 'bar', 'should use password for basic auth')
601 t.match(pass, 'bar', 'should use password for basic auth')
608 t.match(
685 t.match(
696 t.match(
706 t.match(
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js97 var bugs = content.match(/\bbug (\d+)/i);
194 throwAssertError(new Error("Expected array to match element only once (instead of " + foundCount + " times)"));
1189 var match = errorLines[i].match(/([^\(]*)\((\d+),(\d+)\):\s+((.*[\s\r\n]*.*)+)\s*$/);
1190 if (match) {
1191 this.errors.push(new CompilerError(match[1], parseFloat(match[2]), parseFloat(match[3]), match[4]));
1194 WScript.Echo("non-match o
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c1487 ext_params->match_l2_dest_mac[i] = key->match.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()
1488 ext_params->match_l2_source_mac[i] = key->match.l2_source_mac[5 - i]; in dpsw_acl_prepare_entry_cfg()
1493 ext_params->match_l2_tpid = cpu_to_le16(key->match.l2_tpid); in dpsw_acl_prepare_entry_cfg()
1494 ext_params->match_l2_vlan_id = cpu_to_le16(key->match.l2_vlan_id); in dpsw_acl_prepare_entry_cfg()
1495 ext_params->match_l3_dest_ip = cpu_to_le32(key->match.l3_dest_ip); in dpsw_acl_prepare_entry_cfg()
1496 ext_params->match_l3_source_ip = cpu_to_le32(key->match.l3_source_ip); in dpsw_acl_prepare_entry_cfg()
1497 ext_params->match_l4_dest_port = cpu_to_le16(key->match.l4_dest_port); in dpsw_acl_prepare_entry_cfg()
1498 ext_params->match_l4_source_port = cpu_to_le16(key->match.l4_source_port); in dpsw_acl_prepare_entry_cfg()
1499 ext_params->match_l2_ether_type = cpu_to_le16(key->match.l2_ether_type); in dpsw_acl_prepare_entry_cfg()
1500 ext_params->match_l2_pcp_dei = key->match in dpsw_acl_prepare_entry_cfg()
[all...]
/third_party/littlefs/scripts/
H A Dbench.py162 match = re.match(
166 if match and match.group('case'):
167 case_linenos.append((i+1, match.group('name')))
168 elif match and match.group('code'):
593 m = pattern.match(line)
622 m = pattern.match(line)
666 m = pattern.match(lin
[all...]
/third_party/python/Lib/re/
H A D_parser.py247 def match(self, char): member in Tokenizer
340 if not source.match('{'):
400 if not source.match('{'):
452 sourcematch = source.match
514 sourcematch = source.match
820 if source.match("|"):
826 if not source.match(")"):
864 if not source.match(")"):
1023 if not s.match("<"):
1090 def expand_template(template, match)
[all...]

Completed in 23 milliseconds

1...<<41424344454647484950>>...274