Searched refs:pwm_get_chip_data (Results 1 – 12 of 12) sorted by relevance
238 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_free()248 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_config()330 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_set_polarity()339 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_enable()361 struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm); in tpu_pwm_disable()
166 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_config_duty()236 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_enable()271 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_disable()282 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_request()303 struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm); in lpc18xx_pwm_free()
56 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_free()119 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_apply()146 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_get_state()
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()
127 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()164 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_calc()227 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_enable()270 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_apply()
90 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()156 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()175 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()248 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_suspend()276 channel = pwm_get_chip_data(&pwm->chip.pwms[i]); in berlin_pwm_resume()
80 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_free()128 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_apply()
237 kfree(pwm_get_chip_data(pwm)); in pwm_samsung_free()307 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()609 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
317 struct sti_cpt_ddata *ddata = pwm_get_chip_data(pwm); in sti_pwm_capture()420 ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]); in sti_pwm_interrupt()
232 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function236 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
393 void *pwm_get_chip_data(struct pwm_device *pwm);466 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function