| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | clk-phase.c | 62 .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 D | clk-uclass.h | 96 int (*set_phase)(struct clk *clk, int degrees); member
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk-uclass.c | 364 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 D | clk-inverter.c | 70 .set_phase = rockchip_inv_set_phase,
|
| H A D | clk-mmc-phase.c | 153 .set_phase = rockchip_mmc_set_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu_phase.c | 122 .set_phase = ccu_phase_set_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/hisilicon/ |
| H A D | clk-hisi-phase.c | 90 .set_phase = hisi_clk_set_phase,
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-of-arasan.c | 675 .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 D | sun4i_dotclock.c | 162 .set_phase = sun4i_dclk_set_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-mod0.c | 280 .set_phase = mmc_set_phase,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | clk.rst | 97 int (*set_phase)(struct clk_hw *hw, int degrees);
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3128.c | 796 .set_phase = rk3128_clk_set_phase,
|
| H A D | clk_rk322x.c | 940 .set_phase = rk322x_clk_set_phase,
|
| H A D | clk_rk3308.c | 1258 .set_phase = rk3308_clk_set_phase,
|
| H A D | clk_rk3328.c | 1277 .set_phase = rk3328_clk_set_phase,
|
| H A D | clk_rk3288.c | 1459 .set_phase = rk3288_clk_set_phase,
|
| H A D | clk_rk1808.c | 1268 .set_phase = rk1808_clk_set_phase,
|
| H A D | clk_rv1106.c | 1543 .set_phase = rv1106_grfclk_set_phase,
|
| H A D | clk_rk3368.c | 1259 .set_phase = rk3368_clk_set_phase,
|
| H A D | clk_rk3528.c | 1743 .set_phase = rk3528_grfclk_set_phase,
|
| H A D | clk_rk3562.c | 1717 .set_phase = rk3562_clk_set_phase,
|
| H A D | clk_px30.c | 1634 .set_phase = px30_clk_set_phase,
|
| H A D | clk_rv1126.c | 2061 .set_phase = rv1126_clk_set_phase,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | clk-provider.h | 255 int (*set_phase)(struct clk_hw *hw, int degrees); member
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk.c | 2714 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()
|