Home
last modified time | relevance | path

Searched refs:pwm_get_chip_data (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/pwm/
Dpwm-renesas-tpu.c238 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free()
248 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config()
330 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_set_polarity()
339 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_enable()
361 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_disable()
Dpwm-lpc18xx-sct.c166 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_config_duty()
236 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_enable()
271 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_disable()
282 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_request()
303 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_free()
Dpwm-atmel-tcb.c65 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_set_polarity()
133 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_free()
144 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_disable()
203 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_enable()
287 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_config()
Dpwm-meson.c127 channel = pwm_get_chip_data(pwm); in meson_pwm_request()
155 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_free()
164 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_calc()
227 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_enable()
270 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_apply()
Dpwm-lp3943.c90 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()
156 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()
175 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_disable()
Dpwm-berlin.c85 struct berlin_pwm_channel *channel = pwm_get_chip_data(pwm); in berlin_pwm_free()
248 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_suspend()
276 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_resume()
Dpwm-samsung.c237 kfree(pwm_get_chip_data(pwm)); in pwm_samsung_free()
307 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()
609 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
Dpwm-sti.c317 struct sti_cpt_ddata *ddata = pwm_get_chip_data(pwm); in sti_pwm_capture()
420 ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]); in sti_pwm_interrupt()
Dcore.c221 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
225 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
Dpwm-pca9685.c125 } else if (pwm_get_chip_data(pwm)) { in pca9685_pwm_is_gpio()
/Linux-v5.4/include/linux/
Dpwm.h394 void *pwm_get_chip_data(struct pwm_device *pwm);
467 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function