Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/pwm/
H A 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()
H A Dpwm-jz4740.c74 pwm_set_chip_data(pwm, clk); in jz4740_pwm_request()
H A Dpwm-cros-ec.c54 pwm_set_chip_data(pwm, channel); in cros_ec_pwm_request()
H A Dpwm-lp3943.c70 return pwm_set_chip_data(pwm, pwm_map); in lp3943_pwm_request()
H A Dpwm-berlin.c81 return pwm_set_chip_data(pwm, channel); in berlin_pwm_request()
H A Dpwm-renesas-tpu.c231 pwm_set_chip_data(pwm, tpd); in tpu_pwm_request()
H A Dpwm-samsung.c244 pwm_set_chip_data(pwm, our_chan); in pwm_samsung_request()