Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-logitech-hidpp.c1648 u8 battery_level) in hidpp20_unifiedbattery_map_level() argument
1651 battery_level &= hidpp->battery.supported_levels_1004; in hidpp20_unifiedbattery_map_level()
1653 if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_FULL) in hidpp20_unifiedbattery_map_level()
1655 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_GOOD) in hidpp20_unifiedbattery_map_level()
1657 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_LOW) in hidpp20_unifiedbattery_map_level()
1659 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_CRITICAL) in hidpp20_unifiedbattery_map_level()