Searched refs:acpi_ids (Results 1 – 2 of 2) sorted by relevance
165 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local175 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()177 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()
732 const struct acpi_device_id *acpi_ids, in __acpi_match_device() argument749 if (acpi_ids) { in __acpi_match_device()750 for (id = acpi_ids; id->id[0] || id->cls; id++) { in __acpi_match_device()