Home
last modified time | relevance | path

Searched refs:meson_pwm_channel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dpwm-meson.c88 struct meson_pwm_channel { struct
107 struct meson_pwm_channel channels[MESON_NUM_PWMS]; argument
124 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_request()
141 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_free()
149 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_calc()
208 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_enable()
251 struct meson_pwm_channel *channel = &meson->channels[pwm->hwpwm]; in meson_pwm_apply()
291 struct meson_pwm_channel *channel; in meson_pwm_cnt_to_ns()
309 struct meson_pwm_channel *channel; in meson_pwm_get_state()
450 struct meson_pwm_channel *channel = &meson->channels[i]; in meson_pwm_init_channels()