Home
last modified time | relevance | path

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

/Linux-v5.10/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-cros-ec.c56 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_free()
119 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_apply()
146 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_get_state()
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-jz4740.c80 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_free()
128 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_apply()
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.c232 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
236 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
/Linux-v5.10/include/linux/
Dpwm.h393 void *pwm_get_chip_data(struct pwm_device *pwm);
466 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function