Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-rcg2.c809 .get_duty_cycle = clk_rcg2_get_duty_cycle,
821 .get_duty_cycle = clk_rcg2_get_duty_cycle,
834 .get_duty_cycle = clk_rcg2_get_duty_cycle,
847 .get_duty_cycle = clk_rcg2_get_duty_cycle,
/linux/drivers/clk/
H A Dclk-scmi.c258 ops->get_duty_cycle = scmi_clk_get_duty_cycle; in scmi_clk_ops_alloc()
H A Dclk.c3178 if (!core->ops->get_duty_cycle) in clk_core_update_duty_cycle_nolock()
3181 ret = core->ops->get_duty_cycle(core->hw, duty); in clk_core_update_duty_cycle_nolock()
/linux/include/linux/
H A Dclk-provider.h297 int (*get_duty_cycle)(struct clk_hw *hw, member
/linux/drivers/clk/renesas/
H A Drzv2h-cpg.c576 .get_duty_cycle = rzv2h_cpg_plldsi_smux_get_duty_cycle,