Lines Matching refs:cable_state
565 u8 cable_state; member
895 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
908 cable_state = 1; in sixaxis_parse_report()
913 cable_state = 0; in sixaxis_parse_report()
917 sc->cable_state = cable_state; in sixaxis_parse_report()
947 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
1051 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()
1059 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()
1064 if (!cable_state) in dualshock4_parse_report()
1072 sc->cable_state = cable_state; in dualshock4_parse_report()
2303 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
2308 cable_state = sc->cable_state; in sony_battery_get_property()
2325 if (battery_capacity == 100 && cable_state) in sony_battery_get_property()