Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dpci-epf.h156 struct pci_epf { struct
159 struct pci_epf_header *header; argument
160 struct pci_epf_bar bar[6]; argument
167 struct pci_epf *epf_pf; argument
168 struct pci_epf_driver *driver; argument
169 const struct pci_epf_device_id *id; argument
171 /* mutex to protect against concurrent access of pci_epf_ops */ argument
177 struct pci_epf_bar sec_epc_bar[6]; argument
200 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument
Dpci-epc.h137 struct list_head pci_epf; member