Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpwm.h388 int pwm_set_chip_data(struct pwm_device *pwm, void *data);
461 static inline int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
/linux-6.1.9/drivers/pwm/
Dcore.c213 int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
222 EXPORT_SYMBOL_GPL(pwm_set_chip_data);
1030 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.c53 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.c80 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-sti.c664 pwm_set_chip_data(&pc->chip.pwms[i], ddata); in sti_pwm_probe()
Dpwm-samsung.c244 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()