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.h172 struct pci_epf { struct
175 struct pci_epf_header *header; argument
176 struct pci_epf_bar bar[PCI_STD_NUM_BARS]; argument
183 struct pci_epf *epf_pf; argument
184 struct pci_epf_driver *driver; argument
185 const struct pci_epf_device_id *id; argument
187 /* mutex to protect against concurrent access of pci_epf_ops */ argument
193 struct pci_epf_bar sec_epc_bar[PCI_STD_NUM_BARS]; argument
201 struct pci_epf_doorbell_msg *db_msg; argument
219 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument
H A Dpci-epc.h171 struct list_head pci_epf; member