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