acpi_match_device_ids  113 drivers/acpi/acpi_platform.c 	if (!acpi_match_device_ids(adev, forbidden_id_list))
acpi_match_device_ids  373 drivers/acpi/acpi_pnp.c 	return !acpi_match_device_ids(adev, ids);
acpi_match_device_ids  820 drivers/acpi/bus.c EXPORT_SYMBOL(acpi_match_device_ids);
acpi_match_device_ids  888 drivers/acpi/bus.c 		&& !acpi_match_device_ids(acpi_dev, acpi_drv->ids);
acpi_match_device_ids 1329 drivers/acpi/device_pm.c 	if (!adev || !acpi_match_device_ids(adev, special_pm_ids))
acpi_match_device_ids   79 drivers/acpi/pci_root.c 	ret = acpi_match_device_ids(device, root_device_ids);
acpi_match_device_ids  240 drivers/acpi/pci_root.c 	    acpi_match_device_ids(device, root_device_ids))
acpi_match_device_ids  861 drivers/acpi/scan.c 	if (!acpi_match_device_ids(device, button_device_ids)) {
acpi_match_device_ids  862 drivers/acpi/scan.c 		if (!acpi_match_device_ids(device, &button_device_ids[1])) {
acpi_match_device_ids 1539 drivers/acpi/scan.c 	return parent && !acpi_match_device_ids(parent, indirect_io_hosts);
acpi_match_device_ids 1573 drivers/acpi/scan.c 	if (!acpi_match_device_ids(device, i2c_multi_instantiate_ids))
acpi_match_device_ids  740 drivers/acpi/utils.c 	if (acpi_match_device_ids(adev, match->hid))
acpi_match_device_ids   76 drivers/acpi/video_detect.c 	if (!acpi_match_device_ids(acpi_dev, video_ids)) {
acpi_match_device_ids  118 drivers/acpi/x86/utils.c 		if (acpi_match_device_ids(adev, always_present_ids[i].hid))
acpi_match_device_ids   25 drivers/firmware/efi/dev-path-parser.c 	if (acpi_match_device_ids(adev, hid_uid.hid))
acpi_match_device_ids  911 drivers/hid/i2c-hid/i2c-hid-core.c 	if (acpi_match_device_ids(adev, i2c_hid_acpi_blacklist) == 0)
acpi_match_device_ids  118 drivers/i2c/i2c-core-acpi.c 	if (acpi_match_device_ids(adev, i2c_acpi_ignored_device_ids) == 0)
acpi_match_device_ids  320 drivers/i2c/i2c-core-acpi.c 	if (acpi_match_device_ids(adev, i2c_acpi_force_400khz_device_ids) == 0)
acpi_match_device_ids  106 drivers/mfd/mfd-core.c 				if (!acpi_match_device_ids(child, ids)) {
acpi_match_device_ids 1548 drivers/perf/xgene_pmu.c 		if (!acpi_match_device_ids(adev, id))
acpi_match_device_ids  565 drivers/platform/x86/intel-hid.c 	if (acpi_match_device_ids(dev, ids) == 0)
acpi_match_device_ids  253 drivers/platform/x86/intel-vbtn.c 	if (acpi_match_device_ids(dev, ids) == 0)
acpi_match_device_ids  601 drivers/tty/serdev/core.c 	if (!acpi_match_device_ids(adev, serdev_acpi_devices_blacklist))
acpi_match_device_ids  533 include/acpi/acpi_bus.h int acpi_match_device_ids(struct acpi_device *device,