Searched refs:clkp_parent (Results 1 – 1 of 1) sorted by relevance
236 struct ti_clk *clkp_parent; in ti_clk_get_state() local248 clkp_parent = ti_clk_lookup((ti_clk_idx_t) p->clk); in ti_clk_get_state()250 if (clkp_parent != NULL) { in ti_clk_get_state()251 ret = ti_clk_get_state(clkp_parent); in ti_clk_get_state()281 struct ti_clk *clkp_parent = NULL; in ti_clk_get() local288 clkp_parent = ti_clk_lookup((ti_clk_idx_t) p->clk); in ti_clk_get()291 if (clkp_parent != NULL) { in ti_clk_get()292 ret = ti_clk_get(clkp_parent); in ti_clk_get()299 if (clkp_parent != NULL) { in ti_clk_get()300 ti_clk_put(clkp_parent); in ti_clk_get()[all …]