match_driver      887 drivers/acpi/bus.c 	return acpi_dev->flags.match_driver
match_driver      968 drivers/acpi/power.c 	device->flags.match_driver = true;
match_driver     1598 drivers/acpi/scan.c 	device->flags.match_driver = false;
match_driver     1999 drivers/acpi/scan.c 	device->flags.match_driver = true;
match_driver     2089 drivers/acpi/scan.c 	adev->flags.match_driver = false;
match_driver     2118 drivers/acpi/scan.c 	device->flags.match_driver = true;
match_driver     2139 drivers/acpi/scan.c 		device->flags.match_driver = true;
match_driver     2156 drivers/acpi/scan.c 		device->flags.match_driver = true;
match_driver     1745 drivers/iommu/amd_iommu_init.c 	iommu->dev->match_driver = false;
match_driver      323 drivers/pci/bus.c 	dev->match_driver = true;
match_driver     1510 drivers/pci/pci-driver.c 	if (!pci_dev->match_driver)
match_driver     2437 drivers/pci/probe.c 	dev->match_driver = false;
match_driver      194 include/acpi/acpi_bus.h 	u32 match_driver:1;
match_driver      380 include/linux/pci.h 	bool		match_driver;		/* Skip attaching driver */