matches           290 arch/arm64/include/asm/cpufeature.h 	bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope);
matches           366 arch/arm64/include/asm/cpufeature.h 	for (caps = entry->match_list; caps->matches; caps++)
matches           367 arch/arm64/include/asm/cpufeature.h 		if (caps->matches(caps, scope))
matches           527 arch/arm64/kernel/cpu_errata.c 	.matches = is_affected_midr_range,			\
matches           531 arch/arm64/kernel/cpu_errata.c 	.matches = is_affected_midr_range,				\
matches           542 arch/arm64/kernel/cpu_errata.c 	.matches = is_affected_midr_range_list,			\
matches           692 arch/arm64/kernel/cpu_errata.c 		.matches = is_kryo_midr,
matches           733 arch/arm64/kernel/cpu_errata.c 		.matches = is_kryo_midr,
matches           783 arch/arm64/kernel/cpu_errata.c 		.matches = is_affected_midr_range,
matches           789 arch/arm64/kernel/cpu_errata.c 		.matches = is_affected_midr_range,
matches           830 arch/arm64/kernel/cpu_errata.c 		.matches = cpucap_multi_entry_cap_matches,
matches           866 arch/arm64/kernel/cpu_errata.c 		.matches = has_mismatched_cache_type,
matches           875 arch/arm64/kernel/cpu_errata.c 		.matches = cpucap_multi_entry_cap_matches,
matches           884 arch/arm64/kernel/cpu_errata.c 		.matches = cpucap_multi_entry_cap_matches,
matches           899 arch/arm64/kernel/cpu_errata.c 		.matches = check_branch_predictor,
matches           912 arch/arm64/kernel/cpu_errata.c 		.matches = has_ssbd_mitigation,
matches           935 arch/arm64/kernel/cpu_errata.c 		.matches = has_cortex_a76_erratum_1463225,
matches           943 arch/arm64/kernel/cpu_errata.c 		.matches = needs_tx2_tvm_workaround,
matches           957 arch/arm64/kernel/cpu_errata.c 		.matches = has_neoverse_n1_erratum_1542419,
matches           554 arch/arm64/kernel/cpufeature.c 	for (; caps->matches; caps++) {
matches          1272 arch/arm64/kernel/cpufeature.c 		.matches = has_useable_gicv3_cpuif,
matches          1283 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1296 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1307 arch/arm64/kernel/cpufeature.c 		.matches = has_no_hw_prefetch,
matches          1314 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1328 arch/arm64/kernel/cpufeature.c 		.matches = cpufeature_pan_not_uao,
matches          1336 arch/arm64/kernel/cpufeature.c 		.matches = runs_at_el2,
matches          1344 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1362 arch/arm64/kernel/cpufeature.c 		.matches = unmap_kernel_at_el0,
matches          1370 arch/arm64/kernel/cpufeature.c 		.matches = has_no_fpsimd,
matches          1377 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1386 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1402 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1411 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1423 arch/arm64/kernel/cpufeature.c 		.matches = has_cache_idc,
matches          1430 arch/arm64/kernel/cpufeature.c 		.matches = has_cache_dic,
matches          1440 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1459 arch/arm64/kernel/cpufeature.c 		.matches = has_hw_dbm,
matches          1467 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1477 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1490 arch/arm64/kernel/cpufeature.c 		.matches = has_useable_cnp,
matches          1502 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1517 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1528 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1539 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1549 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,
matches          1560 arch/arm64/kernel/cpufeature.c 		.matches = can_use_gic_priorities,
matches          1571 arch/arm64/kernel/cpufeature.c 		.matches = has_cpuid_feature,					\
matches          1592 arch/arm64/kernel/cpufeature.c 		.matches = cpucap_multi_entry_cap_matches,			\
matches          1599 arch/arm64/kernel/cpufeature.c 		.matches = match,						\
matches          1762 arch/arm64/kernel/cpufeature.c 	for (; hwcaps->matches; hwcaps++)
matches          1763 arch/arm64/kernel/cpufeature.c 		if (hwcaps->matches(hwcaps, cpucap_default_scope(hwcaps)))
matches          1777 arch/arm64/kernel/cpufeature.c 		    !caps->matches(caps, cpucap_default_scope(caps)))
matches          1883 arch/arm64/kernel/cpufeature.c 		cpu_has_cap = caps->matches(caps, SCOPE_LOCAL_CPU);
matches          1940 arch/arm64/kernel/cpufeature.c 	for (; caps->matches; caps++)
matches          1941 arch/arm64/kernel/cpufeature.c 		if (cpus_have_elf_hwcap(caps) && !caps->matches(caps, SCOPE_LOCAL_CPU)) {
matches          2035 arch/arm64/kernel/cpufeature.c 			return cap->matches(cap, SCOPE_LOCAL_CPU);
matches            87 arch/mips/generic/board-ranchu.c 	.matches = ranchu_of_match,
matches            14 arch/mips/include/asm/machine.h 	const struct of_device_id *matches;
matches            48 arch/mips/include/asm/machine.h 	if (!mach->matches)
matches            51 arch/mips/include/asm/machine.h 	for (match = mach->matches; match->compatible[0]; match++) {
matches           179 arch/powerpc/platforms/pseries/ibmebus.c static int ibmebus_create_devices(const struct of_device_id *matches)
matches           188 arch/powerpc/platforms/pseries/ibmebus.c 		if (!of_match_node(matches, child))
matches           337 arch/powerpc/platforms/pseries/ibmebus.c 	const struct of_device_id *matches = drv->of_match_table;
matches           339 arch/powerpc/platforms/pseries/ibmebus.c 	if (!matches)
matches           342 arch/powerpc/platforms/pseries/ibmebus.c 	return of_match_device(matches, dev) != NULL;
matches            23 arch/sparc/kernel/vio.c 	const struct vio_device_id *matches,
matches            33 arch/sparc/kernel/vio.c 	while (matches->type[0] || matches->compat[0]) {
matches            35 arch/sparc/kernel/vio.c 		if (matches->type[0])
matches            36 arch/sparc/kernel/vio.c 			match &= !strcmp(matches->type, type);
matches            38 arch/sparc/kernel/vio.c 		if (matches->compat[0]) {
matches            40 arch/sparc/kernel/vio.c 				of_find_in_proplist(compat, matches->compat, len);
matches            43 arch/sparc/kernel/vio.c 			return matches;
matches            44 arch/sparc/kernel/vio.c 		matches++;
matches            61 arch/sparc/kernel/vio.c 	const struct vio_device_id *matches = vio_drv->id_table;
matches            63 arch/sparc/kernel/vio.c 	if (!matches)
matches            66 arch/sparc/kernel/vio.c 	return vio_match_device(matches, vio_dev) != NULL;
matches          1402 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1414 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1431 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1439 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1450 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1461 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1484 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1492 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1500 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1508 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          1516 arch/x86/kernel/acpi/boot.c 	 .matches = {
matches          2775 arch/x86/kernel/apic/apic.c 		.matches = {
matches            82 arch/x86/kernel/io_delay.c 		.matches	= {
matches            90 arch/x86/kernel/io_delay.c 		.matches	= {
matches            98 arch/x86/kernel/io_delay.c 		.matches	= {
matches           106 arch/x86/kernel/io_delay.c 		.matches	= {
matches           114 arch/x86/kernel/io_delay.c 		.matches	= {
matches           227 arch/x86/kernel/mmconf-fam10h_64.c                 .matches = {
matches           177 arch/x86/kernel/reboot.c 		.matches = {
matches           185 arch/x86/kernel/reboot.c 		.matches = {
matches           195 arch/x86/kernel/reboot.c 		.matches = {
matches           203 arch/x86/kernel/reboot.c 		.matches = {
matches           211 arch/x86/kernel/reboot.c 		.matches = {
matches           219 arch/x86/kernel/reboot.c 		.matches = {
matches           227 arch/x86/kernel/reboot.c 		.matches = {
matches           235 arch/x86/kernel/reboot.c 		.matches = {
matches           245 arch/x86/kernel/reboot.c 		.matches = {
matches           255 arch/x86/kernel/reboot.c 		.matches = {
matches           263 arch/x86/kernel/reboot.c 		.matches = {
matches           271 arch/x86/kernel/reboot.c 		.matches = {
matches           281 arch/x86/kernel/reboot.c 		.matches = {
matches           291 arch/x86/kernel/reboot.c 		.matches = {
matches           299 arch/x86/kernel/reboot.c 		.matches = {
matches           307 arch/x86/kernel/reboot.c 		.matches = {
matches           315 arch/x86/kernel/reboot.c 		.matches = {
matches           323 arch/x86/kernel/reboot.c 		.matches = {
matches           331 arch/x86/kernel/reboot.c 		.matches = {
matches           339 arch/x86/kernel/reboot.c 		.matches = {
matches           348 arch/x86/kernel/reboot.c 		.matches = {
matches           357 arch/x86/kernel/reboot.c 		.matches = {
matches           365 arch/x86/kernel/reboot.c 		.matches = {
matches           374 arch/x86/kernel/reboot.c 		.matches = {
matches           383 arch/x86/kernel/reboot.c 		.matches = {
matches           392 arch/x86/kernel/reboot.c 		.matches = {
matches           400 arch/x86/kernel/reboot.c 		.matches = {
matches           408 arch/x86/kernel/reboot.c 		.matches = {
matches           416 arch/x86/kernel/reboot.c 		.matches = {
matches           424 arch/x86/kernel/reboot.c 		.matches = {
matches           432 arch/x86/kernel/reboot.c 		.matches = {
matches           440 arch/x86/kernel/reboot.c 		.matches = {
matches           448 arch/x86/kernel/reboot.c 		.matches = {
matches           456 arch/x86/kernel/reboot.c 		.matches = {
matches           464 arch/x86/kernel/reboot.c 		.matches = {
matches           474 arch/x86/kernel/reboot.c 		.matches = {
matches           484 arch/x86/kernel/reboot.c 		.matches = {
matches           245 arch/x86/kernel/sysfb_efi.c 		.matches = {
matches           253 arch/x86/kernel/sysfb_efi.c 		.matches = {
matches           261 arch/x86/kernel/sysfb_efi.c 		.matches = {
matches            49 arch/x86/pci/acpi.c 		.matches = {
matches            59 arch/x86/pci/acpi.c 		.matches = {
matches            68 arch/x86/pci/acpi.c 		.matches = {
matches            78 arch/x86/pci/acpi.c 		.matches = {
matches            89 arch/x86/pci/acpi.c 		.matches = {
matches           102 arch/x86/pci/acpi.c 		.matches = {
matches           112 arch/x86/pci/acpi.c 		.matches = {
matches           122 arch/x86/pci/acpi.c 		.matches = {
matches           133 arch/x86/pci/acpi.c 		.matches = {
matches            97 arch/x86/pci/common.c 		.matches = {
matches           105 arch/x86/pci/common.c 		.matches = {
matches           113 arch/x86/pci/common.c 		.matches = {
matches           242 arch/x86/pci/common.c 		.matches = {
matches           251 arch/x86/pci/common.c 		.matches = {
matches           259 arch/x86/pci/common.c 		.matches = {
matches           267 arch/x86/pci/common.c 		.matches = {
matches           275 arch/x86/pci/common.c 		.matches = {
matches           283 arch/x86/pci/common.c 		.matches = {
matches           291 arch/x86/pci/common.c 		.matches = {
matches           298 arch/x86/pci/common.c 		.matches = {
matches           306 arch/x86/pci/common.c 		.matches = {
matches           314 arch/x86/pci/common.c 		.matches = {
matches           322 arch/x86/pci/common.c 		.matches = {
matches           330 arch/x86/pci/common.c 		.matches = {
matches           338 arch/x86/pci/common.c 		.matches = {
matches           346 arch/x86/pci/common.c 		.matches = {
matches           354 arch/x86/pci/common.c 		.matches = {
matches           362 arch/x86/pci/common.c 		.matches = {
matches           370 arch/x86/pci/common.c 		.matches = {
matches           378 arch/x86/pci/common.c 		.matches = {
matches           386 arch/x86/pci/common.c 		.matches = {
matches           394 arch/x86/pci/common.c 		.matches = {
matches           403 arch/x86/pci/common.c 		.matches = {
matches           412 arch/x86/pci/common.c 		.matches = {
matches           420 arch/x86/pci/common.c 		.matches = {
matches           428 arch/x86/pci/common.c 		.matches = {
matches           436 arch/x86/pci/common.c                 .matches = {
matches           444 arch/x86/pci/common.c                 .matches = {
matches           363 arch/x86/pci/fixup.c 		.matches = {
matches           420 arch/x86/pci/fixup.c 		.matches = {
matches           427 arch/x86/pci/fixup.c 		.matches = {
matches           434 arch/x86/pci/fixup.c 		.matches = {
matches          1101 arch/x86/pci/irq.c 		.matches = {
matches          1112 arch/x86/pci/irq.c 		.matches = {
matches           457 arch/x86/power/cpu.c 	 .matches = {
matches           300 drivers/acpi/ac.c 	.matches = {
matches           308 drivers/acpi/ac.c 		.matches = {
matches           315 drivers/acpi/ac.c 		.matches = {
matches           473 drivers/acpi/acpi_lpss.c 		.matches = {
matches           429 drivers/acpi/acpi_video.c 	 .matches = {
matches           437 drivers/acpi/acpi_video.c 	 .matches = {
matches           445 drivers/acpi/acpi_video.c 	 .matches = {
matches           453 drivers/acpi/acpi_video.c 	 .matches = {
matches           461 drivers/acpi/acpi_video.c 	 .matches = {
matches           478 drivers/acpi/acpi_video.c 	 .matches = {
matches           487 drivers/acpi/acpi_video.c 	 .matches = {
matches           496 drivers/acpi/acpi_video.c 	 .matches = {
matches           509 drivers/acpi/acpi_video.c 	 .matches = {
matches           523 drivers/acpi/acpi_video.c 	 .matches = {
matches           541 drivers/acpi/acpi_video.c 	 .matches = {
matches           556 drivers/acpi/acpi_video.c 	 .matches = {
matches          1344 drivers/acpi/battery.c 		.matches = {
matches          1352 drivers/acpi/battery.c 		.matches = {
matches          1360 drivers/acpi/battery.c 		.matches = {
matches          1371 drivers/acpi/battery.c 		.matches = {
matches          1378 drivers/acpi/battery.c 		.matches = {
matches            94 drivers/acpi/blacklist.c 	 .matches = {
matches           102 drivers/acpi/blacklist.c 	 .matches = {
matches           110 drivers/acpi/blacklist.c 	 .matches = {
matches           122 drivers/acpi/blacklist.c 	 .matches = {
matches           130 drivers/acpi/blacklist.c 	 .matches = {
matches            65 drivers/acpi/bus.c 	 .matches = {
matches            75 drivers/acpi/button.c 		.matches = {
matches            86 drivers/acpi/button.c 		.matches = {
matches            97 drivers/acpi/button.c 		.matches = {
matches          2083 drivers/acpi/ec.c 		.matches = {
matches          2090 drivers/acpi/ec.c 		.matches = {
matches          2097 drivers/acpi/ec.c 		.matches = {
matches           330 drivers/acpi/osi.c 	.matches = {
matches           347 drivers/acpi/osi.c 	.matches = {
matches           355 drivers/acpi/osi.c 	.matches = {
matches           363 drivers/acpi/osi.c 	.matches = {
matches           371 drivers/acpi/osi.c 	.matches = {
matches           379 drivers/acpi/osi.c 	.matches = {
matches           387 drivers/acpi/osi.c 	.matches = {
matches           395 drivers/acpi/osi.c 	.matches = {
matches           403 drivers/acpi/osi.c 	.matches = {
matches           411 drivers/acpi/osi.c 	.matches = {
matches           424 drivers/acpi/osi.c 	.matches = {
matches           432 drivers/acpi/osi.c 	.matches = {
matches           440 drivers/acpi/osi.c 	.matches = {
matches           448 drivers/acpi/osi.c 	.matches = {
matches           456 drivers/acpi/osi.c 	.matches = {
matches           464 drivers/acpi/osi.c 	.matches = {
matches           483 drivers/acpi/osi.c 	.matches = {
matches            50 drivers/acpi/pci_irq.c 		.matches = {
matches            62 drivers/acpi/pci_irq.c 		.matches = {
matches            74 drivers/acpi/pci_irq.c 		.matches = {
matches           179 drivers/acpi/pci_slot.c 	 .matches = {
matches           177 drivers/acpi/sleep.c 	.matches = {
matches           185 drivers/acpi/sleep.c 	.matches = {
matches           193 drivers/acpi/sleep.c 	.matches = {
matches           201 drivers/acpi/sleep.c 	.matches = {
matches           210 drivers/acpi/sleep.c 	.matches = {
matches           218 drivers/acpi/sleep.c 	.matches = {
matches           226 drivers/acpi/sleep.c 	.matches = {
matches           234 drivers/acpi/sleep.c 	.matches = {
matches           242 drivers/acpi/sleep.c 	.matches = {
matches           250 drivers/acpi/sleep.c 	.matches = {
matches           258 drivers/acpi/sleep.c 	.matches = {
matches           266 drivers/acpi/sleep.c 	.matches = {
matches           274 drivers/acpi/sleep.c 	.matches = {
matches           282 drivers/acpi/sleep.c 	.matches = {
matches           290 drivers/acpi/sleep.c 	.matches = {
matches           298 drivers/acpi/sleep.c 	.matches = {
matches           306 drivers/acpi/sleep.c 	.matches = {
matches           314 drivers/acpi/sleep.c 	.matches = {
matches           322 drivers/acpi/sleep.c 	.matches = {
matches           330 drivers/acpi/sleep.c 	.matches = {
matches           338 drivers/acpi/sleep.c 	.matches = {
matches           346 drivers/acpi/sleep.c 	.matches = {
matches           359 drivers/acpi/sleep.c 	.matches = {
matches           372 drivers/acpi/sleep.c 	.matches = {
matches          1201 drivers/acpi/thermal.c 	 .matches = {
matches          1209 drivers/acpi/thermal.c 	 .matches = {
matches          1217 drivers/acpi/thermal.c 	 .matches = {
matches          1225 drivers/acpi/thermal.c 	 .matches = {
matches           122 drivers/acpi/video_detect.c 	 .matches = {
matches           131 drivers/acpi/video_detect.c 	.matches = {
matches           139 drivers/acpi/video_detect.c 	.matches = {
matches           147 drivers/acpi/video_detect.c 	.matches = {
matches           163 drivers/acpi/video_detect.c 	 .matches = {
matches           171 drivers/acpi/video_detect.c 	 .matches = {
matches           179 drivers/acpi/video_detect.c 	 .matches = {
matches           187 drivers/acpi/video_detect.c          .matches = {
matches           198 drivers/acpi/video_detect.c 	 .matches = {
matches           206 drivers/acpi/video_detect.c 	 .matches = {
matches           214 drivers/acpi/video_detect.c 	 .matches = {
matches           224 drivers/acpi/video_detect.c 	 .matches = {
matches           234 drivers/acpi/video_detect.c 	 .matches = {
matches           243 drivers/acpi/video_detect.c 	 .matches = {
matches           252 drivers/acpi/video_detect.c 	 .matches = {
matches           262 drivers/acpi/video_detect.c 	 .matches = {
matches           271 drivers/acpi/video_detect.c 	 .matches = {
matches           280 drivers/acpi/video_detect.c 	 .matches = {
matches           291 drivers/acpi/video_detect.c 	 .matches = {
matches           300 drivers/acpi/video_detect.c 	 .matches = {
matches           309 drivers/acpi/video_detect.c 	 .matches = {
matches           317 drivers/acpi/video_detect.c 	 .matches = {
matches           326 drivers/acpi/video_detect.c 	 .matches = {
matches           334 drivers/acpi/video_detect.c 	 .matches = {
matches           347 drivers/acpi/video_detect.c 	 .matches = {
matches           355 drivers/acpi/video_detect.c 	 .matches = {
matches            45 drivers/acpi/x86/utils.c 	{ { .matches = dmi }, {} },					\
matches           128 drivers/acpi/x86/utils.c 		if (always_present_ids[i].dmi_ids[0].matches[0].slot &&
matches           956 drivers/ata/ahci.c 			.matches = {
matches          1033 drivers/ata/ahci.c 			.matches = {
matches          1058 drivers/ata/ahci.c 			.matches = {
matches          1074 drivers/ata/ahci.c 			.matches = {
matches          1086 drivers/ata/ahci.c 			.matches = {
matches          1128 drivers/ata/ahci.c 			.matches = {
matches          1137 drivers/ata/ahci.c 			.matches = {
matches          1176 drivers/ata/ahci.c 			.matches = {
matches          1185 drivers/ata/ahci.c 			.matches = {
matches          1194 drivers/ata/ahci.c 			.matches = {
matches          1203 drivers/ata/ahci.c 			.matches = {
matches          1221 drivers/ata/ahci.c 			.matches = {
matches          1247 drivers/ata/ahci.c 			.matches = {
matches          1254 drivers/ata/ahci.c 			.matches = {
matches          1261 drivers/ata/ahci.c 			.matches = {
matches          1268 drivers/ata/ahci.c 			.matches = {
matches          1315 drivers/ata/ahci.c 			.matches = {
matches          1324 drivers/ata/ahci.c 			.matches = {
matches          1370 drivers/ata/ahci.c 			.matches = {
matches          1421 drivers/ata/ahci.c 			.matches = {
matches           831 drivers/ata/ata_piix.c 			.matches = {
matches           838 drivers/ata/ata_piix.c 			.matches = {
matches           845 drivers/ata/ata_piix.c 			.matches = {
matches           852 drivers/ata/ata_piix.c 			.matches = {
matches           859 drivers/ata/ata_piix.c 			.matches = {
matches           866 drivers/ata/ata_piix.c 			.matches = {
matches           873 drivers/ata/ata_piix.c 			.matches = {
matches           880 drivers/ata/ata_piix.c 			.matches = {
matches           887 drivers/ata/ata_piix.c 			.matches = {
matches           894 drivers/ata/ata_piix.c 			.matches = {
matches           901 drivers/ata/ata_piix.c 			.matches = {
matches           908 drivers/ata/ata_piix.c 			.matches = {
matches           915 drivers/ata/ata_piix.c 			.matches = {
matches           922 drivers/ata/ata_piix.c 			.matches = {
matches           929 drivers/ata/ata_piix.c 			.matches = {
matches           936 drivers/ata/ata_piix.c 			.matches = {
matches           943 drivers/ata/ata_piix.c 			.matches = {
matches           950 drivers/ata/ata_piix.c 			.matches = {
matches          1510 drivers/ata/ata_piix.c 			.matches = {
matches          1540 drivers/ata/ata_piix.c 			.matches = {
matches          1549 drivers/ata/ata_piix.c 			.matches = {
matches          1589 drivers/ata/ata_piix.c 			.matches = {
matches          1606 drivers/ata/ata_piix.c 			.matches = {
matches            53 drivers/ata/pata_ali.c 		.matches = {
matches            60 drivers/ata/pata_ali.c 		.matches = {
matches            41 drivers/ata/pata_atiixp.c 		.matches = {
matches           168 drivers/ata/pata_cs5530.c 		.matches = {
matches            77 drivers/ata/pata_cs5536.c 		.matches = {
matches           130 drivers/ata/pata_via.c 		.matches = {
matches           149 drivers/ata/pata_via.c 		.matches = {
matches           699 drivers/ata/sata_sil.c 			.matches = {
matches           242 drivers/base/soc.c 	const struct soc_device_attribute *matches)
matches           246 drivers/base/soc.c 	if (!matches)
matches           250 drivers/base/soc.c 		if (!(matches->machine || matches->family ||
matches           251 drivers/base/soc.c 		      matches->revision || matches->soc_id))
matches           253 drivers/base/soc.c 		ret = bus_for_each_dev(&soc_bus_type, NULL, (void *)matches,
matches           257 drivers/base/soc.c 						    matches);
matches           261 drivers/base/soc.c 			matches++;
matches           263 drivers/base/soc.c 			return matches;
matches           403 drivers/bluetooth/btusb.c 		.matches = {
matches           410 drivers/bluetooth/btusb.c 		.matches = {
matches           417 drivers/bluetooth/btusb.c 		.matches = {
matches           831 drivers/bluetooth/hci_bcm.c 		.matches = {
matches           524 drivers/char/hw_random/n2-drv.c 	int err, matches, limit;
matches           538 drivers/char/hw_random/n2-drv.c 	matches = 0;
matches           540 drivers/char/hw_random/n2-drv.c 		matches += n2rng_test_buffer_find(np, val);
matches           541 drivers/char/hw_random/n2-drv.c 		if (matches >= SELFTEST_MATCH_GOAL)
matches          1483 drivers/char/sonypi.c 		.matches = {
matches          1490 drivers/char/sonypi.c 		.matches = {
matches          4847 drivers/clk/clk.c void __init of_clk_init(const struct of_device_id *matches)
matches          4856 drivers/clk/clk.c 	if (!matches)
matches          4857 drivers/clk/clk.c 		matches = &__clk_of_table;
matches          4860 drivers/clk/clk.c 	for_each_matching_node_and_match(np, matches, &match) {
matches           600 drivers/cpufreq/acpi-cpufreq.c 		.matches = {
matches           585 drivers/cpufreq/powernow-k7.c 		.matches = {
matches           151 drivers/cpuidle/dt_idle_states.c 			const struct of_device_id *matches,
matches           177 drivers/cpuidle/dt_idle_states.c 		match_id = of_match_node(matches, state_node);
matches             6 drivers/cpuidle/dt_idle_states.h 			const struct of_device_id *matches,
matches           795 drivers/firmware/dmi_scan.c 	for (i = 0; i < ARRAY_SIZE(dmi->matches); i++) {
matches           796 drivers/firmware/dmi_scan.c 		int s = dmi->matches[i].slot;
matches           804 drivers/firmware/dmi_scan.c 						dmi->matches[i].substr, NULL);
matches           808 drivers/firmware/dmi_scan.c 			if (dmi->matches[i].exact_match) {
matches           810 drivers/firmware/dmi_scan.c 					    dmi->matches[i].substr))
matches           814 drivers/firmware/dmi_scan.c 					   dmi->matches[i].substr))
matches           831 drivers/firmware/dmi_scan.c 	return dmi->matches[0].slot == DMI_NONE;
matches           732 drivers/firmware/google/gsmi.c 		.matches = {
matches           738 drivers/firmware/google/gsmi.c 		.matches = {
matches           124 drivers/firmware/google/memconsole-x86-legacy.c 		.matches = {
matches          1374 drivers/gpio/gpiolib-acpi.c 		.matches = {
matches          1389 drivers/gpio/gpiolib-acpi.c 		.matches = {
matches          1410 drivers/gpio/gpiolib-acpi.c 		.matches = {
matches          1424 drivers/gpio/gpiolib-acpi.c 		.matches = {
matches          1439 drivers/gpio/gpiolib-acpi.c 		.matches = {
matches           113 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           119 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           125 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           133 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           144 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           152 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           160 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           168 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           176 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           188 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           195 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           202 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           209 drivers/gpu/drm/drm_panel_orientation_quirks.c 		.matches = {
matches           768 drivers/gpu/drm/i915/display/intel_crt.c 		.matches = {
matches           776 drivers/gpu/drm/i915/display/intel_crt.c 		.matches = {
matches           510 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           518 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           526 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           534 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           542 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           550 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           558 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           566 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           574 drivers/gpu/drm/i915/display/intel_lvds.c                 .matches = {
matches           582 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           589 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           597 drivers/gpu/drm/i915/display/intel_lvds.c                 .matches = {
matches           605 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           613 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           621 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           629 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           637 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           645 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           653 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           661 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           669 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           677 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           685 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           693 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           701 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           709 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           728 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           736 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           744 drivers/gpu/drm/i915/display/intel_lvds.c 		.matches = {
matches           850 drivers/gpu/drm/i915/display/intel_opregion.c 		.matches = {
matches          1039 drivers/gpu/drm/i915/display/intel_opregion.c 		.matches = {DMI_MATCH(DMI_SYS_VENDOR, "Conrac GmbH"),
matches            81 drivers/gpu/drm/i915/display/intel_quirks.c 				.matches = {DMI_MATCH(DMI_SYS_VENDOR, "NCR Corporation"),
matches           178 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c 		.matches = {
matches           295 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           303 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           311 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           319 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           338 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           346 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           354 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           362 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           370 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           378 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           386 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches           394 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 		.matches = {
matches            31 drivers/hwmon/asus_atk0110.c 		.matches = {
matches            37 drivers/hwmon/asus_atk0110.c 		.matches = {
matches           955 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           962 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           969 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           976 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           984 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           991 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches           998 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1005 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1014 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1021 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1028 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1035 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1043 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1051 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1059 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1066 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1085 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1092 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1099 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1116 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1123 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches          1130 drivers/hwmon/dell-smm-hwmon.c 		.matches = {
matches            50 drivers/i2c/busses/i2c-designware-platdrv.c 		.matches = {
matches          1339 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1346 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1353 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1360 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1367 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1374 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1381 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1388 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches          1395 drivers/i2c/busses/i2c-i801.c 		.matches = {
matches           110 drivers/i2c/busses/i2c-nforce2.c 		.matches = {
matches           122 drivers/i2c/busses/i2c-piix4.c 		.matches = {
matches           129 drivers/i2c/busses/i2c-piix4.c 		.matches = {
matches           142 drivers/i2c/busses/i2c-piix4.c 		.matches = { DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
matches           280 drivers/i2c/i2c-core-acpi.c i2c_acpi_match_device(const struct acpi_device_id *matches,
matches           283 drivers/i2c/i2c-core-acpi.c 	if (!(client && matches))
matches           286 drivers/i2c/i2c-core-acpi.c 	return acpi_match_device(matches, &client->dev);
matches           183 drivers/i2c/i2c-core-of.c i2c_of_match_device_sysfs(const struct of_device_id *matches,
matches           188 drivers/i2c/i2c-core-of.c 	for (; matches->compatible[0]; matches++) {
matches           195 drivers/i2c/i2c-core-of.c 		if (sysfs_streq(client->name, matches->compatible))
matches           196 drivers/i2c/i2c-core-of.c 			return matches;
matches           198 drivers/i2c/i2c-core-of.c 		name = strchr(matches->compatible, ',');
matches           200 drivers/i2c/i2c-core-of.c 			name = matches->compatible;
matches           205 drivers/i2c/i2c-core-of.c 			return matches;
matches           212 drivers/i2c/i2c-core-of.c *i2c_of_match_device(const struct of_device_id *matches,
matches           217 drivers/i2c/i2c-core-of.c 	if (!(client && matches))
matches           220 drivers/i2c/i2c-core-of.c 	match = of_match_device(matches, &client->dev);
matches           224 drivers/i2c/i2c-core-of.c 	return i2c_of_match_device_sysfs(matches, client);
matches            63 drivers/i2c/i2c-core.h i2c_acpi_match_device(const struct acpi_device_id *matches,
matches            71 drivers/i2c/i2c-core.h i2c_acpi_match_device(const struct acpi_device_id *matches,
matches           339 drivers/ide/alim15x3.c 		.matches = {
matches           346 drivers/ide/alim15x3.c 		.matches = {
matches            81 drivers/ide/ide-acpi.c 		.matches  = {
matches           110 drivers/ide/ide-gd.c 		.matches = {
matches           356 drivers/ide/via82cxxx.c 		.matches = {
matches           193 drivers/iio/adc/axp288_adc.c 		.matches = {
matches            33 drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c 		.matches = {
matches           406 drivers/infiniband/ulp/ipoib/ipoib_main.c 	int matches = 0;
matches           422 drivers/infiniband/ulp/ipoib/ipoib_main.c 			++matches;
matches           429 drivers/infiniband/ulp/ipoib/ipoib_main.c 		matches += ipoib_match_gid_pkey_addr(child_priv, gid,
matches           433 drivers/infiniband/ulp/ipoib/ipoib_main.c 		if (matches > 1)
matches           438 drivers/infiniband/ulp/ipoib/ipoib_main.c 	return matches;
matches           451 drivers/infiniband/ulp/ipoib/ipoib_main.c 	int matches = 0;
matches           459 drivers/infiniband/ulp/ipoib/ipoib_main.c 		matches += ipoib_match_gid_pkey_addr(priv, gid, pkey_index,
matches           461 drivers/infiniband/ulp/ipoib/ipoib_main.c 		if (matches > 1)
matches           465 drivers/infiniband/ulp/ipoib/ipoib_main.c 	return matches;
matches           476 drivers/infiniband/ulp/ipoib/ipoib_main.c 	int matches;
matches           490 drivers/infiniband/ulp/ipoib/ipoib_main.c 	matches = __ipoib_get_net_dev_by_params(dev_list, port, pkey_index,
matches           493 drivers/infiniband/ulp/ipoib/ipoib_main.c 	switch (matches) {
matches           504 drivers/infiniband/ulp/ipoib/ipoib_main.c 	matches = __ipoib_get_net_dev_by_params(dev_list, port, pkey_index,
matches           506 drivers/infiniband/ulp/ipoib/ipoib_main.c 	switch (matches) {
matches          1662 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1670 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1678 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1686 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1694 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1702 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1710 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1719 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1728 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1737 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1746 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1755 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1764 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1773 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1781 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1790 drivers/input/keyboard/atkbd.c 		.matches = {
matches          1798 drivers/input/keyboard/atkbd.c 		.matches = {
matches           284 drivers/input/misc/ideapad_slidebar.c 		.matches = {
matches           293 drivers/input/misc/ideapad_slidebar.c 		.matches = {
matches           639 drivers/input/misc/wistron_btns.c 		.matches = {
matches           648 drivers/input/misc/wistron_btns.c 		.matches = {
matches           657 drivers/input/misc/wistron_btns.c 		.matches = {
matches           666 drivers/input/misc/wistron_btns.c 		.matches = {
matches           675 drivers/input/misc/wistron_btns.c 		.matches = {
matches           684 drivers/input/misc/wistron_btns.c 		.matches = {
matches           693 drivers/input/misc/wistron_btns.c 		.matches = {
matches           702 drivers/input/misc/wistron_btns.c 		.matches = {
matches           711 drivers/input/misc/wistron_btns.c 		.matches = {
matches           720 drivers/input/misc/wistron_btns.c 		.matches = {
matches           729 drivers/input/misc/wistron_btns.c 		.matches = {
matches           738 drivers/input/misc/wistron_btns.c 		.matches = {
matches           747 drivers/input/misc/wistron_btns.c 		.matches = {
matches           756 drivers/input/misc/wistron_btns.c 		.matches = {
matches           765 drivers/input/misc/wistron_btns.c 		.matches = {
matches           774 drivers/input/misc/wistron_btns.c 		.matches = {
matches           783 drivers/input/misc/wistron_btns.c 		.matches = {
matches           792 drivers/input/misc/wistron_btns.c 		.matches = {
matches           801 drivers/input/misc/wistron_btns.c 		.matches = {
matches           810 drivers/input/misc/wistron_btns.c 		.matches = {
matches           820 drivers/input/misc/wistron_btns.c 		.matches = {
matches           829 drivers/input/misc/wistron_btns.c 		.matches = {
matches           838 drivers/input/misc/wistron_btns.c 		.matches = {
matches           847 drivers/input/misc/wistron_btns.c 		.matches = {
matches           856 drivers/input/misc/wistron_btns.c 		.matches = {
matches           865 drivers/input/misc/wistron_btns.c 		.matches = {
matches           874 drivers/input/misc/wistron_btns.c 		.matches = {
matches           883 drivers/input/misc/wistron_btns.c 		.matches = {
matches           892 drivers/input/misc/wistron_btns.c 		.matches = {
matches           901 drivers/input/misc/wistron_btns.c 		.matches = {
matches           910 drivers/input/misc/wistron_btns.c 		.matches = {
matches           919 drivers/input/misc/wistron_btns.c 		.matches = {
matches           928 drivers/input/misc/wistron_btns.c 		.matches = {
matches           937 drivers/input/misc/wistron_btns.c 		.matches = {
matches           946 drivers/input/misc/wistron_btns.c 		.matches = {
matches           955 drivers/input/misc/wistron_btns.c 		.matches = {
matches           964 drivers/input/misc/wistron_btns.c 		.matches = {
matches           973 drivers/input/misc/wistron_btns.c 		.matches = {
matches           174 drivers/input/mouse/alps.c 		.matches = {
matches           181 drivers/input/mouse/alps.c 		.matches = {
matches           188 drivers/input/mouse/alps.c 		.matches = {
matches           195 drivers/input/mouse/alps.c 		.matches = {
matches          1084 drivers/input/mouse/elantech.c 		.matches = {
matches          1091 drivers/input/mouse/elantech.c 		.matches = {
matches          1098 drivers/input/mouse/elantech.c 		.matches = {
matches          1450 drivers/input/mouse/elantech.c 		.matches = {
matches          1457 drivers/input/mouse/elantech.c 		.matches = {
matches          1464 drivers/input/mouse/elantech.c 		.matches = {
matches          1471 drivers/input/mouse/elantech.c 		.matches = {
matches          1478 drivers/input/mouse/elantech.c 		.matches = {
matches          1485 drivers/input/mouse/elantech.c 		.matches = {
matches          1492 drivers/input/mouse/elantech.c 		.matches = {
matches          1499 drivers/input/mouse/elantech.c 		.matches = {
matches          1506 drivers/input/mouse/elantech.c 		.matches = {
matches          1523 drivers/input/mouse/elantech.c 		.matches = {
matches            48 drivers/input/mouse/lifebook.c 		.matches = {
matches            54 drivers/input/mouse/lifebook.c 		.matches = {
matches            60 drivers/input/mouse/lifebook.c 		.matches = {
matches            66 drivers/input/mouse/lifebook.c 		.matches = {
matches            72 drivers/input/mouse/lifebook.c 		.matches = {
matches            78 drivers/input/mouse/lifebook.c 		.matches = {
matches            84 drivers/input/mouse/lifebook.c 		.matches = {
matches            90 drivers/input/mouse/lifebook.c 		.matches = {
matches            97 drivers/input/mouse/lifebook.c 		.matches = {
matches           105 drivers/input/mouse/lifebook.c 		.matches = {
matches           113 drivers/input/mouse/lifebook.c 		.matches = {
matches           120 drivers/input/mouse/lifebook.c 		.matches = {
matches          1481 drivers/input/mouse/synaptics.c 		.matches = {
matches          1488 drivers/input/mouse/synaptics.c 		.matches = {
matches          1495 drivers/input/mouse/synaptics.c 		.matches = {
matches          1503 drivers/input/mouse/synaptics.c 		.matches = {
matches          1520 drivers/input/mouse/synaptics.c 		.matches = {
matches          1533 drivers/input/mouse/synaptics.c 		.matches = {
matches            76 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches            84 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches            92 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches            99 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           105 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           112 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           120 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           127 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           135 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           143 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           151 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           159 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           167 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           175 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           183 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           191 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           198 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           205 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           211 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           218 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           236 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           243 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           250 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           257 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           264 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           271 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           278 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           285 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           292 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           299 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           306 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           317 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           328 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           338 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           349 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           355 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           361 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           367 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           373 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           380 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           387 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           398 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           409 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           416 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           423 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           429 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           436 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           443 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           450 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           457 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           464 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           471 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           478 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           485 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           493 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           500 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           507 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           514 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           521 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           528 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           539 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           553 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           566 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           576 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           583 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           590 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           597 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           604 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           611 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           618 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           625 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           632 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           639 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           646 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           653 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           660 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           667 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           679 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           689 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           696 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           706 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           711 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           716 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           721 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           732 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           739 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           747 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           755 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           763 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           770 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           787 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           794 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           801 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           808 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           815 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           822 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           829 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           836 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           843 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           850 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           865 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           872 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           879 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           886 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches           893 drivers/input/serio/i8042-x86ia64io.h 		.matches = {
matches          3023 drivers/input/touchscreen/atmel_mxt_ts.c 		.matches = {
matches          3029 drivers/input/touchscreen/atmel_mxt_ts.c 		.matches = {
matches           133 drivers/input/touchscreen/goodix.c 		.matches = {
matches           142 drivers/input/touchscreen/goodix.c 		.matches = {
matches           149 drivers/input/touchscreen/goodix.c 		.matches = {
matches           163 drivers/input/touchscreen/goodix.c 		.matches = {
matches           222 drivers/input/touchscreen/htcpen.c 		.matches = {
matches            61 drivers/iommu/amd_iommu_quirks.c 		.matches = {
matches            70 drivers/iommu/amd_iommu_quirks.c 		.matches = {
matches            83 drivers/iommu/amd_iommu_quirks.c 		.matches = {
matches            92 drivers/iommu/amd_iommu_quirks.c 		.matches = {
matches           190 drivers/irqchip/irq-atmel-aic-common.c static void __init aic_common_irq_fixup(const struct of_device_id *matches)
matches           198 drivers/irqchip/irq-atmel-aic-common.c 	match = of_match_node(matches, root);
matches           211 drivers/irqchip/irq-atmel-aic-common.c 					     const struct of_device_id *matches)
matches           261 drivers/irqchip/irq-atmel-aic-common.c 	aic_common_irq_fixup(matches);
matches            34 drivers/irqchip/irq-atmel-aic-common.h 					     const struct of_device_id *matches);
matches            88 drivers/leds/leds-apu.c 		.matches = {
matches            48 drivers/leds/leds-clevo-mail.c 		.matches = {
matches            57 drivers/leds/leds-clevo-mail.c 		.matches = {
matches            65 drivers/leds/leds-clevo-mail.c 		.matches = {
matches            74 drivers/leds/leds-clevo-mail.c 		.matches = {
matches            84 drivers/leds/leds-clevo-mail.c 		.matches = {
matches            86 drivers/leds/leds-ss4200.c 		.matches = {
matches            99 drivers/leds/leds-ss4200.c 		.matches = {
matches            39 drivers/macintosh/macio_asic.c 	const struct of_device_id * matches = drv->of_match_table;
matches            41 drivers/macintosh/macio_asic.c 	if (!matches) 
matches            44 drivers/macintosh/macio_asic.c 	return of_match_device(matches, dev) != NULL;
matches           131 drivers/mcb/mcb-lpc.c 		.matches = {
matches           140 drivers/mcb/mcb-lpc.c 		.matches = {
matches           181 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           188 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           195 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           202 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           209 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           217 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           224 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           231 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           238 drivers/media/usb/gspca/m5602/m5602_ov9650.c 		.matches = {
matches           230 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           237 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           243 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           249 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           255 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           261 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           267 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           273 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           280 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           287 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           294 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           300 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           306 drivers/media/usb/gspca/m5602/m5602_s5k4aa.c 		.matches = {
matches           120 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches           128 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches           135 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches           142 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches           149 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches           156 drivers/media/usb/gspca/sn9c20x.c 		.matches = {
matches            92 drivers/media/usb/stkwebcam/stk-webcam.c 		.matches = {
matches            98 drivers/media/usb/stkwebcam/stk-webcam.c 		.matches = {
matches           105 drivers/media/usb/stkwebcam/stk-webcam.c 		.matches = {
matches           112 drivers/media/usb/stkwebcam/stk-webcam.c 		.matches = {
matches            55 drivers/mfd/intel_quark_i2c_gpio.c 		.matches = {
matches            61 drivers/mfd/intel_quark_i2c_gpio.c 		.matches = {
matches            67 drivers/mfd/intel_quark_i2c_gpio.c 		.matches = {
matches           493 drivers/mfd/kempld-core.c 		.matches = {
matches           501 drivers/mfd/kempld-core.c 		.matches = {
matches           509 drivers/mfd/kempld-core.c 		.matches = {
matches           517 drivers/mfd/kempld-core.c 		.matches = {
matches           525 drivers/mfd/kempld-core.c 		.matches = {
matches           533 drivers/mfd/kempld-core.c 		.matches = {
matches           541 drivers/mfd/kempld-core.c 		.matches = {
matches           549 drivers/mfd/kempld-core.c 		.matches = {
matches           557 drivers/mfd/kempld-core.c 		.matches = {
matches           565 drivers/mfd/kempld-core.c 		.matches = {
matches           573 drivers/mfd/kempld-core.c 		.matches = {
matches           581 drivers/mfd/kempld-core.c 		.matches = {
matches           589 drivers/mfd/kempld-core.c 		.matches = {
matches           597 drivers/mfd/kempld-core.c 		.matches = {
matches           605 drivers/mfd/kempld-core.c 		.matches = {
matches           613 drivers/mfd/kempld-core.c 		.matches = {
matches           621 drivers/mfd/kempld-core.c 		.matches = {
matches           629 drivers/mfd/kempld-core.c 		.matches = {
matches           637 drivers/mfd/kempld-core.c 		.matches = {
matches           645 drivers/mfd/kempld-core.c 		.matches = {
matches           653 drivers/mfd/kempld-core.c 		.matches = {
matches           661 drivers/mfd/kempld-core.c 		.matches = {
matches           669 drivers/mfd/kempld-core.c 		.matches = {
matches           677 drivers/mfd/kempld-core.c 		.matches = {
matches           685 drivers/mfd/kempld-core.c 		.matches = {
matches           692 drivers/mfd/kempld-core.c 		.matches = {
matches           700 drivers/mfd/kempld-core.c 		.matches = {
matches           708 drivers/mfd/kempld-core.c 		.matches = {
matches           716 drivers/mfd/kempld-core.c 		.matches = {
matches           724 drivers/mfd/kempld-core.c 		.matches = {
matches           732 drivers/mfd/kempld-core.c 		.matches = {
matches           740 drivers/mfd/kempld-core.c 		.matches = {
matches           748 drivers/mfd/kempld-core.c 		.matches = {
matches           756 drivers/mfd/kempld-core.c 		.matches = {
matches           764 drivers/mfd/kempld-core.c 		.matches = {
matches           772 drivers/mfd/kempld-core.c 		.matches = {
matches           780 drivers/mfd/kempld-core.c 		.matches = {
matches           789 drivers/mfd/kempld-core.c 		.matches = {
matches           806 drivers/mfd/kempld-core.c 		     id->matches[0].slot != DMI_NONE; id++)
matches           810 drivers/mfd/kempld-core.c 		if (id->matches[0].slot == DMI_NONE)
matches           251 drivers/mfd/tqmx86.c 		.matches = {
matches           867 drivers/mtd/mtdpart.c 		const struct of_device_id *matches;
matches           869 drivers/mtd/mtdpart.c 		matches = p->of_match_table;
matches           870 drivers/mtd/mtdpart.c 		if (!matches)
matches           873 drivers/mtd/mtdpart.c 		for (; matches->compatible[0]; matches++) {
matches           874 drivers/mtd/mtdpart.c 			if (!strcmp(matches->compatible, compat) &&
matches          5007 drivers/net/dsa/mv88e6xxx/chip.c 	const struct of_device_id *matches = dev->driver->of_match_table;
matches          5010 drivers/net/dsa/mv88e6xxx/chip.c 	for (; matches->name[0] || matches->type[0] || matches->compatible[0];
matches          5011 drivers/net/dsa/mv88e6xxx/chip.c 	     matches++) {
matches          5012 drivers/net/dsa/mv88e6xxx/chip.c 		if (!strcmp(pdata->compatible, matches->compatible))
matches          5013 drivers/net/dsa/mv88e6xxx/chip.c 			return matches->data;
matches          4151 drivers/net/ethernet/marvell/skge.c 		.matches = {
matches          4158 drivers/net/ethernet/marvell/skge.c 		.matches = {
matches          4165 drivers/net/ethernet/marvell/skge.c 		.matches = {
matches          4908 drivers/net/ethernet/marvell/sky2.c 		.matches = {
matches          4915 drivers/net/ethernet/marvell/sky2.c 		.matches = {
matches          4922 drivers/net/ethernet/marvell/sky2.c 		.matches = {
matches          4929 drivers/net/ethernet/marvell/sky2.c 		.matches = {
matches          4936 drivers/net/ethernet/marvell/sky2.c 		.matches = {
matches           367 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches,
matches           373 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF];
matches           378 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP];
matches           402 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 					struct devlink_dpipe_match *matches,
matches           416 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_RIF];
matches           425 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_DIP];
matches           621 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT];
matches           627 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	memset(matches, 0, MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT *
matches           628 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 			   sizeof(matches[0]));
matches           633 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	mlxsw_sp_dpipe_table_host_match_action_prepare(matches, &action, type);
matches           635 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 						      matches, &action_value,
matches           934 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match *matches,
matches           940 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX];
matches           945 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE];
matches           950 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX];
matches           969 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 				       struct devlink_dpipe_match *matches,
matches           983 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_INDEX];
matches           992 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_SIZE];
matches          1001 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	match = &matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_HASH_INDEX];
matches          1150 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT];
matches          1155 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	memset(matches, 0, MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT *
matches          1156 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 			   sizeof(matches[0]));
matches          1164 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 	mlxsw_sp_dpipe_table_adj_match_action_prepare(matches, actions);
matches          1166 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 						     match_values, matches,
matches           302 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		.matches = {
matches           308 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		.matches = {
matches           320 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		.matches = {
matches           328 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c 		.matches = {
matches          2599 drivers/net/ethernet/via/via-rhine.c 		.matches = {
matches          2606 drivers/net/ethernet/via/via-rhine.c 		.matches = {
matches           413 drivers/net/phy/micrel.c 	int matches = 0;
matches           416 drivers/net/phy/micrel.c 		matches++;
matches           419 drivers/net/phy/micrel.c 		matches++;
matches           422 drivers/net/phy/micrel.c 		matches++;
matches           425 drivers/net/phy/micrel.c 		matches++;
matches           427 drivers/net/phy/micrel.c 	if (!matches)
matches           430 drivers/net/phy/micrel.c 	if (matches < 4)
matches           507 drivers/net/phy/micrel.c 	int matches = 0;
matches           515 drivers/net/phy/micrel.c 			matches++;
matches           517 drivers/net/phy/micrel.c 	if (!matches)
matches           520 drivers/net/phy/micrel.c 	if (matches < numfields)
matches           664 drivers/net/phy/micrel.c 	int matches = 0;
matches           684 drivers/net/phy/micrel.c 			matches++;
matches           687 drivers/net/phy/micrel.c 	if (!matches)
matches           690 drivers/net/phy/micrel.c 	if (matches < numfields)
matches           110 drivers/net/wireless/ath/ath9k/init.c 		.matches = {
matches           118 drivers/net/wireless/ath/ath9k/init.c 		.matches = {
matches           126 drivers/net/wireless/ath/ath9k/init.c 		.matches = {
matches           134 drivers/net/wireless/ath/ath9k/init.c 		.matches = {
matches           142 drivers/net/wireless/ath/ath9k/init.c 		.matches = {
matches          4423 drivers/net/wireless/ath/wcn36xx/hal.h 		matches[WCN36XX_HAL_MAX_NUM_FILTERS];
matches          3553 drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c 	cfg->wowl.nd_info->matches[0] = cfg->wowl.nd;
matches            46 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches            57 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches            75 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches            85 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches            95 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches           105 drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c 		.matches = {
matches           907 drivers/net/wireless/intel/iwlwifi/fw/api/scan.h 	struct iwl_scan_offload_profile_match_v1 matches[IWL_SCAN_MAX_PROFILES];
matches           951 drivers/net/wireless/intel/iwlwifi/fw/api/scan.h 	struct iwl_scan_offload_profile_match matches[IWL_SCAN_MAX_PROFILES];
matches          1694 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	u8 matches[ND_QUERY_BUF_LEN];
matches          1736 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	memcpy(results->matches, query->matches, matches_len);
matches          1755 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		struct iwl_scan_offload_profile_match *matches =
matches          1756 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			(struct iwl_scan_offload_profile_match *)query->matches;
matches          1759 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			n_chans += hweight8(matches[idx].matching_channels[i]);
matches          1761 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		struct iwl_scan_offload_profile_match_v1 *matches =
matches          1762 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			(struct iwl_scan_offload_profile_match_v1 *)query->matches;
matches          1765 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			n_chans += hweight8(matches[idx].matching_channels[i]);
matches          1780 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		struct iwl_scan_offload_profile_match *matches =
matches          1781 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			(struct iwl_scan_offload_profile_match *)query->matches;
matches          1784 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			if (matches[idx].matching_channels[i / 8] & (BIT(i % 8)))
matches          1788 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		struct iwl_scan_offload_profile_match_v1 *matches =
matches          1789 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			(struct iwl_scan_offload_profile_match_v1 *)query->matches;
matches          1792 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			if (matches[idx].matching_channels[i / 8] & (BIT(i % 8)))
matches          1838 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 	net_detect = kzalloc(struct_size(net_detect, matches, n_matches),
matches          1854 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 		net_detect->matches[net_detect->n_matches++] = match;
matches          1880 drivers/net/wireless/intel/iwlwifi/mvm/d3.c 			kfree(net_detect->matches[i]);
matches          3578 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			kfree(adapter->nd_info->matches[i]);
matches           148 drivers/net/wireless/marvell/mwifiex/main.c 			kfree(adapter->nd_info->matches[i]);
matches          2232 drivers/net/wireless/marvell/mwifiex/scan.c 			adapter->nd_info->matches[idx] =
matches          2236 drivers/net/wireless/marvell/mwifiex/scan.c 			pmatch = adapter->nd_info->matches[idx];
matches           830 drivers/of/address.c 					const struct of_device_id *matches,
matches           833 drivers/of/address.c 	struct device_node *dn = of_find_matching_node(from, matches);
matches           841 drivers/of/address.c 		dn = of_find_matching_node(dn, matches);
matches          1108 drivers/of/base.c const struct of_device_id *__of_match_node(const struct of_device_id *matches,
matches          1114 drivers/of/base.c 	if (!matches)
matches          1117 drivers/of/base.c 	for (; matches->name[0] || matches->type[0] || matches->compatible[0]; matches++) {
matches          1118 drivers/of/base.c 		score = __of_device_is_compatible(node, matches->compatible,
matches          1119 drivers/of/base.c 						  matches->type, matches->name);
matches          1121 drivers/of/base.c 			best_match = matches;
matches          1136 drivers/of/base.c const struct of_device_id *of_match_node(const struct of_device_id *matches,
matches          1143 drivers/of/base.c 	match = __of_match_node(matches, node);
matches          1163 drivers/of/base.c 					const struct of_device_id *matches,
matches          1175 drivers/of/base.c 		m = __of_match_node(matches, np);
matches          2097 drivers/of/base.c int of_alias_get_alias_list(const struct of_device_id *matches,
matches          2119 drivers/of/base.c 		if (of_match_node(matches, app->np)) {
matches            26 drivers/of/device.c const struct of_device_id *of_match_device(const struct of_device_id *matches,
matches            29 drivers/of/device.c 	if ((!matches) || (!dev->of_node))
matches            31 drivers/of/device.c 	return of_match_node(matches, dev->of_node);
matches           479 drivers/of/irq.c void __init of_irq_init(const struct of_device_id *matches)
matches           489 drivers/of/irq.c 	for_each_matching_node_and_match(np, matches, &match) {
matches           347 drivers/of/platform.c 				  const struct of_device_id *matches,
matches           393 drivers/of/platform.c 	if (!dev || !of_match_node(matches, bus))
matches           398 drivers/of/platform.c 		rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict);
matches           418 drivers/of/platform.c 			  const struct of_device_id *matches,
matches           432 drivers/of/platform.c 	if (of_match_node(matches, root)) {
matches           433 drivers/of/platform.c 		rc = of_platform_bus_create(root, matches, NULL, parent, false);
matches           435 drivers/of/platform.c 		if (!of_match_node(matches, child))
matches           437 drivers/of/platform.c 		rc = of_platform_bus_create(child, matches, NULL, parent, false);
matches           469 drivers/of/platform.c 			const struct of_device_id *matches,
matches           484 drivers/of/platform.c 		rc = of_platform_bus_create(child, matches, lookup, parent, true);
matches          2603 drivers/pci/pci.c 		.matches = {
matches           228 drivers/pci/pcie/portdrv_pci.c 	 .matches = {
matches          1924 drivers/pci/quirks.c 		.matches = {
matches          1509 drivers/pinctrl/intel/pinctrl-cherryview.c 		.matches = {
matches          1516 drivers/pinctrl/intel/pinctrl-cherryview.c 		.matches = {
matches          1523 drivers/pinctrl/intel/pinctrl-cherryview.c 		.matches = {
matches          1530 drivers/pinctrl/intel/pinctrl-cherryview.c 		.matches = {
matches           526 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           534 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           541 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           549 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           557 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           565 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           573 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           580 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           587 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           594 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           601 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           609 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           617 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           625 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches           638 drivers/platform/chrome/chromeos_laptop.c 		.matches = {
matches            19 drivers/platform/chrome/chromeos_pstore.c 		.matches = {
matches            26 drivers/platform/chrome/chromeos_pstore.c 		.matches = {
matches            33 drivers/platform/chrome/chromeos_pstore.c 		.matches = {
matches            40 drivers/platform/chrome/chromeos_pstore.c 		.matches = {
matches           448 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           460 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           467 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           474 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           481 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           488 drivers/platform/chrome/cros_ec_lpc.c 		.matches = {
matches           349 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           356 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           367 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           373 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           379 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           394 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           403 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           412 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           421 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           430 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           439 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           448 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           457 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           466 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           475 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           484 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           493 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           513 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           522 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           531 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           540 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           549 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           558 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           567 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           588 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           596 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           604 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           612 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           620 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           631 drivers/platform/x86/acer-wmi.c 		.matches = {
matches           121 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           130 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           139 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           148 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           157 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           166 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches           175 drivers/platform/x86/alienware-wmi.c 	 .matches = {
matches            75 drivers/platform/x86/amilo-rfkill.c 		.matches = {
matches            82 drivers/platform/x86/amilo-rfkill.c 		.matches = {
matches            89 drivers/platform/x86/amilo-rfkill.c 		.matches = {
matches           124 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           133 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           147 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           156 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           165 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           174 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           183 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           192 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           201 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           210 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           219 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           228 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           237 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           246 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           255 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           264 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           273 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           282 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           291 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           300 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           309 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           318 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           327 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           336 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           345 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           354 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           363 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           372 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           381 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           390 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           399 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           408 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           524 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           531 drivers/platform/x86/asus-nb-wmi.c 		.matches = {
matches           792 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           800 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           808 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           816 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           824 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           832 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           840 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           848 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           856 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           864 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           872 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           880 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           888 drivers/platform/x86/compal-laptop.c 		.matches = {
matches           100 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           106 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           112 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           118 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           124 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           130 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           137 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           150 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           159 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           168 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           177 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           186 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           195 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           204 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           213 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           222 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           231 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           240 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           249 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           258 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           267 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           276 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           285 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           294 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           303 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           312 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           321 drivers/platform/x86/dell-laptop.c 		.matches = {
matches           330 drivers/platform/x86/dell-laptop.c 		.matches = {
matches            30 drivers/platform/x86/dell-smbios-smm.c 		.matches = {
matches            36 drivers/platform/x86/dell-smbios-smm.c 		.matches = {
matches            42 drivers/platform/x86/dell-smbios-smm.c 		.matches = {
matches            49 drivers/platform/x86/dell-smbios-smm.c 		.matches = {
matches            55 drivers/platform/x86/dell-wmi.c 		.matches = {
matches            63 drivers/platform/x86/dell-wmi.c 		.matches = {
matches           128 drivers/platform/x86/eeepc-wmi.c 	model = (char *)dmi->matches[1].substr;
matches           139 drivers/platform/x86/eeepc-wmi.c 		.matches = {
matches           148 drivers/platform/x86/eeepc-wmi.c 		.matches = {
matches           157 drivers/platform/x86/eeepc-wmi.c 		.matches = {
matches           166 drivers/platform/x86/eeepc-wmi.c 		.matches = {
matches           490 drivers/platform/x86/fujitsu-laptop.c 		.matches = {
matches           499 drivers/platform/x86/fujitsu-laptop.c 		.matches = {
matches           508 drivers/platform/x86/fujitsu-laptop.c 		.matches = {
matches           332 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           341 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           350 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           359 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           368 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           377 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           386 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           395 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           404 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           413 drivers/platform/x86/fujitsu-tablet.c 		.matches = {
matches           492 drivers/platform/x86/hdaps.c 	.matches = {					\
matches           177 drivers/platform/x86/hp_accel.c 	.matches = {					\
matches           188 drivers/platform/x86/hp_accel.c 	.matches = {					\
matches           218 drivers/platform/x86/ibm_rtl.c 		.matches = {                               \
matches            68 drivers/platform/x86/intel-hid.c 		.matches = {
matches            75 drivers/platform/x86/intel-hid.c 		.matches = {
matches          1430 drivers/platform/x86/intel_ips.c 		.matches = {
matches           291 drivers/platform/x86/intel_oaktrail.c 		.matches = {
matches           852 drivers/platform/x86/intel_pmc_core.c 	.matches = {
matches          1922 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1928 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1934 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1940 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1946 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1952 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1958 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1965 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1972 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1979 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1986 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          1993 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          2000 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          2007 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          2014 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          2021 drivers/platform/x86/mlx-platform.c 		.matches = {
matches          2028 drivers/platform/x86/mlx-platform.c 		.matches = {
matches           598 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           610 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           621 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           632 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           644 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           656 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           668 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           678 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           688 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           698 drivers/platform/x86/msi-laptop.c 		.matches = {
matches           140 drivers/platform/x86/pcengines-apuv2.c 		.matches	= {
matches           149 drivers/platform/x86/pcengines-apuv2.c 		.matches	= {
matches           158 drivers/platform/x86/pcengines-apuv2.c 		.matches	= {
matches           168 drivers/platform/x86/pcengines-apuv2.c 		.matches	= {
matches           177 drivers/platform/x86/pcengines-apuv2.c 		.matches     = {
matches           186 drivers/platform/x86/pcengines-apuv2.c 		.matches     = {
matches            72 drivers/platform/x86/peaq-wmi.c 		.matches = {
matches           373 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           381 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           389 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           397 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           405 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           413 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           421 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           428 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           435 drivers/platform/x86/pmc_atom.c 		.matches = {
matches           442 drivers/platform/x86/pmc_atom.c 		.matches = {
matches          1516 drivers/platform/x86/samsung-laptop.c 		.matches = {
matches          1523 drivers/platform/x86/samsung-laptop.c 		.matches = {
matches          1530 drivers/platform/x86/samsung-laptop.c 		.matches = {
matches          1537 drivers/platform/x86/samsung-laptop.c 		.matches = {
matches          1546 drivers/platform/x86/samsung-laptop.c 	  .matches = {
matches          1556 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1566 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1576 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1586 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1596 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1606 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1616 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1626 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches          1635 drivers/platform/x86/samsung-laptop.c 	 .matches = {
matches            97 drivers/platform/x86/samsung-q10.c 		.matches = {
matches           105 drivers/platform/x86/samsung-q10.c 		.matches = {
matches           113 drivers/platform/x86/samsung-q10.c 		.matches = {
matches           121 drivers/platform/x86/samsung-q10.c 		.matches = {
matches          4876 drivers/platform/x86/sony-laptop.c 		.matches = {
matches          4883 drivers/platform/x86/sony-laptop.c 		.matches = {
matches            35 drivers/platform/x86/surface3-wmi.c 		.matches = {
matches          4489 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches          4496 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches          4503 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches          4510 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches          4517 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches          4524 drivers/platform/x86/thinkpad_acpi.c 		.matches = {
matches           280 drivers/platform/x86/topstar-laptop.c 		.matches = {
matches            60 drivers/platform/x86/toshiba-wmi.c 		.matches = {
matches           615 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           623 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           632 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           641 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           649 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           658 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           667 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           676 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           686 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           694 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           702 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           711 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           721 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           729 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           738 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           747 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           756 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           764 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           772 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           783 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           794 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           803 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           811 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           819 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           827 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           835 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           843 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           854 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           863 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           871 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           881 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           892 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           903 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           914 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           923 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           931 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           939 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           947 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           955 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           963 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           971 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           981 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           992 drivers/platform/x86/touchscreen_dmi.c 		.matches = {
matches           489 drivers/pnp/pnpbios/core.c 	 .matches = {
matches           499 drivers/pnp/pnpbios/core.c 	 .matches = {
matches           585 drivers/power/supply/axp288_charger.c 		.matches = {
matches           682 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           692 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           702 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           708 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           715 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           722 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           731 drivers/power/supply/axp288_fuel_gauge.c 		.matches = {
matches           294 drivers/regulator/of_regulator.c 	struct of_regulator_match *matches;
matches           304 drivers/regulator/of_regulator.c 		of_node_put(devm_matches->matches[i].of_node);
matches           326 drivers/regulator/of_regulator.c 		       struct of_regulator_match *matches,
matches           344 drivers/regulator/of_regulator.c 	devm_matches->matches = matches;
matches           350 drivers/regulator/of_regulator.c 		struct of_regulator_match *match = &matches[i];
matches           361 drivers/regulator/of_regulator.c 			struct of_regulator_match *match = &matches[i];
matches          1004 drivers/regulator/tps65910-regulator.c 	struct of_regulator_match *matches;
matches          1023 drivers/regulator/tps65910-regulator.c 		matches = tps65910_matches;
matches          1027 drivers/regulator/tps65910-regulator.c 		matches = tps65911_matches;
matches          1035 drivers/regulator/tps65910-regulator.c 	ret = of_regulator_match(&pdev->dev, regulators, matches, count);
matches          1043 drivers/regulator/tps65910-regulator.c 	*tps65910_reg_matches = matches;
matches          1046 drivers/regulator/tps65910-regulator.c 		if (!matches[idx].of_node)
matches          1050 drivers/regulator/tps65910-regulator.c 							matches[idx].init_data;
matches          1052 drivers/regulator/tps65910-regulator.c 		ret = of_property_read_u32(matches[idx].of_node,
matches          2747 drivers/scsi/ipr.c 	int i, j, matches;
matches          2752 drivers/scsi/ipr.c 		for (j = 0, matches = 0; j < IPR_PROD_ID_LEN; j++) {
matches          2756 drivers/scsi/ipr.c 					matches++;
matches          2760 drivers/scsi/ipr.c 				matches++;
matches          2763 drivers/scsi/ipr.c 		if (matches == IPR_PROD_ID_LEN)
matches           649 drivers/soc/bcm/brcmstb/pm/pm-arm.c static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches,
matches           655 drivers/soc/bcm/brcmstb/pm/pm-arm.c 	dn = of_find_matching_node_and_match(NULL, matches, &match);
matches           364 drivers/soc/bcm/brcmstb/pm/pm-mips.c static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches,
matches           370 drivers/soc/bcm/brcmstb/pm/pm-mips.c 	dn = of_find_matching_node_and_match(NULL, matches, &match);
matches           114 drivers/soc/fsl/guts.c 	u32 svr, const struct fsl_soc_die_attr *matches)
matches           116 drivers/soc/fsl/guts.c 	while (matches->svr) {
matches           117 drivers/soc/fsl/guts.c 		if (matches->svr == (svr & matches->mask))
matches           118 drivers/soc/fsl/guts.c 			return matches;
matches           119 drivers/soc/fsl/guts.c 		matches++;
matches            87 drivers/soc/fsl/qbman/bman_test_api.c 		int matches = 0;
matches            91 drivers/soc/fsl/qbman/bman_test_api.c 				matches++;
matches            92 drivers/soc/fsl/qbman/bman_test_api.c 		WARN_ON(matches != 1);
matches           459 drivers/tty/serial/8250/8250_exar.c 		.matches = {
matches           822 drivers/usb/host/pci-quirks.c 		.matches = {
matches           829 drivers/usb/host/pci-quirks.c 		.matches = {
matches           836 drivers/usb/host/pci-quirks.c 		.matches = {
matches           843 drivers/usb/host/pci-quirks.c 		.matches = {
matches            80 drivers/video/backlight/kb3886_bl.c 		.matches = {
matches          3914 drivers/video/fbdev/aty/atyfb_base.c 		.matches = {
matches           447 drivers/watchdog/w83627hf_wdt.c 		.matches = {
matches          1091 fs/xfs/libxfs/xfs_rtbitmap.c 	int				matches;
matches          1094 fs/xfs/libxfs/xfs_rtbitmap.c 	error = xfs_rtcheck_range(mp, tp, start, len, 1, &end, &matches);
matches          1098 fs/xfs/libxfs/xfs_rtbitmap.c 	*is_free = matches;
matches           938 include/linux/i2c.h *i2c_of_match_device(const struct of_device_id *matches,
matches           962 include/linux/i2c.h *i2c_of_match_device(const struct of_device_id *matches,
matches           565 include/linux/mod_devicetable.h 	struct dmi_strmatch matches[4];
matches           275 include/linux/of.h 	const struct of_device_id *matches,
matches           361 include/linux/of.h 	const struct of_device_id *matches, const struct device_node *node);
matches           394 include/linux/of.h extern int of_alias_get_alias_list(const struct of_device_id *matches,
matches           604 include/linux/of.h 	const struct of_device_id *matches,
matches           907 include/linux/of.h static inline int of_alias_get_alias_list(const struct of_device_id *matches,
matches          1017 include/linux/of.h 	const struct of_device_id *matches)
matches          1019 include/linux/of.h 	return of_find_matching_node_and_match(from, matches, NULL);
matches          1237 include/linux/of.h #define for_each_matching_node(dn, matches) \
matches          1238 include/linux/of.h 	for (dn = of_find_matching_node(NULL, matches); dn; \
matches          1239 include/linux/of.h 	     dn = of_find_matching_node(dn, matches))
matches          1240 include/linux/of.h #define for_each_matching_node_and_match(dn, matches, match) \
matches          1241 include/linux/of.h 	for (dn = of_find_matching_node_and_match(NULL, matches, match); \
matches          1242 include/linux/of.h 	     dn; dn = of_find_matching_node_and_match(dn, matches, match))
matches            38 include/linux/of_address.h 					const struct of_device_id *matches,
matches            76 include/linux/of_address.h 					const struct of_device_id *matches,
matches            13 include/linux/of_clk.h void of_clk_init(const struct of_device_id *matches);
matches            26 include/linux/of_clk.h static inline void of_clk_init(const struct of_device_id *matches) {}
matches            16 include/linux/of_device.h 	const struct of_device_id *matches, const struct device *dev);
matches            97 include/linux/of_device.h 		const struct of_device_id *matches, const struct device *dev)
matches           101 include/linux/of_device.h #define of_match_device(matches, dev)	\
matches           102 include/linux/of_device.h 	__of_match_device(of_match_ptr(matches), (dev))
matches            42 include/linux/of_irq.h extern void of_irq_init(const struct of_device_id *matches);
matches            71 include/linux/of_platform.h 				 const struct of_device_id *matches,
matches            75 include/linux/of_platform.h 				const struct of_device_id *matches,
matches            88 include/linux/of_platform.h 					const struct of_device_id *matches,
matches            26 include/linux/regulator/of_regulator.h 			      struct of_regulator_match *matches,
matches            39 include/linux/regulator/of_regulator.h 				     struct of_regulator_match *matches,
matches            41 include/linux/sys_soc.h 	const struct soc_device_attribute *matches);
matches            44 include/linux/sys_soc.h 	const struct soc_device_attribute *matches) { return NULL; }
matches          2769 include/net/cfg80211.h 	struct cfg80211_wowlan_nd_match *matches[];
matches           386 include/net/pkt_cls.h 	struct tcf_ematch *	matches;
matches           296 kernel/dma/debug.c 	int matches = 0, match_lvl, last_lvl = -1;
matches           312 kernel/dma/debug.c 		matches += 1;
matches           336 kernel/dma/debug.c 	ret = (matches == 1) ? ret : NULL;
matches           339 lib/zlib_deflate/deftree.c     s->last_lit = s->matches = 0;
matches           981 lib/zlib_deflate/deftree.c         s->matches++;
matches          1006 lib/zlib_deflate/deftree.c         if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
matches           223 lib/zlib_deflate/defutil.h     uInt matches;       /* number of string matches in current block */
matches           236 lib/zstd/zstd_opt.h 					 ZSTD_match_t *matches, const U32 minMatchLen)
matches           282 lib/zstd/zstd_opt.h 				matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3;
matches           283 lib/zstd/zstd_opt.h 				matches[mnum].len = (U32)currMl;
matches           316 lib/zstd/zstd_opt.h 			matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex;
matches           317 lib/zstd/zstd_opt.h 			matches[mnum].len = (U32)matchLength;
matches           356 lib/zstd/zstd_opt.h static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches,
matches           362 lib/zstd/zstd_opt.h 	return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 0, matches, minMatchLen);
matches           367 lib/zstd/zstd_opt.h 					  ZSTD_match_t *matches, const U32 minMatchLen)
matches           370 lib/zstd/zstd_opt.h 	case 3: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 3, matches, minMatchLen);
matches           372 lib/zstd/zstd_opt.h 	case 4: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 4, matches, minMatchLen);
matches           373 lib/zstd/zstd_opt.h 	case 5: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 5, matches, minMatchLen);
matches           375 lib/zstd/zstd_opt.h 	case 6: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 6, matches, minMatchLen);
matches           381 lib/zstd/zstd_opt.h 					ZSTD_match_t *matches, const U32 minMatchLen)
matches           386 lib/zstd/zstd_opt.h 	return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 1, matches, minMatchLen);
matches           391 lib/zstd/zstd_opt.h 						  ZSTD_match_t *matches, const U32 minMatchLen)
matches           394 lib/zstd/zstd_opt.h 	case 3: return ZSTD_BtGetAllMatches_extDict(zc, ip, iHighLimit, maxNbAttempts, 3, matches, minMatchLen);
matches           396 lib/zstd/zstd_opt.h 	case 4: return ZSTD_BtGetAllMatches_extDict(zc, ip, iHighLimit, maxNbAttempts, 4, matches, minMatchLen);
matches           397 lib/zstd/zstd_opt.h 	case 5: return ZSTD_BtGetAllMatches_extDict(zc, ip, iHighLimit, maxNbAttempts, 5, matches, minMatchLen);
matches           399 lib/zstd/zstd_opt.h 	case 6: return ZSTD_BtGetAllMatches_extDict(zc, ip, iHighLimit, maxNbAttempts, 6, matches, minMatchLen);
matches           424 lib/zstd/zstd_opt.h 	ZSTD_match_t *matches = seqStorePtr->matchTable;
matches           472 lib/zstd/zstd_opt.h 		match_num = ZSTD_BtGetAllMatches_selectMLS(ctx, ip, iend, maxSearches, mls, matches, minMatch);
matches           479 lib/zstd/zstd_opt.h 		if (match_num && (matches[match_num - 1].len > sufficient_len || matches[match_num - 1].len >= ZSTD_OPT_NUM)) {
matches           480 lib/zstd/zstd_opt.h 			best_mlen = matches[match_num - 1].len;
matches           481 lib/zstd/zstd_opt.h 			best_off = matches[match_num - 1].off;
matches           490 lib/zstd/zstd_opt.h 			mlen = (u > 0) ? matches[u - 1].len + 1 : best_mlen;
matches           491 lib/zstd/zstd_opt.h 			best_mlen = matches[u].len;
matches           493 lib/zstd/zstd_opt.h 				price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           495 lib/zstd/zstd_opt.h 					SET_PRICE(mlen, mlen, matches[u].off, litlen, price); /* note : macro modifies last_pos */
matches           591 lib/zstd/zstd_opt.h 			match_num = ZSTD_BtGetAllMatches_selectMLS(ctx, inr, iend, maxSearches, mls, matches, best_mlen);
matches           593 lib/zstd/zstd_opt.h 			if (match_num > 0 && (matches[match_num - 1].len > sufficient_len || cur + matches[match_num - 1].len >= ZSTD_OPT_NUM)) {
matches           594 lib/zstd/zstd_opt.h 				best_mlen = matches[match_num - 1].len;
matches           595 lib/zstd/zstd_opt.h 				best_off = matches[match_num - 1].off;
matches           602 lib/zstd/zstd_opt.h 				mlen = (u > 0) ? matches[u - 1].len + 1 : best_mlen;
matches           603 lib/zstd/zstd_opt.h 				best_mlen = matches[u].len;
matches           610 lib/zstd/zstd_opt.h 													matches[u].off - 1, mlen - MINMATCH, ultra);
matches           612 lib/zstd/zstd_opt.h 							price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           615 lib/zstd/zstd_opt.h 						price = opt[cur].price + ZSTD_getPrice(seqStorePtr, 0, NULL, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           619 lib/zstd/zstd_opt.h 						SET_PRICE(cur + mlen, mlen, matches[u].off, litlen, price);
matches           721 lib/zstd/zstd_opt.h 	ZSTD_match_t *matches = seqStorePtr->matchTable;
matches           780 lib/zstd/zstd_opt.h 		match_num = ZSTD_BtGetAllMatches_selectMLS_extDict(ctx, ip, iend, maxSearches, mls, matches, minMatch); /* first search (depth 0) */
matches           794 lib/zstd/zstd_opt.h 		if (match_num && (matches[match_num - 1].len > sufficient_len || matches[match_num - 1].len >= ZSTD_OPT_NUM)) {
matches           795 lib/zstd/zstd_opt.h 			best_mlen = matches[match_num - 1].len;
matches           796 lib/zstd/zstd_opt.h 			best_off = matches[match_num - 1].off;
matches           806 lib/zstd/zstd_opt.h 			mlen = (u > 0) ? matches[u - 1].len + 1 : best_mlen;
matches           807 lib/zstd/zstd_opt.h 			best_mlen = matches[u].len;
matches           810 lib/zstd/zstd_opt.h 				price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           812 lib/zstd/zstd_opt.h 					SET_PRICE(mlen, mlen, matches[u].off, litlen, price);
matches           905 lib/zstd/zstd_opt.h 			match_num = ZSTD_BtGetAllMatches_selectMLS_extDict(ctx, inr, iend, maxSearches, mls, matches, minMatch);
matches           907 lib/zstd/zstd_opt.h 			if (match_num > 0 && (matches[match_num - 1].len > sufficient_len || cur + matches[match_num - 1].len >= ZSTD_OPT_NUM)) {
matches           908 lib/zstd/zstd_opt.h 				best_mlen = matches[match_num - 1].len;
matches           909 lib/zstd/zstd_opt.h 				best_off = matches[match_num - 1].off;
matches           916 lib/zstd/zstd_opt.h 				mlen = (u > 0) ? matches[u - 1].len + 1 : best_mlen;
matches           917 lib/zstd/zstd_opt.h 				best_mlen = matches[u].len;
matches           924 lib/zstd/zstd_opt.h 													matches[u].off - 1, mlen - MINMATCH, ultra);
matches           926 lib/zstd/zstd_opt.h 							price = ZSTD_getPrice(seqStorePtr, litlen, anchor, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           929 lib/zstd/zstd_opt.h 						price = opt[cur].price + ZSTD_getPrice(seqStorePtr, 0, NULL, matches[u].off - 1, mlen - MINMATCH, ultra);
matches           933 lib/zstd/zstd_opt.h 						SET_PRICE(cur + mlen, mlen, matches[u].off, litlen, price);
matches           470 net/can/af_can.c 	rcv->matches = 0;
matches           570 net/can/af_can.c 	rcv->matches++;
matches           576 net/can/af_can.c 	int matches = 0;
matches           588 net/can/af_can.c 				matches++;
matches           591 net/can/af_can.c 		return matches;
matches           597 net/can/af_can.c 		matches++;
matches           604 net/can/af_can.c 			matches++;
matches           612 net/can/af_can.c 			matches++;
matches           618 net/can/af_can.c 		return matches;
matches           624 net/can/af_can.c 				matches++;
matches           631 net/can/af_can.c 			matches++;
matches           635 net/can/af_can.c 	return matches;
matches           643 net/can/af_can.c 	int matches;
matches           656 net/can/af_can.c 	matches = can_rcv_filter(net->can.rx_alldev_list, skb);
matches           660 net/can/af_can.c 	matches += can_rcv_filter(dev_rcv_lists, skb);
matches           667 net/can/af_can.c 	if (matches > 0) {
matches           668 net/can/af_can.c 		pkg_stats->matches++;
matches            55 net/can/af_can.h 	unsigned long matches;
matches            71 net/can/af_can.h 	unsigned long matches;
matches           143 net/can/proc.c 	if (pkg_stats->matches > (ULONG_MAX / 100))
matches           148 net/can/proc.c 		pkg_stats->total_rx_match_ratio = (pkg_stats->matches * 100) /
matches           199 net/can/proc.c 				r->func, r->data, r->matches, r->ident);
matches           222 net/can/proc.c 	seq_printf(m, " %8ld matched frames (RXMF)\n", pkg_stats->matches);
matches           165 net/sched/ematch.c 	return &tree->matches[index];
matches           335 net/sched/ematch.c 	tree->matches = kzalloc(matches_len, GFP_KERNEL);
matches           336 net/sched/ematch.c 	if (tree->matches == NULL)
matches           403 net/sched/ematch.c 	if (tree->matches == NULL)
matches           419 net/sched/ematch.c 	kfree(tree->matches);
matches           420 net/sched/ematch.c 	tree->matches = NULL;
matches          11216 net/wireless/nl80211.c 	struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan;
matches          11260 net/wireless/nl80211.c 		matches = nla_nest_start_noflag(msg,
matches          11262 net/wireless/nl80211.c 		if (!matches)
matches          11276 net/wireless/nl80211.c 		nla_nest_end(msg, matches);
matches          16528 net/wireless/nl80211.c 		struct cfg80211_wowlan_nd_match *match = nd->matches[i];
matches           152 scripts/mod/devicetable-offsets.c 	DEVID_FIELD(dmi_system_id, matches);
matches           966 scripts/mod/file2alias.c 	DEF_FIELD_ADDR(symval, dmi_system_id, matches);
matches           971 scripts/mod/file2alias.c 			if ((*matches)[j].slot &&
matches           972 scripts/mod/file2alias.c 			    (*matches)[j].slot == dmi_fields[i].field) {
matches           976 scripts/mod/file2alias.c 						 (*matches)[j].substr);
matches          1091 sound/soc/codecs/rt286.c 		.matches = {
matches          1097 sound/soc/codecs/rt286.c 		.matches = {
matches          1103 sound/soc/codecs/rt286.c 		.matches = {
matches          1109 sound/soc/codecs/rt286.c 		.matches = {
matches          1121 sound/soc/codecs/rt286.c 		.matches = {
matches          1157 sound/soc/codecs/rt298.c 		.matches = {
matches          1164 sound/soc/codecs/rt298.c 		.matches = {
matches          3645 sound/soc/codecs/rt5645.c 		.matches = {
matches          3652 sound/soc/codecs/rt5645.c 		.matches = {
matches          3659 sound/soc/codecs/rt5645.c 		.matches = {
matches          3666 sound/soc/codecs/rt5645.c 		.matches = {
matches          3673 sound/soc/codecs/rt5645.c 		.matches = {
matches          3689 sound/soc/codecs/rt5645.c 		.matches = {
matches          3699 sound/soc/codecs/rt5645.c 		.matches = {
matches          3707 sound/soc/codecs/rt5645.c 		.matches = {
matches          3715 sound/soc/codecs/rt5645.c 		.matches = {
matches          3723 sound/soc/codecs/rt5645.c 		.matches = {
matches          3732 sound/soc/codecs/rt5645.c 		.matches = {
matches          3741 sound/soc/codecs/rt5645.c 		.matches = {
matches          2801 sound/soc/codecs/rt5670.c 		.matches = {
matches          2813 sound/soc/codecs/rt5670.c 		.matches = {
matches          2825 sound/soc/codecs/rt5670.c 		.matches = {
matches          2837 sound/soc/codecs/rt5670.c 		.matches = {
matches          2849 sound/soc/codecs/rt5670.c 		.matches = {
matches          2861 sound/soc/codecs/rt5670.c 		.matches = {
matches          2873 sound/soc/codecs/rt5670.c 		.matches = {
matches          2885 sound/soc/codecs/rt5670.c 		.matches = {
matches           105 sound/soc/intel/boards/byt-rt5640.c 		.matches = {
matches           113 sound/soc/intel/boards/byt-rt5640.c 		.matches = {
matches           441 sound/soc/intel/boards/bytcht_es8316.c 		.matches = {
matches           450 sound/soc/intel/boards/bytcht_es8316.c 		.matches = {
matches           392 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           404 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           416 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           426 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           438 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           449 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           460 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           473 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           488 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           495 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           505 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           517 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           525 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           537 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           548 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           560 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           571 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           584 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           596 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           606 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           619 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           633 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           648 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           660 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           677 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           694 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           708 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           722 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           734 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           746 sound/soc/intel/boards/bytcr_rt5640.c 		.matches = {
matches           390 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           402 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           414 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           427 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           441 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           451 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           460 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           470 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           487 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           500 sound/soc/intel/boards/bytcr_rt5651.c 		.matches = {
matches           404 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           411 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           418 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           425 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           432 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           439 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           446 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           453 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           460 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           467 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           474 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           481 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           488 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           495 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           502 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           509 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           516 sound/soc/intel/boards/cht_bsw_max98090_ti.c 		.matches = {
matches           242 sound/soc/intel/boards/cht_bsw_rt5645.c 		.matches = {
matches            71 sound/soc/intel/boards/sof_rt5682.c 		.matches = {
matches            79 sound/soc/intel/boards/sof_rt5682.c 		.matches = {
matches            87 sound/soc/intel/boards/sof_rt5682.c 		.matches = {
matches            97 sound/soc/intel/boards/sof_rt5682.c 		.matches = {
matches           108 sound/soc/intel/boards/sof_rt5682.c 		.matches = {
matches            19 sound/soc/intel/common/soc-acpi-intel-bxt-match.c 		.matches = {
matches            39 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            46 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            53 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            60 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            68 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            79 sound/soc/intel/common/soc-acpi-intel-byt-match.c 		.matches = {
matches            25 sound/soc/intel/common/soc-acpi-intel-cht-match.c 		.matches = {
matches          1072 tools/bpf/bpf_dbg.c 	if (matches(subcmd, "bpf") == 0) {
matches          1080 tools/bpf/bpf_dbg.c 	} else if (matches(subcmd, "pcap") == 0) {
matches          1161 tools/bpf/bpf_dbg.c 	else if (matches(subcmd, "reset") == 0)
matches          1300 tools/bpf/bpf_dbg.c 	char **matches = NULL;
matches          1303 tools/bpf/bpf_dbg.c 		matches = rl_completion_matches(buf, shell_comp_gen);
matches          1305 tools/bpf/bpf_dbg.c 	return matches;
matches          1586 tools/perf/builtin-trace.c 				goto matches;
matches          1598 tools/perf/builtin-trace.c matches:
matches           921 tools/perf/util/callchain.c 	u64 matches;
matches           952 tools/perf/util/callchain.c 	matches = cursor->pos - start;
matches           955 tools/perf/util/callchain.c 	if (matches < root->val_nr) {
matches           956 tools/perf/util/callchain.c 		if (split_add_child(root, cursor, cnode, start, matches,
matches           964 tools/perf/util/callchain.c 	if (matches == root->val_nr && cursor->pos == cursor->nr) {
matches            41 tools/testing/selftests/bpf/test_align.c 	struct bpf_reg_match matches[MAX_MATCHES];
matches            60 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches            88 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           117 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           139 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           182 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           215 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           255 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           314 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           404 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           469 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           520 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           573 tools/testing/selftests/bpf/test_align.c 		.matches = {
matches           640 tools/testing/selftests/bpf/test_align.c 			struct bpf_reg_match m = test->matches[i];