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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c279 struct regulator *slot_ctl_12v; member in struct:tegra_pcie_dw
1320 pcie->slot_ctl_12v = devm_regulator_get_optional(pcie->dev, "vpcie12v");
1321 if (IS_ERR(pcie->slot_ctl_12v)) {
1322 if (PTR_ERR(pcie->slot_ctl_12v) != -ENODEV)
1323 return PTR_ERR(pcie->slot_ctl_12v);
1325 pcie->slot_ctl_12v = NULL;
1344 if (pcie->slot_ctl_12v) {
1345 ret = regulator_enable(pcie->slot_ctl_12v);
1358 if (pcie->slot_ctl_3v3 || pcie->slot_ctl_12v)
1371 if (pcie->slot_ctl_12v)
[all...]

Completed in 200 milliseconds