Home
last modified time | relevance | path

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

/drivers/acpi/
Dacpi_pnp.c378 return !acpi_match_device_ids(adev, ids); in is_cmos_rtc_device()
Dacpi_platform.c111 if (!acpi_match_device_ids(adev, forbidden_id_list)) in acpi_create_platform_device()
Dbus.c820 int acpi_match_device_ids(struct acpi_device *device, in acpi_match_device_ids() function
825 EXPORT_SYMBOL(acpi_match_device_ids);
893 && !acpi_match_device_ids(acpi_dev, acpi_drv->ids); in acpi_bus_match()
Dpci_root.c75 ret = acpi_match_device_ids(device, root_device_ids); in acpi_is_root_bridge()
238 acpi_match_device_ids(device, root_device_ids)) in acpi_pci_find_root()
Dvideo_detect.c73 if (!acpi_match_device_ids(acpi_dev, video_ids)) { in find_video()
Dscan.c894 if (!acpi_match_device_ids(device, button_device_ids)) { in acpi_wakeup_gpe_init()
895 if (!acpi_match_device_ids(device, &button_device_ids[1])) { in acpi_wakeup_gpe_init()
1573 return parent && !acpi_match_device_ids(parent, indirect_io_hosts); in acpi_is_indirect_io_slave()
1614 if (!acpi_match_device_ids(device, ignore_serial_bus_ids)) in acpi_device_enumeration_by_parent()
Dutils.c793 if (acpi_match_device_ids(adev, match->hid)) in acpi_dev_match_cb()
Ddevice_pm.c1307 if (!adev || !acpi_match_device_ids(adev, special_pm_ids)) in acpi_dev_pm_attach()
/drivers/acpi/x86/
Dutils.c165 if (acpi_match_device_ids(adev, override_status_ids[i].hid)) in acpi_device_override_status()
/drivers/firmware/efi/
Ddev-path-parser.c25 if (acpi_match_device_ids(adev, hid_uid.hid)) in match_acpi_dev()
/drivers/i2c/
Di2c-core-acpi.c118 if (acpi_match_device_ids(adev, i2c_acpi_ignored_device_ids) == 0) in i2c_acpi_do_lookup()
320 if (acpi_match_device_ids(adev, i2c_acpi_force_400khz_device_ids) == 0) in i2c_acpi_lookup_speed()
/drivers/platform/x86/
Dintel-vbtn.c365 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
Dintel-hid.c584 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
/drivers/mfd/
Dmfd-core.c90 if (!acpi_match_device_ids(child, ids)) { in mfd_acpi_add_device()
/drivers/tty/serdev/
Dcore.c719 if (!acpi_match_device_ids(adev, serdev_acpi_devices_blacklist)) in acpi_serdev_add_device()
/drivers/hid/i2c-hid/
Di2c-hid-core.c937 if (acpi_match_device_ids(adev, i2c_hid_acpi_blacklist) == 0) in i2c_hid_acpi_pdata()
/drivers/input/touchscreen/
Delants_i2c.c1285 if (acpi_match_device_ids(ACPI_COMPANION(dev), i2c_hid_ids)) in elants_acpi_is_hid_device()
/drivers/perf/
Dxgene_pmu.c1544 if (!acpi_match_device_ids(adev, id)) in xgene_pmu_acpi_match_type()