Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-meson.c88 struct meson_pwm_channel { struct
106 struct meson_pwm_channel channels[MESON_NUM_PWMS]; argument
123 struct meson_pwm_channel *channel; in meson_pwm_request()
155 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_free()
164 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_calc()
227 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_enable()
270 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_apply()
314 struct meson_pwm_channel *channel; in meson_pwm_cnt_to_ns()
335 struct meson_pwm_channel *channel; in meson_pwm_get_state()
501 struct meson_pwm_channel *channel = &meson->channels[i]; in meson_pwm_init_channels()