Searched refs:clk_ops (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/common/scmi/ |
| H A D | scmi_clock.c | 93 if (clock->clk_ops && clock->clk_ops->get_rate) in plat_scmi_clock_get_rate() 94 rate = clock->clk_ops->get_rate(clock); in plat_scmi_clock_get_rate() 114 if (clock->clk_ops && clock->clk_ops->set_rate) { in plat_scmi_clock_set_rate() 115 status = clock->clk_ops->set_rate(clock, rate); in plat_scmi_clock_set_rate() 148 if (clock->clk_ops && clock->clk_ops->set_status) { in plat_scmi_clock_set_state() 149 status = clock->clk_ops->set_status(clock, enable_not_disable); in plat_scmi_clock_set_state()
|
| H A D | rockchip_common_clock.c | 48 if ((p_clock->clk_ops != NULL) && (p_clock->clk_ops->get_rate != NULL)) in clk_scmi_common_get_parent_rate() 49 return p_clock->clk_ops->get_rate(p_clock); in clk_scmi_common_get_parent_rate()
|
| H A D | scmi_clock.h | 31 const struct rk_clk_ops *clk_ops; member
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | clk.h | 12 struct clk_ops { struct 33 void clk_register(const struct clk_ops *ops); argument
|
| /rk3399_ARM-atf/drivers/clk/ |
| H A D | clk.c | 14 static const struct clk_ops *ops; 83 void clk_register(const struct clk_ops *ops_ptr) in clk_register()
|
| /rk3399_ARM-atf/plat/rockchip/rk3576/scmi/ |
| H A D | rk3576_clk.c | 236 .clk_ops = _data, \ 249 .clk_ops = _data, \ 1231 table->clk_ops->set_rate(table, rate); in rockchip_opteed_clk_set_rate() 1247 *rate = (uint64_t)table->clk_ops->get_rate(table); in rockchip_opteed_clk_get_rate() 1263 table->clk_ops->set_status(table, enable); in rockchip_opteed_clk_enable() 1270 table->clk_ops->set_status(table, enable); in rockchip_opteed_clk_enable()
|
| /rk3399_ARM-atf/plat/rockchip/rk3568/drivers/scmi/ |
| H A D | rk3568_clk.c | 628 .clk_ops = &clk_scmi_cpu_ops, 635 .clk_ops = &clk_scmi_gpu_ops, 642 .clk_ops = &clk_scmi_npu_ops,
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32-core.c | 703 static const struct clk_ops stm32mp_clk_ops = {
|
| H A D | stm32mp1_clk.c | 2617 static const struct clk_ops stm32mp_clk_ops = {
|
| /rk3399_ARM-atf/plat/rockchip/rk3588/drivers/scmi/ |
| H A D | rk3588_clk.c | 181 .clk_ops = _data, \
|
| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_drv.c | 2294 static const struct clk_ops s32cc_clk_ops = { in s32cc_clk_register_drv()
|