Searched refs:publish (Results 1 - 3 of 3) sorted by relevance

/drivers/xen/xen-pciback/
H A Dpciback.h101 int (*publish)(struct xen_pcibk_device *pdev, publish_pci_root_cb cb); member in struct:xen_pcibk_backend
168 if (xen_pcibk_backend && xen_pcibk_backend->publish)
169 return xen_pcibk_backend->publish(pdev, cb);
H A Dpassthrough.c124 /* Only publish this device as a root if none of its
184 .publish = __xen_pcibk_publish_pci_roots,
H A Dvpci.c258 .publish = __xen_pcibk_publish_pci_roots,

Completed in 63 milliseconds