Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pwm/
Dpwm-renesas-tpu.c238 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_free()
247 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_config()
356 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_set_polarity()
365 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_enable()
387 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_disable()
Dpwm-cros-ec.c60 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_free()
160 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_apply()
190 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_get_state()
Dpwm-lp3943.c90 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()
162 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()
181 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()
273 channel = pwm_get_chip_data(&bpc->chip.pwms[i]); in berlin_pwm_suspend()
301 channel = pwm_get_chip_data(&bpc->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.c251 kfree(pwm_get_chip_data(pwm)); in pwm_samsung_free()
321 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()
644 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()
443 ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]); in sti_pwm_interrupt()
Dcore.c230 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
234 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
/linux-5.19.10/include/linux/
Dpwm.h404 void *pwm_get_chip_data(struct pwm_device *pwm);
485 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function