Searched refs:get_phase (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/clk/meson/ |
H A D | clk-phase.c | 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,
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_phase.c | 121 .get_phase = ccu_phase_get_phase,
|
/linux/drivers/clk/rockchip/ |
H A D | clk-inverter.c | 69 .get_phase = rockchip_inv_get_phase,
|
H A D | clk-mmc-phase.c | 151 .get_phase = rockchip_mmc_get_phase,
|
/linux/drivers/clk/hisilicon/ |
H A D | clk-hisi-phase.c | 89 .get_phase = hisi_clk_get_phase,
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon_dclk.c | 161 .get_phase = sun4i_dclk_get_phase,
|
/linux/drivers/clk/sunxi/ |
H A D | clk-mod0.c | 277 .get_phase = mmc_get_phase,
|
/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh71x0.c | 296 .get_phase = jh71x0_clk_get_phase,
|
/linux/Documentation/driver-api/ |
H A D | clk.rst | 96 int (*get_phase)(struct clk_hw *hw);
|
/linux/include/linux/ |
H A D | clk-provider.h | 260 int (*get_phase)(struct clk_hw *hw); member
|
/linux/drivers/clk/ |
H A D | clk.c | 3057 if (!core->ops->get_phase) in clk_core_get_phase() 3061 ret = core->ops->get_phase(core->hw); in clk_core_get_phase()
|