Home
last modified time | relevance | path

Searched refs:set_phase (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dclk-phase.c62 .set_phase = meson_clk_phase_set_phase,
124 .set_phase = meson_clk_triphase_set_phase,
179 .set_phase = meson_sclk_ws_inv_set_phase,
/OK3568_Linux_fs/u-boot/include/
H A Dclk-uclass.h96 int (*set_phase)(struct clk *clk, int degrees); member
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk-uclass.c364 if (!ops->set_phase) in clk_set_phase()
367 return ops->set_phase(clk, degrees); in clk_set_phase()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-inverter.c70 .set_phase = rockchip_inv_set_phase,
H A Dclk-mmc-phase.c153 .set_phase = rockchip_mmc_set_phase,
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu_phase.c122 .set_phase = ccu_phase_set_phase,
/OK3568_Linux_fs/kernel/drivers/clk/hisilicon/
H A Dclk-hisi-phase.c90 .set_phase = hisi_clk_set_phase,
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-of-arasan.c675 .set_phase = sdhci_zynqmp_sdcardclk_set_phase,
740 .set_phase = sdhci_zynqmp_sampleclk_set_phase,
806 .set_phase = sdhci_versal_sdcardclk_set_phase,
876 .set_phase = sdhci_versal_sampleclk_set_phase,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_dotclock.c162 .set_phase = sun4i_dclk_set_phase,
/OK3568_Linux_fs/kernel/drivers/clk/sunxi/
H A Dclk-mod0.c280 .set_phase = mmc_set_phase,
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dclk.rst97 int (*set_phase)(struct clk_hw *hw, int degrees);
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3128.c796 .set_phase = rk3128_clk_set_phase,
H A Dclk_rk322x.c940 .set_phase = rk322x_clk_set_phase,
H A Dclk_rk3308.c1258 .set_phase = rk3308_clk_set_phase,
H A Dclk_rk3328.c1277 .set_phase = rk3328_clk_set_phase,
H A Dclk_rk3288.c1459 .set_phase = rk3288_clk_set_phase,
H A Dclk_rk1808.c1268 .set_phase = rk1808_clk_set_phase,
H A Dclk_rv1106.c1543 .set_phase = rv1106_grfclk_set_phase,
H A Dclk_rk3368.c1259 .set_phase = rk3368_clk_set_phase,
H A Dclk_rk3528.c1743 .set_phase = rk3528_grfclk_set_phase,
H A Dclk_rk3562.c1717 .set_phase = rk3562_clk_set_phase,
H A Dclk_px30.c1634 .set_phase = px30_clk_set_phase,
H A Dclk_rv1126.c2061 .set_phase = rv1126_clk_set_phase,
/OK3568_Linux_fs/kernel/include/linux/
H A Dclk-provider.h255 int (*set_phase)(struct clk_hw *hw, int degrees); member
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c2714 if (core->ops->set_phase) { in clk_core_set_phase_nolock()
2715 ret = core->ops->set_phase(core->hw, degrees); in clk_core_set_phase_nolock()

12