Home
last modified time | relevance | path

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

/linux-6.6.21/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-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-cros-ec.c61 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_free()
161 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_apply()
191 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_get_state()
Dpwm-berlin.c86 struct berlin_pwm_channel *channel = pwm_get_chip_data(pwm); in berlin_pwm_free()
272 channel = pwm_get_chip_data(&bpc->chip.pwms[i]); in berlin_pwm_suspend()
300 channel = pwm_get_chip_data(&bpc->chip.pwms[i]); in berlin_pwm_resume()
Dpwm-jz4740.c81 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_free()
127 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()
642 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
Dcore.c235 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
239 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
/linux-6.6.21/include/linux/
Dpwm.h387 void *pwm_get_chip_data(struct pwm_device *pwm);
453 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function