Searched refs:slot_ctl_3v3 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c278 struct regulator *slot_ctl_3v3; member in struct:tegra_pcie_dw
1312 pcie->slot_ctl_3v3 = devm_regulator_get_optional(pcie->dev, "vpcie3v3");
1313 if (IS_ERR(pcie->slot_ctl_3v3)) {
1314 if (PTR_ERR(pcie->slot_ctl_3v3) != -ENODEV)
1315 return PTR_ERR(pcie->slot_ctl_3v3);
1317 pcie->slot_ctl_3v3 = NULL;
1335 if (pcie->slot_ctl_3v3) {
1336 ret = regulator_enable(pcie->slot_ctl_3v3);
1358 if (pcie->slot_ctl_3v3 || pcie->slot_ctl_12v)
1364 if (pcie->slot_ctl_3v3)
[all...]

Completed in 132 milliseconds