Searched refs:acpi_ids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | bus.c | 836 const struct acpi_device_id *acpi_ids, in __acpi_match_device() 853 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() local 931 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() local 955 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() 835 __acpi_match_device(const struct acpi_device *device, const struct acpi_device_id *acpi_ids, const struct of_device_id *of_ids, const struct acpi_device_id **acpi_id, const struct of_device_id **of_id) __acpi_match_device() argument
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 165 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local 175 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()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | chromeos_laptop.c | 168 struct acpi_device_id acpi_ids[2] = { }; in chromeos_laptop_adjust_client() local 178 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()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | bus.c | 732 const struct acpi_device_id *acpi_ids, in __acpi_match_device() 749 if (acpi_ids) { in __acpi_match_device() 750 for (id = acpi_ids; id->id[0] || id->cls; id++) { in __acpi_match_device() 731 __acpi_match_device(struct acpi_device *device, const struct acpi_device_id *acpi_ids, const struct of_device_id *of_ids, const struct acpi_device_id **acpi_id, const struct of_device_id **of_id) __acpi_match_device() argument
|
Completed in 6 milliseconds