Searched defs:dw_pcie_host_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/pci/controller/dwc/ |
D | pcie-designware.h | 152 struct dw_pcie_host_ops { struct 153 int (*rd_own_conf)(struct pcie_port *pp, int where, int size, u32 *val); 154 int (*wr_own_conf)(struct pcie_port *pp, int where, int size, u32 val); 155 int (*rd_other_conf)(struct pcie_port *pp, struct pci_bus *bus, 157 int (*wr_other_conf)(struct pcie_port *pp, struct pci_bus *bus, 159 int (*host_init)(struct pcie_port *pp); 160 void (*scan_bus)(struct pcie_port *pp); 184 const struct dw_pcie_host_ops *ops; argument
|