stm32_pwm 38 drivers/pwm/pwm-stm32.c static inline struct stm32_pwm *to_stm32_pwm_dev(struct pwm_chip *chip) stm32_pwm 40 drivers/pwm/pwm-stm32.c return container_of(chip, struct stm32_pwm, chip); stm32_pwm 43 drivers/pwm/pwm-stm32.c static u32 active_channels(struct stm32_pwm *dev) stm32_pwm 52 drivers/pwm/pwm-stm32.c static int write_ccrx(struct stm32_pwm *dev, int ch, u32 value) stm32_pwm 105 drivers/pwm/pwm-stm32.c static int stm32_pwm_raw_capture(struct stm32_pwm *priv, struct pwm_device *pwm, stm32_pwm 169 drivers/pwm/pwm-stm32.c struct stm32_pwm *priv = to_stm32_pwm_dev(chip); stm32_pwm 319 drivers/pwm/pwm-stm32.c static int stm32_pwm_config(struct stm32_pwm *priv, int ch, stm32_pwm 384 drivers/pwm/pwm-stm32.c static int stm32_pwm_set_polarity(struct stm32_pwm *priv, int ch, stm32_pwm 399 drivers/pwm/pwm-stm32.c static int stm32_pwm_enable(struct stm32_pwm *priv, int ch) stm32_pwm 424 drivers/pwm/pwm-stm32.c static void stm32_pwm_disable(struct stm32_pwm *priv, int ch) stm32_pwm 446 drivers/pwm/pwm-stm32.c struct stm32_pwm *priv = to_stm32_pwm_dev(chip); stm32_pwm 473 drivers/pwm/pwm-stm32.c struct stm32_pwm *priv = to_stm32_pwm_dev(chip); stm32_pwm 490 drivers/pwm/pwm-stm32.c static int stm32_pwm_set_breakinput(struct stm32_pwm *priv, stm32_pwm 515 drivers/pwm/pwm-stm32.c static int stm32_pwm_apply_breakinputs(struct stm32_pwm *priv, stm32_pwm 550 drivers/pwm/pwm-stm32.c static void stm32_pwm_detect_complementary(struct stm32_pwm *priv) stm32_pwm 566 drivers/pwm/pwm-stm32.c static int stm32_pwm_detect_channels(struct stm32_pwm *priv) stm32_pwm 600 drivers/pwm/pwm-stm32.c struct stm32_pwm *priv; stm32_pwm 639 drivers/pwm/pwm-stm32.c struct stm32_pwm *priv = platform_get_drvdata(pdev);