Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dsbs.c62 char device_chemistry[ACPI_SBS_BLOCK_MAX]; member
147 if (!strcasecmp("NiCd", battery->device_chemistry)) in acpi_battery_technology()
149 if (!strcasecmp("NiMH", battery->device_chemistry)) in acpi_battery_technology()
151 if (!strcasecmp("LION", battery->device_chemistry)) in acpi_battery_technology()
153 if (!strcasecmp("LiP", battery->device_chemistry)) in acpi_battery_technology()
313 {0x22, SMBUS_READ_BLOCK, offsetof(struct acpi_battery, device_chemistry)},