Searched refs:iqs269 (Results 1 – 1 of 1) sorted by relevance
149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)307 static int iqs269_ati_mode_set(struct iqs269_private *iqs269, in iqs269_ati_mode_set() argument318 mutex_lock(&iqs269->lock); in iqs269_ati_mode_set()320 engine_a = be16_to_cpu(iqs269->ch_reg[ch_num].engine_a); in iqs269_ati_mode_set()325 iqs269->ch_reg[ch_num].engine_a = cpu_to_be16(engine_a); in iqs269_ati_mode_set()326 iqs269->ati_current = false; in iqs269_ati_mode_set()328 mutex_unlock(&iqs269->lock); in iqs269_ati_mode_set()333 static int iqs269_ati_mode_get(struct iqs269_private *iqs269, in iqs269_ati_mode_get() argument[all …]