Lines Matching refs:cable_state
1043 __u8 cable_state; member
1170 __u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
1183 cable_state = 1; in sixaxis_parse_report()
1188 cable_state = 0; in sixaxis_parse_report()
1192 sc->cable_state = cable_state; in sixaxis_parse_report()
1205 __u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1217 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()
1225 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()
1230 if (!cable_state) in dualshock4_parse_report()
1238 sc->cable_state = cable_state; in dualshock4_parse_report()
1984 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
1989 cable_state = sc->cable_state; in sony_battery_get_property()
2006 if (battery_capacity == 100 && cable_state) in sony_battery_get_property()