Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpwm.h386 int pwm_set_chip_data(struct pwm_device *pwm, void *data);
448 static inline int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
/Linux-v6.6/drivers/pwm/
Dcore.c218 int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
227 EXPORT_SYMBOL_GPL(pwm_set_chip_data);
979 pwm_set_chip_data(pwm, NULL); in pwm_put()
Dpwm-jz4740.c73 pwm_set_chip_data(pwm, clk); in jz4740_pwm_request()
Dpwm-cros-ec.c54 pwm_set_chip_data(pwm, channel); in cros_ec_pwm_request()
Dpwm-lp3943.c70 return pwm_set_chip_data(pwm, pwm_map); in lp3943_pwm_request()
Dpwm-berlin.c81 return pwm_set_chip_data(pwm, channel); in berlin_pwm_request()
Dpwm-renesas-tpu.c231 pwm_set_chip_data(pwm, tpd); in tpu_pwm_request()
Dpwm-samsung.c244 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()
Dpwm-sti.c664 pwm_set_chip_data(&pc->chip.pwms[i], ddata); in sti_pwm_probe()