Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-sony.c568 u8 battery_charging; member
876 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
888 battery_charging = !(rd[offset] & 0x01); in sixaxis_parse_report()
893 battery_charging = 0; in sixaxis_parse_report()
900 sc->battery_charging = battery_charging; in sixaxis_parse_report()
928 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1041 battery_charging = 0; in dualshock4_parse_report()
1043 battery_charging = 1; in dualshock4_parse_report()
1055 sc->battery_charging = battery_charging; in dualshock4_parse_report()
2271 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
[all …]
/Linux-v4.19/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()