Searched refs:cable_state (Results 1 – 2 of 2) sorted by relevance
567 u8 cable_state; member876 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local889 cable_state = 1; in sixaxis_parse_report()894 cable_state = 0; in sixaxis_parse_report()898 sc->cable_state = cable_state; in sixaxis_parse_report()928 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local1032 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()1040 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()1045 if (!cable_state) in dualshock4_parse_report()1053 sc->cable_state = cable_state; in dualshock4_parse_report()[all …]
93 int cable_state; member2143 if (state == ctx->cable_state) in sii8620_extcon_work()2146 ctx->cable_state = state; in sii8620_extcon_work()2357 if (ctx->cable_state > 0) in sii8620_remove()