Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpwm.h430 int pwm_set_chip_data(struct pwm_device *pwm, void *data);
501 static inline int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
/linux-4.19.296/drivers/pwm/
Dcore.c216 int pwm_set_chip_data(struct pwm_device *pwm, void *data) in pwm_set_chip_data() function
225 EXPORT_SYMBOL_GPL(pwm_set_chip_data);
877 pwm_set_chip_data(pwm, NULL); in pwm_put()
Dpwm-lp3943.c73 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.c239 pwm_set_chip_data(_pwm, pwm); in tpu_pwm_request()
Dpwm-lpc18xx-sct.c421 pwm_set_chip_data(pwm, data); in lpc18xx_pwm_probe()
Dpwm-atmel-tcb.c94 pwm_set_chip_data(pwm, tcbpwm); in atmel_tcb_pwm_request()
Dpwm-meson.c517 pwm_set_chip_data(&meson->chip.pwms[i], &channels[i]); in meson_pwm_add_channels()
Dpwm-samsung.c233 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()
Dpwm-sti.c656 pwm_set_chip_data(&pc->chip.pwms[i], ddata); in sti_pwm_probe()