Home
last modified time | relevance | path

Searched refs:xdev (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/drivers/xen/xen-pciback/
Dxenbus.c37 static struct xen_pcibk_device *alloc_pdev(struct xenbus_device *xdev) in alloc_pdev() argument
44 dev_dbg(&xdev->dev, "allocated pdev @ 0x%p\n", pdev); in alloc_pdev()
46 pdev->xdev = xdev; in alloc_pdev()
61 dev_set_drvdata(&xdev->dev, pdev); in alloc_pdev()
82 xenbus_unmap_ring_vfree(pdev->xdev, pdev->sh_info); in xen_pcibk_disconnect()
101 dev_set_drvdata(&pdev->xdev->dev, NULL); in free_pdev()
102 pdev->xdev = NULL; in free_pdev()
113 dev_dbg(&pdev->xdev->dev, in xen_pcibk_do_attach()
117 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach()
119 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_do_attach()
[all …]
Dvpci.c78 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
86 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
134 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
Dpciback_ops.c162 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msi()
260 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msix()
Dpciback.h37 struct xenbus_device *xdev; member
Dpci_stub.c668 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
/linux-4.19.296/drivers/pci/
Dxen-pcifront.c40 struct xenbus_device *xdev; member
109 dev_dbg(&pdev->xdev->dev, "schedule aer frontend job\n"); in schedule_pcifront_aer_op()
148 dev_err(&pdev->xdev->dev, in do_pci_op()
164 dev_err(&pdev->xdev->dev, in do_pci_op()
194 dev_info(&pdev->xdev->dev, in pcifront_bus_read()
203 dev_info(&pdev->xdev->dev, "read got back value %x\n", in pcifront_bus_read()
233 dev_info(&pdev->xdev->dev, in pcifront_bus_write()
404 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n", in pcifront_claim_resource()
407 dev_err(&pdev->xdev->dev, "Could not claim resource %s/%d! " in pcifront_claim_resource()
438 dev_info(&pdev->xdev->dev, "New device on " in pcifront_scan_bus()
[all …]
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe_backend.c98 struct xenbus_device *xdev; in xenbus_uevent_backend() local
107 xdev = to_xenbus_device(dev); in xenbus_uevent_backend()
108 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend()
110 if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype)) in xenbus_uevent_backend()
114 if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype)) in xenbus_uevent_backend()
117 if (add_uevent_var(env, "XENBUS_PATH=%s", xdev->nodename)) in xenbus_uevent_backend()
126 return drv->uevent(xdev, env); in xenbus_uevent_backend()
Dxenbus_probe_frontend.c96 struct xenbus_device *xdev = container_of(w, struct xenbus_device, work); in xenbus_frontend_delayed_resume() local
98 xenbus_dev_resume(&xdev->dev); in xenbus_frontend_delayed_resume()
108 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_resume() local
110 schedule_work(&xdev->work); in xenbus_frontend_dev_resume()
121 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_probe() local
122 INIT_WORK(&xdev->work, xenbus_frontend_delayed_resume); in xenbus_frontend_dev_probe()
Dxenbus_probe.c599 struct xenbus_device *xdev in xenbus_dev_suspend() local
602 DPRINTK("%s", xdev->nodename); in xenbus_dev_suspend()
608 err = drv->suspend(xdev); in xenbus_dev_suspend()
619 struct xenbus_device *xdev in xenbus_dev_resume() local
622 DPRINTK("%s", xdev->nodename); in xenbus_dev_resume()
627 err = talk_to_otherend(xdev); in xenbus_dev_resume()
634 xdev->state = XenbusStateInitialising; in xenbus_dev_resume()
637 err = drv->resume(xdev); in xenbus_dev_resume()
644 err = watch_otherend(xdev); in xenbus_dev_resume()
/linux-4.19.296/drivers/s390/block/
Dxpram.c187 xpram_device_t *xdev = bio->bi_disk->private_data; in xpram_make_request() local
200 if ((bio->bi_iter.bi_size >> 12) > xdev->size) in xpram_make_request()
203 if ((bio->bi_iter.bi_sector >> 3) > 0xffffffffU - xdev->offset) in xpram_make_request()
205 index = (bio->bi_iter.bi_sector >> 3) + xdev->offset; in xpram_make_request()
/linux-4.19.296/fs/nfsd/
Dnfsfh.c199 dev_t xdev; in nfsd_set_fh_dentry() local
205 xdev = old_decode_dev(fh->ofh_xdev); in nfsd_set_fh_dentry()
207 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL); in nfsd_set_fh_dentry()
/linux-4.19.296/include/sound/
Dcore.h385 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev)) argument
/linux-4.19.296/drivers/xen/
Dpvcalls-back.c1197 static int pvcalls_back_uevent(struct xenbus_device *xdev, in pvcalls_back_uevent() argument