Home
last modified time | relevance | path

Searched refs:acpi_match_device_ids (Results 1 – 9 of 9) sorted by relevance

/drivers/acpi/
Dacpi_pnp.c376 return !acpi_match_device_ids(adev, ids); in is_cmos_rtc_device()
Dacpi_platform.c77 if (!acpi_match_device_ids(adev, forbidden_id_list)) in acpi_create_platform_device()
Dbus.c750 int acpi_match_device_ids(struct acpi_device *device, in acpi_match_device_ids() function
755 EXPORT_SYMBOL(acpi_match_device_ids);
821 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids); in acpi_bus_match()
Dvideo_detect.c76 if (!acpi_match_device_ids(acpi_dev, video_ids)) { in find_video()
Dpci_root.c92 ret = acpi_match_device_ids(device, root_device_ids); in acpi_is_root_bridge()
251 acpi_match_device_ids(device, root_device_ids)) in acpi_pci_find_root()
Dscan.c862 if (!acpi_match_device_ids(device, button_device_ids)) { in acpi_wakeup_gpe_init()
864 if (!acpi_match_device_ids(device, &button_device_ids[1])) { in acpi_wakeup_gpe_init()
/drivers/platform/x86/
Dintel-vbtn.c170 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
Dintel-hid.c266 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
/drivers/mfd/
Dmfd-core.c110 if (!acpi_match_device_ids(child, ids)) { in mfd_acpi_add_device()