Lines Matching defs:psec
21 struct pse_control *psec;31 psec = of_pse_control_get(np);32 if (PTR_ERR(psec) == -ENOENT)35 return psec;116 struct pse_control *psec = NULL;122 psec = fwnode_find_pse_control(child);123 if (IS_ERR(psec))124 return PTR_ERR(psec);163 phy->psec = psec;179 pse_control_put(psec);