Searched refs:get_phase (Results 1 – 10 of 10) sorted by relevance
61 .get_phase = meson_clk_phase_get_phase,123 .get_phase = meson_clk_triphase_get_phase,178 .get_phase = meson_sclk_ws_inv_get_phase,
121 .get_phase = ccu_phase_get_phase,
69 .get_phase = rockchip_inv_get_phase,
152 .get_phase = rockchip_mmc_get_phase,
89 .get_phase = hisi_clk_get_phase,
161 .get_phase = sun4i_dclk_get_phase,
279 .get_phase = mmc_get_phase,
96 int (*get_phase)(struct clk_hw *hw);
246 int (*get_phase)(struct clk_hw *hw); member
2676 if (!core->ops->get_phase) in clk_core_get_phase()2680 ret = core->ops->get_phase(core->hw); in clk_core_get_phase()