Lines Matching full:pis
151 * of_load_pse_pis - load all the PSE PIs
159 struct device_node *node, *pis; in of_load_pse_pis() local
169 pis = of_get_child_by_name(np, "pse-pis"); in of_load_pse_pis()
170 if (!pis) { in of_load_pse_pis()
171 /* no description of PSE PIs */ in of_load_pse_pis()
176 for_each_child_of_node(pis, node) { in of_load_pse_pis()
226 of_node_put(pis); in of_load_pse_pis()
232 of_node_put(pis); in of_load_pse_pis()
314 * which PIs need to have power delivery attempted again.
506 * pse_disable_pi_prio - Disable all PIs of a given priority inside a PSE
1083 /* Do not register regulator for PIs not described */ in pse_controller_register()