Searched refs:meson_pwm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-meson.c | 103 struct meson_pwm { struct 115 static inline struct meson_pwm *to_meson_pwm(struct pwm_chip *chip) in to_meson_pwm() 117 return container_of(chip, struct meson_pwm, chip); in to_meson_pwm() 122 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_request() 155 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_free() 162 static int meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm, in meson_pwm_calc() 232 static void meson_pwm_enable(struct meson_pwm *meson, struct pwm_device *pwm) in meson_pwm_enable() 260 static void meson_pwm_disable(struct meson_pwm *meson, struct pwm_device *pwm) in meson_pwm_disable() 277 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_apply() 320 struct meson_pwm *meso in meson_pwm_cnt_to_ns() [all...] |
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-meson.c | 104 struct meson_pwm { struct 116 static inline struct meson_pwm *to_meson_pwm(struct pwm_chip *chip) in to_meson_pwm() 118 return container_of(chip, struct meson_pwm, chip); in to_meson_pwm() 123 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_request() 140 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_free() 146 static int meson_pwm_calc(struct meson_pwm *meson, struct pwm_device *pwm, in meson_pwm_calc() 206 static void meson_pwm_enable(struct meson_pwm *meson, struct pwm_device *pwm) in meson_pwm_enable() 233 static void meson_pwm_disable(struct meson_pwm *meson, struct pwm_device *pwm) in meson_pwm_disable() 250 struct meson_pwm *meson = to_meson_pwm(chip); in meson_pwm_apply() 290 struct meson_pwm *meso in meson_pwm_cnt_to_ns() [all...] |
Completed in 3 milliseconds