phy_ahb_reset     130 drivers/pci/controller/dwc/pcie-qcom.c 	struct reset_control *phy_ahb_reset;
phy_ahb_reset     713 drivers/pci/controller/dwc/pcie-qcom.c 		res->phy_ahb_reset = devm_reset_control_get_exclusive(dev, "phy_ahb");
phy_ahb_reset     714 drivers/pci/controller/dwc/pcie-qcom.c 		if (IS_ERR(res->phy_ahb_reset))
phy_ahb_reset     715 drivers/pci/controller/dwc/pcie-qcom.c 			return PTR_ERR(res->phy_ahb_reset);
phy_ahb_reset     730 drivers/pci/controller/dwc/pcie-qcom.c 	reset_control_assert(res->phy_ahb_reset);
phy_ahb_reset     777 drivers/pci/controller/dwc/pcie-qcom.c 	ret = reset_control_assert(res->phy_ahb_reset);
phy_ahb_reset     805 drivers/pci/controller/dwc/pcie-qcom.c 	ret = reset_control_deassert(res->phy_ahb_reset);
phy_ahb_reset     907 drivers/pci/controller/dwc/pcie-qcom.c 	reset_control_assert(res->phy_ahb_reset);