Searched refs:p_clock (Results 1 – 1 of 1) sorted by relevance
42 rk_scmi_clock_t *p_clock; in clk_scmi_common_get_parent_rate() local45 p_clock = rockchip_scmi_get_clock(0, clock->parent_table[id]); in clk_scmi_common_get_parent_rate()46 if (p_clock == NULL) in clk_scmi_common_get_parent_rate()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()