Home
last modified time | relevance | path

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

/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c61 epc = to_pci_epc(dev); in pci_epc_get()
1043 kfree(to_pci_epc(dev)); in pci_epc_release()
/linux/include/linux/
H A Dpci-epc.h333 #define to_pci_epc(device) container_of((device), struct pci_epc, dev) macro