Home
last modified time | relevance | path

Searched defs:stm32_pcie (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/dwc/
H A Dpcie-stm32.c23 struct stm32_pcie { struct
33 static void stm32_pcie_deassert_perst(struct stm32_pcie *stm32_pcie) in stm32_pcie_deassert_perst()
43 static void stm32_pcie_assert_perst(struct stm32_pcie *stm32_pcie) in stm32_pcie_assert_perst()
50 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_start_link() local
59 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_stop_link() local
67 struct stm32_pcie *stm32_pcie = dev_get_drvdata(dev); in stm32_pcie_suspend_noirq() local
86 struct stm32_pcie *stm32_pcie = dev_get_drvdata(dev); in stm32_pcie_resume_noirq() local
146 static int stm32_add_pcie_port(struct stm32_pcie *stm32_pcie) in stm32_add_pcie_port()
189 static void stm32_remove_pcie_port(struct stm32_pcie *stm32_pcie) in stm32_remove_pcie_port()
198 static int stm32_pcie_parse_port(struct stm32_pcie *stm32_pcie) in stm32_pcie_parse_port()
[all …]
H A Dpcie-stm32-ep.c21 struct stm32_pcie { struct
42 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_enable_link() argument
53 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_disable_link() local
60 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_start_link() local
78 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_stop_link() local
125 static int stm32_pcie_enable_resources(struct stm32_pcie *stm32_pcie) in stm32_pcie_enable_resources()
140 static void stm32_pcie_disable_resources(struct stm32_pcie *stm32_pcie) in stm32_pcie_disable_resources()
149 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_perst_assert() local
164 struct stm32_pcie *stm32_pcie = to_stm32_pcie(pci); in stm32_pcie_perst_deassert() local
206 struct stm32_pcie *stm32_pcie = data; in stm32_pcie_ep_perst_irq_thread() local
[all …]