Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-logitech-hidpp.c1645 u8 battery_level) in hidpp20_unifiedbattery_map_level() argument
1648 battery_level &= hidpp->battery.supported_levels_1004; in hidpp20_unifiedbattery_map_level()
1650 if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_FULL) in hidpp20_unifiedbattery_map_level()
1652 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_GOOD) in hidpp20_unifiedbattery_map_level()
1654 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_LOW) in hidpp20_unifiedbattery_map_level()
1656 else if (battery_level & FLAG_UNIFIED_BATTERY_LEVEL_CRITICAL) in hidpp20_unifiedbattery_map_level()