Home
last modified time | relevance | path

Searched refs:xen_pcibk_backend (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/xen/xen-pciback/
A Dpciback.h104 struct xen_pcibk_backend { struct
123 extern const struct xen_pcibk_backend *xen_pcibk_backend;
130 if (xen_pcibk_backend && xen_pcibk_backend->add) in xen_pcibk_add_pci_dev()
138 if (xen_pcibk_backend && xen_pcibk_backend->release) in xen_pcibk_release_pci_dev()
146 if (xen_pcibk_backend && xen_pcibk_backend->get) in xen_pcibk_get_pci_dev()
163 if (xen_pcibk_backend && xen_pcibk_backend->find) in xen_pcibk_get_pcifront_dev()
171 if (xen_pcibk_backend && xen_pcibk_backend->init) in xen_pcibk_init_devices()
172 return xen_pcibk_backend->init(pdev); in xen_pcibk_init_devices()
179 if (xen_pcibk_backend && xen_pcibk_backend->publish) in xen_pcibk_publish_pci_roots()
186 if (xen_pcibk_backend && xen_pcibk_backend->free) in xen_pcibk_release_devices()
[all …]
A Dxenbus.c742 const struct xen_pcibk_backend *__read_mostly xen_pcibk_backend; variable
749 xen_pcibk_backend = &xen_pcibk_vpci_backend; in xen_pcibk_xenbus_register()
751 xen_pcibk_backend = &xen_pcibk_passthrough_backend; in xen_pcibk_xenbus_register()
752 pr_info("backend is %s\n", xen_pcibk_backend->name); in xen_pcibk_xenbus_register()
A Dpassthrough.c188 const struct xen_pcibk_backend xen_pcibk_passthrough_backend = {
A Dvpci.c259 const struct xen_pcibk_backend xen_pcibk_vpci_backend = {

Completed in 9 milliseconds