Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32-lp.c23 unsigned int num_cc_chans; member
41 if (!priv->num_cc_chans) in stm32_pwm_lp_update_allowed()
71 if (!priv->num_cc_chans) in stm32_pwm_lp_compare_channel_apply()
214 ((FIELD_GET(STM32_LPTIM_WAVPOL, cfgr) != state->polarity) && !priv->num_cc_chans)) { in stm32_pwm_lp_apply()
218 if (!priv->num_cc_chans) { in stm32_pwm_lp_apply()
306 if (priv->num_cc_chans) { in stm32_pwm_lp_get_state()
326 if (priv->num_cc_chans) { in stm32_pwm_lp_get_state()
361 if (!ddata->num_cc_chans) { in stm32_pwm_lp_probe()
366 npwm = ddata->num_cc_chans; in stm32_pwm_lp_probe()
376 priv->num_cc_chans = ddata->num_cc_chans; in stm32_pwm_lp_probe()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h95 unsigned int num_cc_chans; member