Lines Matching refs:cable_state
567 u8 cable_state; member
876 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
889 cable_state = 1; in sixaxis_parse_report()
894 cable_state = 0; in sixaxis_parse_report()
898 sc->cable_state = cable_state; in sixaxis_parse_report()
928 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1032 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()
1040 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()
1045 if (!cable_state) in dualshock4_parse_report()
1053 sc->cable_state = cable_state; in dualshock4_parse_report()
2271 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
2276 cable_state = sc->cable_state; in sony_battery_get_property()
2293 if (battery_capacity == 100 && cable_state) in sony_battery_get_property()