Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dstm32-timer-cnt.c45 bool has_encoder; member
123 if (!priv->has_encoder) in stm32_count_function_write()
128 if (!priv->has_encoder) in stm32_count_function_write()
133 if (!priv->has_encoder) in stm32_count_function_write()
711 priv->has_encoder = !!(STM32_TIM_ENCODER_SUPPORTED & BIT(idx)); in stm32_timer_cnt_probe_encoder()
713 dev_dbg(dev, "encoder support: %s\n", priv->has_encoder ? "yes" : "no"); in stm32_timer_cnt_probe_encoder()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h94 bool has_encoder; member