Lines Matching refs:p
153 static int sr_pcie_phy_init(struct phy *p) in sr_pcie_phy_init() argument
155 struct sr_pcie_phy *phy = phy_get_drvdata(p); in sr_pcie_phy_init()
168 static int sr_paxc_phy_init(struct phy *p) in sr_paxc_phy_init() argument
170 struct sr_pcie_phy *phy = phy_get_drvdata(p); in sr_paxc_phy_init()
253 struct sr_pcie_phy *p = &core->phys[phy_idx]; in sr_pcie_phy_probe() local
261 p->phy = devm_phy_create(dev, NULL, ops); in sr_pcie_phy_probe()
262 if (IS_ERR(p->phy)) { in sr_pcie_phy_probe()
264 return PTR_ERR(p->phy); in sr_pcie_phy_probe()
267 p->core = core; in sr_pcie_phy_probe()
268 p->index = phy_idx; in sr_pcie_phy_probe()
269 phy_set_drvdata(p->phy, p); in sr_pcie_phy_probe()