Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-epf.h222 struct pci_epf { struct
225 struct pci_epf_header *header; argument
226 struct pci_epf_bar bar[PCI_STD_NUM_BARS]; argument
233 struct pci_epf *epf_pf; argument
234 struct pci_epf_driver *driver; argument
235 const struct pci_epf_device_id *id; argument
237 /* mutex to protect against concurrent access of pci_epf_ops */ argument
243 struct pci_epf_bar sec_epc_bar[PCI_STD_NUM_BARS]; argument
251 struct pci_epf_doorbell_msg *db_msg; argument
269 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument
H A Dpci-epc.h220 struct list_head pci_epf; member