Searched refs:cable_state (Results 1 – 2 of 2) sorted by relevance
565 u8 cable_state; member895 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local908 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() local1051 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()[all …]
91 int cable_state; member2141 if (state == ctx->cable_state) in sii8620_extcon_work()2144 ctx->cable_state = state; in sii8620_extcon_work()2357 if (ctx->cable_state > 0) in sii8620_remove()