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.h159 struct pci_epf { struct
162 struct pci_epf_header *header; argument
163 struct pci_epf_bar bar[PCI_STD_NUM_BARS]; argument
170 struct pci_epf *epf_pf; argument
171 struct pci_epf_driver *driver; argument
172 const struct pci_epf_device_id *id; argument
174 /* mutex to protect against concurrent access of pci_epf_ops */ argument
180 struct pci_epf_bar sec_epc_bar[PCI_STD_NUM_BARS]; argument
204 #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