Searched refs:clk_ops (Results 1 - 17 of 17) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | clk-provider.h | 75 * struct clk_ops - Callback operations for hardware clocks; these are to
220 struct clk_ops {
struct 278 const struct clk_ops *ops;
291 * clk_foo's clk_ops
313 * clock hardware, implementations of the relevant callbacks in struct clk_ops,
338 extern const struct clk_ops clk_fixed_rate_ops;
462 extern const struct clk_ops clk_gate_ops;
585 extern const struct clk_ops clk_divider_ops;
586 extern const struct clk_ops clk_divider_ro_ops;
773 extern const struct clk_ops clk_mux_op [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk-ddr.c | 105 static const struct clk_ops rockchip_ddrclk_sip_ops = { 154 static const struct clk_ops rockchip_ddrclk_scpi_ops = { 211 static const struct clk_ops rockchip_ddrclk_sip_ops_v2 = {
|
H A D | clk-half-divider.c | 132 static const struct clk_ops clk_half_divider_ops = { 158 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_halfdiv()
|
H A D | clk-pll.c | 35 const struct clk_ops *pll_mux_ops; 492 const struct clk_ops *pll_mux_ops = pll->pll_mux_ops; in rockchip_rk3036_pll_set_params() 628 static const struct clk_ops rockchip_rk3036_pll_clk_norate_ops = { 635 static const struct clk_ops rockchip_rk3036_pll_clk_ops = { 707 const struct clk_ops *pll_mux_ops = pll->pll_mux_ops; in rockchip_rk3066_pll_set_params() 843 static const struct clk_ops rockchip_rk3066_pll_clk_norate_ops = { 850 static const struct clk_ops rockchip_rk3066_pll_clk_ops = { 948 const struct clk_ops *pll_mux_ops = pll->pll_mux_ops; in rockchip_rk3399_pll_set_params() 1098 static const struct clk_ops rockchip_rk3399_pll_clk_norate_ops = { 1105 static const struct clk_ops rockchip_rk3399_pll_clk_op [all...] |
H A D | clk-cpu.c | 57 const struct clk_ops *cpu_mux_ops; 97 static const struct clk_ops rockchip_cpuclk_ops = {
|
H A D | clk.c | 48 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_branch() 122 const struct clk_ops *mux_ops; 232 const struct clk_ops *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_frac_branch()
|
/device/soc/rockchip/common/vendor/drivers/clk/ |
H A D | clk-dclk-divider.c | 75 const struct clk_ops clk_dclk_divider_ops = { 103 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, *gate_ops = NULL; in rockchip_clk_register_dclk_branch()
|
H A D | clk-pvtm.c | 54 static const struct clk_ops xin32k_pvtm = {
|
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/ |
H A D | clk-dclk-divider.c | 74 const struct clk_ops clk_dclk_divider_ops = { 110 const struct clk_ops *mux_ops = NULL, *div_ops = NULL, in rockchip_clk_register_dclk_branch()
|
H A D | clk-pvtm.c | 56 static const struct clk_ops xin32k_pvtm = {
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_clk.c | 153 const struct clk_ops clk_virtual_ops = { 183 static const struct clk_ops vop2_mux_clk_ops = { 256 static const struct clk_ops vop2_div_clk_ops = {
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop2_clk.c | 169 const struct clk_ops clk_virtual_ops = { 201 static const struct clk_ops vop2_mux_clk_ops = { 273 static const struct clk_ops vop2_div_clk_ops = {
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-usb.c | 295 static const struct clk_ops rockchip_usb_phy480m_ops = {
|
H A D | phy-rockchip-inno-usb2.c | 413 static const struct clk_ops rockchip_usb2phy_clkout_ops = {
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 726 static const struct clk_ops inno_hdmi_phy_clk_ops = {
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-hdmi-phy.c | 621 static const struct clk_ops inno_hdmi_phy_clk_ops = {
|
H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1957 static const struct clk_ops hdptx_phy_clk_ops = {
|
Completed in 27 milliseconds