Searched defs:meson_pwm_channel (Results 1 – 1 of 1) sorted by relevance
92 struct meson_pwm_channel { struct93 unsigned int hi;94 unsigned int lo;95 u8 pre_div;97 struct pwm_state state;99 struct clk *clk_parent;100 struct clk_mux mux;124 struct meson_pwm_channel *channel = pwm_get_chip_data(pwm); in meson_pwm_request() argument