Searched refs:acpi_match_device_ids (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
D | acpi_pnp.c | 376 return !acpi_match_device_ids(adev, ids); in is_cmos_rtc_device()
|
D | acpi_platform.c | 57 if (!acpi_match_device_ids(adev, forbidden_id_list)) in acpi_create_platform_device()
|
D | bus.c | 674 int acpi_match_device_ids(struct acpi_device *device, in acpi_match_device_ids() function 679 EXPORT_SYMBOL(acpi_match_device_ids); 745 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids); in acpi_bus_match()
|
D | video_detect.c | 76 if (!acpi_match_device_ids(acpi_dev, video_ids)) { in find_video()
|
D | pci_root.c | 92 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()
|
D | scan.c | 842 if (!acpi_match_device_ids(device, button_device_ids)) { in acpi_wakeup_gpe_init() 844 if (!acpi_match_device_ids(device, &button_device_ids[1])) { in acpi_wakeup_gpe_init()
|
/linux-4.4.14/drivers/mfd/ |
D | mfd-core.c | 109 if (acpi_match_device_ids(child, ids)) { in mfd_acpi_add_device()
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 514 int acpi_match_device_ids(struct acpi_device *device,
|