Lines Matching defs:pll
1143 struct pm_pll *pll;
1146 pll = pm_clock_get_pll(clock_id);
1147 if (pll) {
1148 return pm_clock_pll_enable(pll);
1168 struct pm_pll *pll;
1171 pll = pm_clock_get_pll(clock_id);
1172 if (pll) {
1173 return pm_clock_pll_disable(pll);
1194 struct pm_pll *pll;
1199 pll = pm_clock_get_pll(clock_id);
1200 if (pll)
1201 return pm_clock_pll_get_state(pll, state);
1332 struct pm_pll *pll;
1337 pll = pm_clock_get_pll_by_related_clk(clock_id);
1338 if (pll) {
1339 return pm_clock_pll_set_parent(pll, clock_id, parent_index);
1367 struct pm_pll *pll;
1372 pll = pm_clock_get_pll_by_related_clk(clock_id);
1373 if (pll) {
1374 return pm_clock_pll_get_parent(pll, clock_id, parent_index);