Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 Dpcie_xilinx.c203 static const struct dm_pci_ops pcie_xilinx_ops = {
H A Dpci-uclass.c243 struct dm_pci_ops *ops; in pci_bus_write_config()
323 struct dm_pci_ops *ops; in pci_bus_read_config()
1245 static const struct dm_pci_ops pci_bridge_ops = {
H A Dpcie_dw_mvebu.c537 static const struct dm_pci_ops pcie_dw_mvebu_ops = {
H A Dpcie_layerscape.c586 static const struct dm_pci_ops ls_pcie_ops = {
H A Dpcie_dw_rockchip.c807 static const struct dm_pci_ops rockchip_pcie_ops = {
H A Dpci_tegra.c1173 static const struct dm_pci_ops pci_tegra_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h833 struct dm_pci_ops { struct
869 #define pci_get_ops(dev) ((struct dm_pci_ops *)(dev)->driver->ops) argument