Searched refs:acpi_ids (Results 1 – 3 of 3) sorted by relevance
163 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local173 memcpy(acpi_ids[0].id, acpi_dev->hid, ACPI_ID_LEN); in chromeos_laptop_adjust_client()175 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()
25 static const struct acpi_device_id acpi_ids[] = { variable31 MODULE_DEVICE_TABLE(acpi, acpi_ids);
740 const struct acpi_device_id *acpi_ids, in __acpi_match_device() argument757 if (acpi_ids) { in __acpi_match_device()758 for (id = acpi_ids; id->id[0] || id->cls; id++) { in __acpi_match_device()