Lines Matching refs:hwid
1025 struct acpi_hardware_id *hwid; in __acpi_match_device() local
1034 list_for_each_entry(hwid, &device->pnp.ids, list) { in __acpi_match_device()
1037 if (!strcmp((char *) id->id, hwid->id)) in __acpi_match_device()
1048 if (!strcmp("PRP0001", hwid->id) in __acpi_match_device()
1923 struct acpi_hardware_id *hwid; in acpi_device_is_battery() local
1925 list_for_each_entry(hwid, &adev->pnp.ids, list) in acpi_device_is_battery()
1926 if (!strcmp("PNP0C0A", hwid->id)) in acpi_device_is_battery()
2267 struct acpi_hardware_id *hwid; in acpi_scan_init_hotplug() local
2273 list_for_each_entry(hwid, &adev->pnp.ids, list) { in acpi_scan_init_hotplug()
2276 handler = acpi_scan_match_handler(hwid->id, NULL); in acpi_scan_init_hotplug()
2432 struct acpi_hardware_id *hwid; in acpi_scan_attach_handler() local
2435 list_for_each_entry(hwid, &device->pnp.ids, list) { in acpi_scan_attach_handler()
2439 handler = acpi_scan_match_handler(hwid->id, &devid); in acpi_scan_attach_handler()