Searched refs:pwm_get_chip_data (Results 1 – 8 of 8) sorted by relevance
238 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_free()247 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_config()356 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_set_polarity()365 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_enable()387 struct tpu_pwm_device *tpd = pwm_get_chip_data(pwm); in tpu_pwm_disable()
90 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()162 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()181 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_disable()
61 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_free()161 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_apply()191 struct cros_ec_pwm *channel = pwm_get_chip_data(pwm); in cros_ec_pwm_get_state()
86 struct berlin_pwm_channel *channel = pwm_get_chip_data(pwm); in berlin_pwm_free()272 channel = pwm_get_chip_data(&bpc->chip.pwms[i]); in berlin_pwm_suspend()300 channel = pwm_get_chip_data(&bpc->chip.pwms[i]); in berlin_pwm_resume()
81 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_free()127 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_apply()
251 kfree(pwm_get_chip_data(pwm)); in pwm_samsung_free()321 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in __pwm_samsung_config()642 struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm); in pwm_samsung_resume()
235 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function239 EXPORT_SYMBOL_GPL(pwm_get_chip_data);
387 void *pwm_get_chip_data(struct pwm_device *pwm);453 static inline void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function