Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dacpi_pnp.c378 return !acpi_match_device_ids(adev, ids); in is_cmos_rtc_device()
Dacpi_platform.c57 if (!acpi_match_device_ids(adev, forbidden_id_list)) in acpi_create_platform_device()
Dvideo_detect.c119 if (!acpi_match_device_ids(acpi_dev, video_ids)) { in find_video()
Dpci_root.c96 ret = acpi_match_device_ids(device, root_device_ids); in acpi_is_root_bridge()
255 acpi_match_device_ids(device, root_device_ids)) in acpi_pci_find_root()
Dscan.c1073 int acpi_match_device_ids(struct acpi_device *device, in acpi_match_device_ids() function
1078 EXPORT_SYMBOL(acpi_match_device_ids);
1124 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids); in acpi_bus_match()
1687 if (!acpi_match_device_ids(device, button_device_ids)) { in acpi_wakeup_gpe_init()
1689 if (!acpi_match_device_ids(device, &button_device_ids[1])) { in acpi_wakeup_gpe_init()
/linux-4.1.27/drivers/mfd/
Dmfd-core.c104 if (acpi_match_device_ids(child_adev, ids)) { in mfd_acpi_add_device()
/linux-4.1.27/include/acpi/
Dacpi_bus.h487 int acpi_match_device_ids(struct acpi_device *device,