Searched refs:cable_state (Results 1 – 2 of 2) sorted by relevance
565 u8 cable_state; member878 u8 cable_state, battery_capacity, battery_charging; in sixaxis_parse_report() local891 cable_state = 1; in sixaxis_parse_report()896 cable_state = 0; in sixaxis_parse_report()900 sc->cable_state = cable_state; in sixaxis_parse_report()930 u8 cable_state, battery_capacity, battery_charging; in dualshock4_parse_report() local1034 cable_state = (rd[offset] >> 4) & 0x01; in dualshock4_parse_report()1042 if (!cable_state || battery_capacity > 10) in dualshock4_parse_report()1047 if (!cable_state) in dualshock4_parse_report()1055 sc->cable_state = cable_state; in dualshock4_parse_report()[all …]
90 int cable_state; member2139 if (state == ctx->cable_state) in sii8620_extcon_work()2142 ctx->cable_state = state; in sii8620_extcon_work()2353 if (ctx->cable_state > 0) in sii8620_remove()