| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | clk-uclass.h | 87 int (*get_phase)(struct clk *clk); member
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk-uclass.c | 354 if (!ops->get_phase) in clk_get_phase() 357 return ops->get_phase(clk); in clk_get_phase()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-inverter.c | 69 .get_phase = rockchip_inv_get_phase,
|
| H A D | clk-mmc-phase.c | 152 .get_phase = rockchip_mmc_get_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu_phase.c | 121 .get_phase = ccu_phase_get_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/hisilicon/ |
| H A D | clk-hisi-phase.c | 89 .get_phase = hisi_clk_get_phase,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_dotclock.c | 161 .get_phase = sun4i_dclk_get_phase,
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-mod0.c | 279 .get_phase = mmc_get_phase,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | clk.rst | 96 int (*get_phase)(struct clk_hw *hw);
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3128.c | 795 .get_phase = rk3128_clk_get_phase,
|
| H A D | clk_rk322x.c | 939 .get_phase = rk322x_clk_get_phase,
|
| H A D | clk_rk3308.c | 1257 .get_phase = rk3308_clk_get_phase,
|
| H A D | clk_rk3328.c | 1276 .get_phase = rk3328_clk_get_phase,
|
| H A D | clk_rk3288.c | 1458 .get_phase = rk3288_clk_get_phase,
|
| H A D | clk_rk1808.c | 1267 .get_phase = rk1808_clk_get_phase,
|
| H A D | clk_rv1106.c | 1542 .get_phase = rv1106_grfclk_get_phase,
|
| H A D | clk_rk3368.c | 1258 .get_phase = rk3368_clk_get_phase,
|
| H A D | clk_rk3528.c | 1742 .get_phase = rk3528_grfclk_get_phase,
|
| H A D | clk_rk3562.c | 1716 .get_phase = rk3562_clk_get_phase,
|
| H A D | clk_px30.c | 1633 .get_phase = px30_clk_get_phase,
|
| H A D | clk_rv1126.c | 2060 .get_phase = rv1126_clk_get_phase,
|
| H A D | clk_rk3588.c | 2015 .get_phase = rk3588_clk_get_phase,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | clk-provider.h | 254 int (*get_phase)(struct clk_hw *hw); member
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk.c | 2778 if (!core->ops->get_phase) in clk_core_get_phase() 2782 ret = core->ops->get_phase(core->hw); in clk_core_get_phase()
|