Home
last modified time | relevance | path

Searched refs:ACPI_AC_CLASS (Results 1 – 3 of 3) sorted by relevance

/linux/include/acpi/
H A Dacpi_bus.h618 #define ACPI_AC_CLASS "ac_adapter" macro
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c2018 if (strcmp(event_entry->device_class, ACPI_AC_CLASS) != 0) in omen_powersource_event()
2075 if (strcmp(event_entry->device_class, ACPI_AC_CLASS) != 0) in victus_s_powersource_event()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c1270 if (strcmp(entry->device_class, ACPI_AC_CLASS) == 0) { in amdgpu_acpi_event()