Searched refs:acpi_ids (Results 1 – 2 of 2) sorted by relevance
836 const struct acpi_device_id *acpi_ids, in __acpi_match_device() argument853 if (acpi_ids) { in __acpi_match_device()854 for (id = acpi_ids; id->id[0] || id->cls; id++) { in __acpi_match_device()928 const struct acpi_device_id *acpi_ids = dev->driver->acpi_match_table; in acpi_device_get_match_data() local931 if (!acpi_ids) in acpi_device_get_match_data()934 match = acpi_match_device(acpi_ids, dev); in acpi_device_get_match_data()952 const struct acpi_device_id *acpi_ids = drv->acpi_match_table; in acpi_driver_match_device() local955 if (!acpi_ids) in acpi_driver_match_device()958 return __acpi_match_device(acpi_companion_match(dev), acpi_ids, of_ids, NULL, NULL); in acpi_driver_match_device()
168 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local178 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()180 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()