Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dpci-epc.h178 #define to_pci_epc(device) container_of((device), struct pci_epc, dev) macro
/linux-5.19.10/drivers/pci/endpoint/
Dpci-epc-core.c69 epc = to_pci_epc(dev); in pci_epc_get()