Lines Matching refs:xen_pcibk_device

37 static struct xen_pcibk_device *alloc_pdev(struct xenbus_device *xdev)  in alloc_pdev()
39 struct xen_pcibk_device *pdev; in alloc_pdev()
41 pdev = kzalloc(sizeof(struct xen_pcibk_device), GFP_KERNEL); in alloc_pdev()
65 static void xen_pcibk_disconnect(struct xen_pcibk_device *pdev) in xen_pcibk_disconnect()
87 static void free_pdev(struct xen_pcibk_device *pdev) in free_pdev()
106 static int xen_pcibk_do_attach(struct xen_pcibk_device *pdev, int gnt_ref, in xen_pcibk_do_attach()
141 static int xen_pcibk_attach(struct xen_pcibk_device *pdev) in xen_pcibk_attach()
201 static int xen_pcibk_publish_pci_dev(struct xen_pcibk_device *pdev, in xen_pcibk_publish_pci_dev()
224 static int xen_pcibk_export_device(struct xen_pcibk_device *pdev, in xen_pcibk_export_device()
271 static int xen_pcibk_remove_device(struct xen_pcibk_device *pdev, in xen_pcibk_remove_device()
300 static int xen_pcibk_publish_pci_root(struct xen_pcibk_device *pdev, in xen_pcibk_publish_pci_root()
360 static int xen_pcibk_reconfigure(struct xen_pcibk_device *pdev) in xen_pcibk_reconfigure()
518 struct xen_pcibk_device *pdev = dev_get_drvdata(&xdev->dev); in xen_pcibk_frontend_changed()
559 static int xen_pcibk_setup_backend(struct xen_pcibk_device *pdev) in xen_pcibk_setup_backend()
659 struct xen_pcibk_device *pdev = in xen_pcibk_be_watch()
660 container_of(watch, struct xen_pcibk_device, be_watch); in xen_pcibk_be_watch()
676 struct xen_pcibk_device *pdev = alloc_pdev(dev); in xen_pcibk_xenbus_probe()
709 struct xen_pcibk_device *pdev = dev_get_drvdata(&dev->dev); in xen_pcibk_xenbus_remove()