Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpci-epf.h154 struct pci_epf { struct
157 struct pci_epf_header *header; argument
158 struct pci_epf_bar bar[6]; argument
165 struct pci_epf *epf_pf; argument
166 struct pci_epf_driver *driver; argument
167 const struct pci_epf_device_id *id; argument
169 /* mutex to protect against concurrent access of pci_epf_ops */ argument
175 struct pci_epf_bar sec_epc_bar[6]; argument
198 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) argument
H A Dpci-epc.h141 struct list_head pci_epf; member