Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-pwm.c64 .get_duty_cycle = clk_pwm_get_duty_cycle,
H A Dclk.c3085 if (!core->ops->get_duty_cycle) in clk_core_update_duty_cycle_nolock()
3088 ret = core->ops->get_duty_cycle(core->hw, duty); in clk_core_update_duty_cycle_nolock()
/openbmc/linux/drivers/clk/meson/
H A Dsclk-div.c246 .get_duty_cycle = sclk_div_get_duty_cycle,
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rcg2.c490 .get_duty_cycle = clk_rcg2_get_duty_cycle,
503 .get_duty_cycle = clk_rcg2_get_duty_cycle,
/openbmc/linux/include/linux/
H A Dclk-provider.h262 int (*get_duty_cycle)(struct clk_hw *hw, member