pwm_get_chip_data  225 drivers/pwm/core.c EXPORT_SYMBOL_GPL(pwm_get_chip_data);
pwm_get_chip_data   65 drivers/pwm/pwm-atmel-tcb.c 	struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm);
pwm_get_chip_data  133 drivers/pwm/pwm-atmel-tcb.c 	struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm);
pwm_get_chip_data  144 drivers/pwm/pwm-atmel-tcb.c 	struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm);
pwm_get_chip_data  203 drivers/pwm/pwm-atmel-tcb.c 	struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm);
pwm_get_chip_data  287 drivers/pwm/pwm-atmel-tcb.c 	struct atmel_tcb_pwm_device *tcbpwm = pwm_get_chip_data(pwm);
pwm_get_chip_data   85 drivers/pwm/pwm-berlin.c 	struct berlin_pwm_channel *channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  248 drivers/pwm/pwm-berlin.c 		channel = pwm_get_chip_data(&pwm->chip.pwms[i]);
pwm_get_chip_data  276 drivers/pwm/pwm-berlin.c 		channel = pwm_get_chip_data(&pwm->chip.pwms[i]);
pwm_get_chip_data   90 drivers/pwm/pwm-lp3943.c 	struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm);
pwm_get_chip_data  156 drivers/pwm/pwm-lp3943.c 	struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm);
pwm_get_chip_data  175 drivers/pwm/pwm-lp3943.c 	struct lp3943_pwm_map *pwm_map = pwm_get_chip_data(pwm);
pwm_get_chip_data  166 drivers/pwm/pwm-lpc18xx-sct.c 	struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm);
pwm_get_chip_data  236 drivers/pwm/pwm-lpc18xx-sct.c 	struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm);
pwm_get_chip_data  271 drivers/pwm/pwm-lpc18xx-sct.c 	struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm);
pwm_get_chip_data  282 drivers/pwm/pwm-lpc18xx-sct.c 	struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm);
pwm_get_chip_data  303 drivers/pwm/pwm-lpc18xx-sct.c 	struct lpc18xx_pwm_data *lpc18xx_data = pwm_get_chip_data(pwm);
pwm_get_chip_data  127 drivers/pwm/pwm-meson.c 	channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  155 drivers/pwm/pwm-meson.c 	struct meson_pwm_channel *channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  164 drivers/pwm/pwm-meson.c 	struct meson_pwm_channel *channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  227 drivers/pwm/pwm-meson.c 	struct meson_pwm_channel *channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  270 drivers/pwm/pwm-meson.c 	struct meson_pwm_channel *channel = pwm_get_chip_data(pwm);
pwm_get_chip_data  238 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
pwm_get_chip_data  248 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
pwm_get_chip_data  330 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
pwm_get_chip_data  339 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
pwm_get_chip_data  361 drivers/pwm/pwm-renesas-tpu.c 	struct tpu_pwm_device *pwm = pwm_get_chip_data(_pwm);
pwm_get_chip_data  237 drivers/pwm/pwm-samsung.c 	kfree(pwm_get_chip_data(pwm));
pwm_get_chip_data  307 drivers/pwm/pwm-samsung.c 	struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm);
pwm_get_chip_data  609 drivers/pwm/pwm-samsung.c 		struct samsung_pwm_channel *chan = pwm_get_chip_data(pwm);
pwm_get_chip_data  317 drivers/pwm/pwm-sti.c 	struct sti_cpt_ddata *ddata = pwm_get_chip_data(pwm);
pwm_get_chip_data  420 drivers/pwm/pwm-sti.c 		ddata = pwm_get_chip_data(&pc->chip.pwms[devicenum]);
pwm_get_chip_data  394 include/linux/pwm.h void *pwm_get_chip_data(struct pwm_device *pwm);