Searched refs:device_chemistry (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/acpi/ |
H A D | sbs.c | 62 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)},
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 1444 …self.add_field('device_chemistry', u.unpack_one("B"), unpack.format_table("{}", _device_chemistry)) 1467 if self.device_chemistry == 0x02:
|