Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-sony.c566 u8 battery_charging; member
878 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
890 battery_charging = !(rd[offset] & 0x01); in sixaxis_parse_report()
895 battery_charging = 0; in sixaxis_parse_report()
902 sc->battery_charging = battery_charging; in sixaxis_parse_report()
930 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1043 battery_charging = 0; in dualshock4_parse_report()
1045 battery_charging = 1; in dualshock4_parse_report()
1057 sc->battery_charging = battery_charging; in dualshock4_parse_report()
2286 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Drtas-proc.c507 const char * battery_charging[] = { "Charging", "Discharging", in ppc_rtas_process_sensor() local
594 num_states = sizeof(battery_charging) / sizeof(char *); in ppc_rtas_process_sensor()
597 battery_charging[state]); in ppc_rtas_process_sensor()