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

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c202 static int qcom_pcie_ep_core_reset(struct qcom_pcie_ep *pcie_ep) argument
204 struct dw_pcie *pci = &pcie_ep->pci;
208 ret = reset_control_assert(pcie_ep->core_reset);
216 ret = reset_control_deassert(pcie_ep->core_reset);
232 static void qcom_pcie_ep_configure_tcsr(struct qcom_pcie_ep *pcie_ep) argument
234 if (pcie_ep->perst_map) {
235 regmap_write(pcie_ep->perst_map, pcie_ep->perst_en, 0);
236 regmap_write(pcie_ep->perst_map, pcie_ep
242 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
252 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
261 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
269 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
281 qcom_pcie_ep_icc_update(struct qcom_pcie_ep *pcie_ep) argument
303 qcom_pcie_enable_resources(struct qcom_pcie_ep *pcie_ep) argument
354 qcom_pcie_disable_resources(struct qcom_pcie_ep *pcie_ep) argument
364 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
502 struct qcom_pcie_ep *pcie_ep = to_pcie_ep(pci); local
523 qcom_pcie_ep_get_io_resources(struct platform_device *pdev, struct qcom_pcie_ep *pcie_ep) argument
586 qcom_pcie_ep_get_resources(struct platform_device *pdev, struct qcom_pcie_ep *pcie_ep) argument
630 struct qcom_pcie_ep *pcie_ep = data; local
676 struct qcom_pcie_ep *pcie_ep = data; local
696 qcom_pcie_ep_enable_irq_resources(struct platform_device *pdev, struct qcom_pcie_ep *pcie_ep) argument
747 struct qcom_pcie_ep *pcie_ep = (struct qcom_pcie_ep *) local
768 qcom_pcie_ep_init_debugfs(struct qcom_pcie_ep *pcie_ep) argument
807 struct qcom_pcie_ep *pcie_ep; local
864 struct qcom_pcie_ep *pcie_ep = platform_get_drvdata(pdev); local
[all...]

Completed in 264 milliseconds