Lines Matching refs:cable_state
831 __u8 cable_state; member
937 __u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local
948 cable_state = 1; in sixaxis_parse_report()
953 cable_state = 0; in sixaxis_parse_report()
957 sc->cable_state = cable_state; in sixaxis_parse_report()
970 __u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local
982 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()
990 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()
995 if (!cable_state) in dualshock4_parse_report()
1003 sc->cable_state = cable_state; in dualshock4_parse_report()
1688 u8 battery_charging, battery_capacity, cable_state; in sony_battery_get_property() local
1693 cable_state = sc->cable_state; in sony_battery_get_property()
1710 if (battery_capacity == 100 && cable_state) in sony_battery_get_property()