Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-renesas-tpu.c246 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free()
256 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config()
338 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_set_polarity()
347 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_enable()
369 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_disable()
Dpwm-lpc18xx-sct.c169 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_config_duty()
239 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_enable()
274 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_disable()
285 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_request()
307 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-lp3943.c93 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()
159 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()
178 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()
249 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_suspend()
277 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_resume()
Dpwm-meson.c124 struct meson_pwm_channel *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()
297 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_apply()
Dpwm-samsung.c240 devm_kfree(chip->dev, pwm_get_chip_data(pwm)); in pwm_samsung_free()
311 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()
613 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
Dpwm-sti.c321 struct sti_cpt_ddata *ddata = pwm_get_chip_data(pwm); in sti_pwm_capture()
424 ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]); in sti_pwm_interrupt()
Dcore.c233 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
237 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
Dpwm-pca9685.c136 } else if (pwm_get_chip_data(pwm)) { in pca9685_pwm_is_gpio()
/Linux-v4.19/include/linux/
Dpwm.h431 void *pwm_get_chip_data(struct pwm_device *pwm);
506 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function