Searched refs:pwm_get_chip_data (Results 1 – 11 of 11) sorted by relevance
246 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free()256 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config()338 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_set_polarity()347 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_enable()369 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_disable()
169 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_config_duty()239 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_enable()274 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_disable()285 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_request()307 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_free()
65 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_set_polarity()133 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_free()144 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_disable()203 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_enable()287 struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm); in atmel_tcb_pwm_config()
93 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()159 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()178 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_disable()
85 struct berlin_pwm_channel *channel = pwm_get_chip_data(pwm); in berlin_pwm_free()249 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_suspend()277 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_resume()
124 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_request()155 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_free()297 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_apply()
240 devm_kfree(chip->dev, pwm_get_chip_data(pwm)); in pwm_samsung_free()311 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()613 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
321 struct sti_cpt_ddata *ddata = pwm_get_chip_data(pwm); in sti_pwm_capture()424 ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]); in sti_pwm_interrupt()
233 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function237 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
136 } else if (pwm_get_chip_data(pwm)) { in pca9685_pwm_is_gpio()
431 void *pwm_get_chip_data(struct pwm_device *pwm);506 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function