Home
last modified time | relevance | path

Searched refs:dm_pci_ops (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_x86.c12 static const struct dm_pci_ops pci_x86_ops = {
H A Dpci_sandbox.c54 static const struct dm_pci_ops sandbox_pci_ops = {
H A Daer.c27 struct dm_pci_ops *ops; in pci_aer_dump()
H A Dpcie_xilinx.c203 static const struct dm_pci_ops pcie_xilinx_ops = {
H A Dpcie_dw_mvebu.c537 static const struct dm_pci_ops pcie_dw_mvebu_ops = {
H A Dpci-uclass.c400 struct dm_pci_ops *ops; in pci_bus_write_config()
480 struct dm_pci_ops *ops; in pci_bus_read_config()
1501 static const struct dm_pci_ops pci_bridge_ops = {
H A Dpcie_layerscape.c586 static const struct dm_pci_ops ls_pcie_ops = {
H A Dpci_tegra.c1173 static const struct dm_pci_ops pci_tegra_ops = {
H A Dpcie_dw_rockchip.c1049 static const struct dm_pci_ops rockchip_pcie_ops = {
/rk3399_rockchip-uboot/include/
H A Dpci.h861 struct dm_pci_ops { struct
904 #define pci_get_ops(dev) ((struct dm_pci_ops *)(dev)->driver->ops) argument