Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-sony.c1044 __u8 battery_charging; member
1170 __u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
1182 battery_charging = !(rd[offset] & 0x01); in sixaxis_parse_report()
1187 battery_charging = 0; in sixaxis_parse_report()
1194 sc->battery_charging = battery_charging; in sixaxis_parse_report()
1205 __u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1226 battery_charging = 0; in dualshock4_parse_report()
1228 battery_charging = 1; in dualshock4_parse_report()
1240 sc->battery_charging = battery_charging; in dualshock4_parse_report()
1984 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Drtas-proc.c530 const char * battery_charging[] = { "Charging", "Discharching", in ppc_rtas_process_sensor() local
617 num_states = sizeof(battery_charging) / sizeof(char *); in ppc_rtas_process_sensor()
620 battery_charging[state]); in ppc_rtas_process_sensor()