Home
last modified time | relevance | path

Searched refs:battery_charging (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sony.c566 u8 battery_charging; member
895 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
907 battery_charging = !(rd[offset] & 0x01); in sixaxis_parse_report()
912 battery_charging = 0; in sixaxis_parse_report()
919 sc->battery_charging = battery_charging; in sixaxis_parse_report()
947 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1060 battery_charging = 0; in dualshock4_parse_report()
1062 battery_charging = 1; in dualshock4_parse_report()
1074 sc->battery_charging in dualshock4_parse_report()
2303 u8 battery_charging, battery_capacity, cable_state; sony_battery_get_property() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Drtas-proc.c502 const char * battery_charging[] = { "Charging", "Discharging", in ppc_rtas_process_sensor() local
589 num_states = sizeof(battery_charging) / sizeof(char *); in ppc_rtas_process_sensor()
592 battery_charging[state]); in ppc_rtas_process_sensor()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-nintendo.c457 bool battery_charging; member
1298 ctlr->battery_charging = tmp & BIT(4); in joycon_parse_report()
2023 charging = ctlr->battery_charging; in joycon_battery_get_property()

Completed in 8 milliseconds