Home
last modified time | relevance | path

Searched refs:pwm_get_chip_data (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-cros-ec.c56 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()
H A Dpwm-atmel-tcb.c65 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()
H A Dpwm-lpc18xx-sct.c166 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()
H A Dpwm-renesas-tpu.c238 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()
H A Dpwm-berlin.c85 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()
H A Dpwm-lp3943.c90 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_free()
157 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_enable()
176 struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm); in lp3943_pwm_disable()
H A Dpwm-jz4740.c81 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_free()
129 struct clk *clk = pwm_get_chip_data(pwm); in jz4740_pwm_apply()
H A Dpwm-samsung.c237 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()
H A Dpwm-meson.c127 channel = pwm_get_chip_data(pwm); in meson_pwm_request()
H A Dcore.c227 * pwm_get_chip_data() - get private chip data for a PWM
232 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
236 EXPORT_SYMBOL_GPL(pwm_get_chip_data); variable
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-renesas-tpu.c238 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()
H A Dpwm-berlin.c86 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()
H A Dpwm-cros-ec.c61 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()
H A Dpwm-lp3943.c90 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()
H A Dpwm-jz4740.c81 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()
H A Dpwm-samsung.c251 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()
H A Dcore.c230 * pwm_get_chip_data() - get private chip data for a PWM
235 void *pwm_get_chip_data(struct pwm_device *pwm) in pwm_get_chip_data() function
239 EXPORT_SYMBOL_GPL(pwm_get_chip_data); variable
/kernel/linux/linux-5.10/include/linux/
H A Dpwm.h393 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
/kernel/linux/linux-6.6/include/linux/
H A Dpwm.h387 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

Completed in 20 milliseconds