Searched refs:matches (Results 1 - 25 of 315) sorted by path

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dio_delay.c82 .matches = {
90 .matches = {
98 .matches = {
106 .matches = {
114 .matches = {
/linux-master/drivers/cpuidle/
H A Ddt_idle_states.h6 const struct of_device_id *matches,
/linux-master/drivers/firmware/google/
H A Dmemconsole-x86-legacy.c124 .matches = {
/linux-master/drivers/input/mouse/
H A Dlifebook.c48 .matches = {
54 .matches = {
60 .matches = {
66 .matches = {
72 .matches = {
78 .matches = {
84 .matches = {
90 .matches = {
97 .matches = {
105 .matches
[all...]
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c190 static void __init aic_common_irq_fixup(const struct of_device_id *matches) argument
198 match = of_match_node(matches, root);
211 const struct of_device_id *matches)
261 aic_common_irq_fixup(matches);
208 aic_common_of_init(struct device_node *node, const struct irq_domain_ops *ops, const char *name, int nirqs, const struct of_device_id *matches) argument
H A Dirq-atmel-aic-common.h34 const struct of_device_id *matches);
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_ov9650.c181 .matches = {
188 .matches = {
195 .matches = {
202 .matches = {
209 .matches = {
217 .matches = {
224 .matches = {
231 .matches = {
238 .matches = {
H A Dm5602_s5k4aa.c230 .matches = {
237 .matches = {
243 .matches = {
249 .matches = {
255 .matches = {
261 .matches = {
267 .matches = {
273 .matches = {
280 .matches = {
287 .matches
[all...]
/linux-master/drivers/platform/x86/
H A Dtoshiba-wmi.c60 .matches = {
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_test_api.c87 int matches = 0; local
91 matches++;
92 WARN_ON(matches != 1);
/linux-master/include/linux/regulator/
H A Dof_regulator.h26 struct of_regulator_match *matches,
39 struct of_regulator_match *matches,
37 of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *matches, unsigned int num_matches) argument
/linux-master/Documentation/sphinx/
H A Dcdomain.py114 matches = sorted(chain(*match_iterators), key=lambda m: m.start())
115 for m in matches:
H A Dparse-headers.pl123 my @matches = ($data =~ m/typedef\s+struct\s+\S+?\s*\{[^\}]+\}\s*(\S+)\s*\;/g,
125 foreach my $m (@matches) {
/linux-master/arch/alpha/lib/
H A Dev67-strrchr.S82 /* Mask out character matches after terminator */
89 and t3, t4, t3 # E : mask out char matches after null
H A Dstrrchr.S54 /* Mask out character matches after terminator */
61 and t3, t4, t3 # e0 : mask out char matches after null
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S46 cmp \mode, \reg1 @ matches primary CPU boot mode?
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h128 * model. The capability provides a call back ( @matches() ) to
133 * matches. This implies, we have to run the check on all the
138 * matches. This implies, we run the check only once, when the
338 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); member in struct:arm64_cpu_capabilities
375 * An optional list of "matches/cpu_enable" pair for the same
377 * Only matches(), cpu_enable() and fields relevant to these
379 * invoked only if the corresponding entry "matches()".
381 * with multiple matches(), care should be taken that either
397 * Iterate over each entry to see if at least one matches.
405 for (caps = entry->match_list; caps->matches; cap
[all...]
/linux-master/arch/arm64/kernel/
H A Dcpu_errata.c82 * CTR_EL0 matches the system's copy to allow a secondary CPU to boot.
125 .matches = is_affected_midr_range, \
129 .matches = is_affected_midr_range, \
140 .matches = is_affected_midr_range_list, \
205 .matches = is_kryo_midr,
276 .matches = is_kryo_midr,
330 .matches = is_affected_midr_range,
336 .matches = is_affected_midr_range,
469 .matches = cpucap_multi_entry_cap_matches,
505 .matches
[all...]
H A Dcpufeature.c1034 for (; caps->matches; caps++) {
2365 .matches = has_always,
2370 .matches = has_always,
2376 .matches = has_useable_gicv3_cpuif,
2383 .matches = has_cpuid_feature,
2390 .matches = has_cpuid_feature,
2398 .matches = has_cpuid_feature,
2408 .matches = has_cpuid_feature,
2417 .matches = has_cpuid_feature,
2425 .matches
[all...]
/linux-master/arch/mips/generic/
H A Dboard-ingenic.c158 .matches = ingenic_of_match,
H A Dboard-ranchu.c88 .matches = ranchu_of_match,
/linux-master/arch/mips/include/asm/
H A Dmachine.h14 const struct of_device_id *matches; member in struct:mips_machine
48 if (!mach->matches)
51 for (match = mach->matches; match->compatible[0]; match++) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dibmebus.c186 static int ibmebus_create_devices(const struct of_device_id *matches) argument
195 if (!of_match_node(matches, child))
344 const struct of_device_id *matches = drv->of_match_table; local
346 if (!matches)
349 return of_match_device(matches, dev) != NULL;
/linux-master/arch/sparc/kernel/
H A Dvio.c23 const struct vio_device_id *matches,
33 while (matches->type[0] || matches->compat[0]) {
35 if (matches->type[0])
36 match &= !strcmp(matches->type, type);
38 if (matches->compat[0]) {
40 of_find_in_proplist(compat, matches->compat, len);
43 return matches;
44 matches++;
61 const struct vio_device_id *matches local
22 vio_match_device( const struct vio_device_id *matches, const struct vio_dev *dev) argument
[all...]
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c1473 .matches = {
1485 .matches = {
1502 .matches = {
1510 .matches = {
1521 .matches = {
1532 .matches = {
1543 .matches = {
1568 .matches = {
1576 .matches = {
1584 .matches
[all...]

Completed in 571 milliseconds

1234567891011>>