Home
last modified time | relevance | path

Searched refs:has_encoder (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/counter/
H A Dstm32-timer-cnt.c44 bool has_encoder; member
122 if (!priv->has_encoder) in stm32_count_function_write()
127 if (!priv->has_encoder) in stm32_count_function_write()
132 if (!priv->has_encoder) in stm32_count_function_write()
710 priv->has_encoder = !!(STM32_TIM_ENCODER_SUPPORTED & BIT(idx)); in stm32_timer_cnt_probe_encoder()
712 dev_dbg(dev, "encoder support: %s\n", priv->has_encoder ? "yes" : "no"); in stm32_timer_cnt_probe_encoder()
H A Dstm32-lptimer-cnt.c439 if (ddata->has_encoder) { in stm32_lptim_cnt_probe()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h94 bool has_encoder; member