Home
last modified time | relevance | path

Searched refs:to_pci_epf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c454 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_dev_release()
478 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_match()
489 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_probe()
502 struct pci_epf *epf = to_pci_epf(dev); in pci_epf_device_remove()
/openbmc/linux/include/linux/
H A Dpci-epf.h198 #define to_pci_epf(epf_dev) container_of((epf_dev), struct pci_epf, dev) macro