Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pwm/
Dpwm-berlin.c80 return pwm_set_chip_data(pwm, channel); in berlin_pwm_request()
87 pwm_set_chip_data(pwm, NULL); in berlin_pwm_free()
Dpwm-pca9685.c111 pwm_set_chip_data(pwm, (void *)1); in pca9685_pwm_gpio_request()
179 pwm_set_chip_data(pwm, NULL); in pca9685_pwm_gpio_free()
Dpwm-samsung.c233 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()
241 pwm_set_chip_data(pwm, NULL); in pwm_samsung_free()
Dpwm-lp3943.c73 return pwm_set_chip_data(pwm, pwm_map); in lp3943_pwm_request()
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);
Dpwm-renesas-tpu.c239 pwm_set_chip_data(_pwm, pwm); in tpu_pwm_request()
Dpwm-lpc18xx-sct.c427 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.c513 pwm_set_chip_data(&meson->chip.pwms[i], &channels[i]); in meson_pwm_add_channels()
Dpwm-sti.c656 pwm_set_chip_data(&pc->chip.pwms[i], ddata); in sti_pwm_probe()
/Linux-v4.19/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