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.c912 int acpi_match_device_ids(struct acpi_device *device, in acpi_match_device_ids() function
917 EXPORT_SYMBOL(acpi_match_device_ids);
985 && !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()
233 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.c939 if (!acpi_match_device_ids(device, button_device_ids)) { in acpi_wakeup_gpe_init()
940 if (!acpi_match_device_ids(device, &button_device_ids[1])) { in acpi_wakeup_gpe_init()
1687 return parent && !acpi_match_device_ids(parent, indirect_io_hosts); in acpi_is_indirect_io_slave()
1728 if (!acpi_match_device_ids(device, ignore_serial_bus_ids)) in acpi_device_enumeration_by_parent()
Dutils.c801 if (acpi_match_device_ids(adev, match->hid)) in acpi_dev_match_cb()
Ddevice_pm.c1349 if (!adev || !acpi_match_device_ids(adev, special_pm_ids)) in acpi_dev_pm_attach()
/drivers/hid/i2c-hid/
Di2c-hid-acpi.c57 if (acpi_match_device_ids(adev, i2c_hid_acpi_blacklist) == 0) in i2c_hid_acpi_get_descriptor()
/drivers/acpi/x86/
Dutils.c165 if (acpi_match_device_ids(adev, override_status_ids[i].hid)) in acpi_device_override_status()
/drivers/iio/accel/
Dbmc150-accel-i2c.c141 if (acpi_match_device_ids(adev, bmc150_acpi_dual_accel_ids)) in bmc150_acpi_dual_accel_probe()
/drivers/i2c/
Di2c-core-acpi.c150 if (acpi_match_device_ids(adev, i2c_acpi_ignored_device_ids) == 0) in i2c_acpi_do_lookup()
348 if (acpi_match_device_ids(adev, i2c_acpi_force_400khz_device_ids) == 0) in i2c_acpi_lookup_speed()
/drivers/platform/x86/intel/
Dvbtn.c400 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
Dhid.c753 if (acpi_match_device_ids(dev, ids) == 0) in check_acpi_dev()
/drivers/mfd/
Dmfd-core.c89 if (!acpi_match_device_ids(child, ids)) { in mfd_acpi_add_device()
/drivers/tty/serdev/
Dcore.c717 if (!acpi_match_device_ids(adev, serdev_acpi_devices_blacklist)) in acpi_serdev_add_device()
/drivers/input/touchscreen/
Delants_i2c.c1395 if (acpi_match_device_ids(ACPI_COMPANION(dev), i2c_hid_ids)) in elants_acpi_is_hid_device()
/drivers/perf/
Dxgene_pmu.c1540 if (!acpi_match_device_ids(adev, id)) in xgene_pmu_acpi_match_type()