Searched refs:get_duty_cycle (Results 1 – 3 of 3) sorted by relevance
239 .get_duty_cycle = sclk_div_get_duty_cycle,
243 int (*get_duty_cycle)(struct clk_hw *hw, member
2429 if (!core->ops->get_duty_cycle) in clk_core_update_duty_cycle_nolock()2432 ret = core->ops->get_duty_cycle(core->hw, duty); in clk_core_update_duty_cycle_nolock()