Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-exynos.c79 void (*deinit_clk_resources)(struct exynos_pcie *ep); member
159 .deinit_clk_resources = exynos5440_pcie_deinit_clk_resources,
501 if (ep->ops && ep->ops->deinit_clk_resources) in exynos_pcie_probe()
502 ep->ops->deinit_clk_resources(ep); in exynos_pcie_probe()
510 if (ep->ops && ep->ops->deinit_clk_resources) in exynos_pcie_remove()
511 ep->ops->deinit_clk_resources(ep); in exynos_pcie_remove()

Completed in 1 milliseconds