Searched refs:set_phase (Results 1 – 7 of 7) sorted by relevance
122 .set_phase = ccu_phase_set_phase,
70 .set_phase = rockchip_inv_set_phase,
164 .set_phase = rockchip_mmc_set_phase,
90 .set_phase = hisi_clk_set_phase,
278 .set_phase = mmc_set_phase,
296 int (*set_phase)(struct clk_hw *hw, int degrees); member
3067 if (core->ops->set_phase) { in clk_core_set_phase_nolock()3068 ret = core->ops->set_phase(core->hw, degrees); in clk_core_set_phase_nolock()