Searched refs:get_duty_cycle (Results 1 – 5 of 5) sorted by relevance
64 .get_duty_cycle = clk_pwm_get_duty_cycle,
2742 if (!core->ops->get_duty_cycle) in clk_core_update_duty_cycle_nolock()2745 ret = core->ops->get_duty_cycle(core->hw, duty); in clk_core_update_duty_cycle_nolock()
245 .get_duty_cycle = sclk_div_get_duty_cycle,
445 .get_duty_cycle = clk_rcg2_get_duty_cycle,458 .get_duty_cycle = clk_rcg2_get_duty_cycle,
248 int (*get_duty_cycle)(struct clk_hw *hw, member
Completed in 19 milliseconds