Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c1637 u8 battery_level) in hidpp20_unifiedbattery_map_level() argument
1640 battery_level &= hidpp->battery.supported_levels_1004; in hidpp20_unifiedbattery_map_level()
1642 if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_FULL) in hidpp20_unifiedbattery_map_level()
1644 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_GOOD) in hidpp20_unifiedbattery_map_level()
1646 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_LOW) in hidpp20_unifiedbattery_map_level()
1648 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_CRITICAL) in hidpp20_unifiedbattery_map_level()