Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-sony.c832 __u8 battery_charging; member
937 __u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
947 battery_charging = !(rd[30] & 0x01); in sixaxis_parse_report()
952 battery_charging = 0; in sixaxis_parse_report()
959 sc->battery_charging = battery_charging; in sixaxis_parse_report()
970 __u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
991 battery_charging = 0; in dualshock4_parse_report()
993 battery_charging = 1; in dualshock4_parse_report()
1005 sc->battery_charging = battery_charging; in dualshock4_parse_report()
1688 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
[all …]
/linux-4.1.27/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()