Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vipp.c55 xvip_graph_find_entity(struct xvip_composite_device *xdev, in xvip_graph_find_entity() argument
60 list_for_each_entry(entity, &xdev->entities, list) { in xvip_graph_find_entity()
68 static int xvip_graph_build_one(struct xvip_composite_device *xdev, in xvip_graph_build_one() argument
82 dev_dbg(xdev->dev, "creating links for entity %s\n", local->name); in xvip_graph_build_one()
93 dev_dbg(xdev->dev, "processing endpoint %s\n", ep->full_name); in xvip_graph_build_one()
97 dev_err(xdev->dev, "failed to parse link for %s\n", in xvip_graph_build_one()
106 dev_err(xdev->dev, "invalid port number %u on %s\n", in xvip_graph_build_one()
116 dev_dbg(xdev->dev, "skipping sink port %s:%u\n", in xvip_graph_build_one()
123 if (link.remote_node == xdev->dev->of_node) { in xvip_graph_build_one()
124 dev_dbg(xdev->dev, "skipping DMA port %s:%u\n", in xvip_graph_build_one()
[all …]
Dxilinx-dma.c372 dev_err(dma->xdev->dev, "Failed to prepare DMA transfer\n"); in xvip_dma_buffer_queue()
494 | dma->xdev->v4l2_caps; in xvip_dma_querycap()
504 dma->xdev->dev->of_node->name, dma->port); in xvip_dma_querycap()
656 int xvip_dma_init(struct xvip_composite_device *xdev, struct xvip_dma *dma, in xvip_dma_init() argument
662 dma->xdev = xdev; in xvip_dma_init()
688 dma->video.v4l2_dev = &xdev->v4l2_dev; in xvip_dma_init()
691 xdev->dev->of_node->name, in xvip_dma_init()
704 dma->alloc_ctx = vb2_dma_contig_init_ctx(dma->xdev->dev); in xvip_dma_init()
728 dev_err(dma->xdev->dev, "failed to initialize VB2 queue\n"); in xvip_dma_init()
734 dma->dma = dma_request_slave_channel(dma->xdev->dev, name); in xvip_dma_init()
[all …]
Dxilinx-dma.h82 struct xvip_composite_device *xdev; member
105 int xvip_dma_init(struct xvip_composite_device *xdev, struct xvip_dma *dma,
/linux-4.4.14/drivers/watchdog/
Dof_xilinx_wdt.c53 struct xwdt_device *xdev = watchdog_get_drvdata(wdd); in xilinx_wdt_start() local
55 spin_lock(&xdev->spinlock); in xilinx_wdt_start()
58 control_status_reg = ioread32(xdev->base + XWT_TWCSR0_OFFSET); in xilinx_wdt_start()
62 xdev->base + XWT_TWCSR0_OFFSET); in xilinx_wdt_start()
64 iowrite32(XWT_CSRX_EWDT2_MASK, xdev->base + XWT_TWCSR1_OFFSET); in xilinx_wdt_start()
66 spin_unlock(&xdev->spinlock); in xilinx_wdt_start()
74 struct xwdt_device *xdev = watchdog_get_drvdata(wdd); in xilinx_wdt_stop() local
76 spin_lock(&xdev->spinlock); in xilinx_wdt_stop()
78 control_status_reg = ioread32(xdev->base + XWT_TWCSR0_OFFSET); in xilinx_wdt_stop()
81 xdev->base + XWT_TWCSR0_OFFSET); in xilinx_wdt_stop()
[all …]
/linux-4.4.14/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()
83 xenbus_unmap_ring_vfree(pdev->xdev, pdev->sh_info); in xen_pcibk_disconnect()
102 dev_set_drvdata(&pdev->xdev->dev, NULL); in free_pdev()
103 pdev->xdev = NULL; in free_pdev()
114 dev_dbg(&pdev->xdev->dev, in xen_pcibk_do_attach()
118 err = xenbus_map_ring_valloc(pdev->xdev, &gnt_ref, 1, &vaddr); in xen_pcibk_do_attach()
120 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_do_attach()
[all …]
Dvpci.c77 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
85 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
131 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev()
Dpciback_ops.c163 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msi()
261 pci_name(dev), pdev->xdev->otherend_id, in xen_pcibk_enable_msix()
Dpciback.h33 struct xenbus_device *xdev; member
Dpci_stub.c615 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
/linux-4.4.14/drivers/pci/
Dxen-pcifront.c39 struct xenbus_device *xdev; member
108 dev_dbg(&pdev->xdev->dev, "schedule aer frontend job\n"); in schedule_pcifront_aer_op()
147 dev_err(&pdev->xdev->dev, in do_pci_op()
163 dev_err(&pdev->xdev->dev, in do_pci_op()
193 dev_info(&pdev->xdev->dev, in pcifront_bus_read()
202 dev_info(&pdev->xdev->dev, "read got back value %x\n", in pcifront_bus_read()
232 dev_info(&pdev->xdev->dev, in pcifront_bus_write()
403 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n", in pcifront_claim_resource()
406 dev_err(&pdev->xdev->dev, "Could not claim resource %s/%d! " in pcifront_claim_resource()
437 dev_info(&pdev->xdev->dev, "New device on " in pcifront_scan_bus()
[all …]
/linux-4.4.14/drivers/dma/xilinx/
Dxilinx_vdma.c211 struct xilinx_vdma_device *xdev; member
261 return ioread32(chan->xdev->regs + reg); in vdma_read()
266 iowrite32(value, chan->xdev->regs + reg); in vdma_write()
1114 static int xilinx_vdma_chan_probe(struct xilinx_vdma_device *xdev, in xilinx_vdma_chan_probe() argument
1123 chan = devm_kzalloc(xdev->dev, sizeof(*chan), GFP_KERNEL); in xilinx_vdma_chan_probe()
1127 chan->dev = xdev->dev; in xilinx_vdma_chan_probe()
1128 chan->xdev = xdev; in xilinx_vdma_chan_probe()
1129 chan->has_sg = xdev->has_sg; in xilinx_vdma_chan_probe()
1142 dev_err(xdev->dev, "missing xlnx,datawidth property\n"); in xilinx_vdma_chan_probe()
1152 xdev->common.copy_align = fls(width - 1); in xilinx_vdma_chan_probe()
[all …]
/linux-4.4.14/tools/perf/
Dperf-with-kcore.sh121 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
122 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
123 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
126 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
127 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID…
128 …find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID…
140 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
141 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
142 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
144 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit)
[all …]
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe_backend.c99 struct xenbus_device *xdev; in xenbus_uevent_backend() local
108 xdev = to_xenbus_device(dev); in xenbus_uevent_backend()
109 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend()
111 if (add_uevent_var(env, "MODALIAS=xen-backend:%s", xdev->devicetype)) in xenbus_uevent_backend()
115 if (add_uevent_var(env, "XENBUS_TYPE=%s", xdev->devicetype)) in xenbus_uevent_backend()
118 if (add_uevent_var(env, "XENBUS_PATH=%s", xdev->nodename)) in xenbus_uevent_backend()
127 return drv->uevent(xdev, env); in xenbus_uevent_backend()
Dxenbus_probe_frontend.c98 struct xenbus_device *xdev = container_of(w, struct xenbus_device, work); in xenbus_frontend_delayed_resume() local
100 xenbus_dev_resume(&xdev->dev); in xenbus_frontend_delayed_resume()
110 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_resume() local
114 xdev->nodename); in xenbus_frontend_dev_resume()
118 queue_work(xenbus_frontend_wq, &xdev->work); in xenbus_frontend_dev_resume()
129 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_probe() local
130 INIT_WORK(&xdev->work, xenbus_frontend_delayed_resume); in xenbus_frontend_dev_probe()
Dxenbus_probe.c590 struct xenbus_device *xdev in xenbus_dev_suspend() local
593 DPRINTK("%s", xdev->nodename); in xenbus_dev_suspend()
599 err = drv->suspend(xdev); in xenbus_dev_suspend()
610 struct xenbus_device *xdev in xenbus_dev_resume() local
613 DPRINTK("%s", xdev->nodename); in xenbus_dev_resume()
618 err = talk_to_otherend(xdev); in xenbus_dev_resume()
625 xdev->state = XenbusStateInitialising; in xenbus_dev_resume()
628 err = drv->resume(xdev); in xenbus_dev_resume()
635 err = watch_otherend(xdev); in xenbus_dev_resume()
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c42 static int visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env);
43 static int visorbus_match(struct device *xdev, struct device_driver *xdrv);
164 visorbus_uevent(struct device *xdev, struct kobj_uevent_env *env) in visorbus_uevent() argument
169 dev = to_visor_device(xdev); in visorbus_uevent()
182 visorbus_match(struct device *xdev, struct device_driver *xdrv) in visorbus_match() argument
190 dev = to_visor_device(xdev); in visorbus_match()
220 visorbus_release_busdevice(struct device *xdev) in visorbus_release_busdevice() argument
222 struct visor_device *dev = dev_get_drvdata(xdev); in visorbus_release_busdevice()
224 dev_set_drvdata(xdev, NULL); in visorbus_release_busdevice()
232 visorbus_release_device(struct device *xdev) in visorbus_release_device() argument
[all …]
/linux-4.4.14/drivers/s390/block/
Dxpram.c186 xpram_device_t *xdev = bio->bi_bdev->bd_disk->private_data; in xpram_make_request() local
199 if ((bio->bi_iter.bi_size >> 12) > xdev->size) in xpram_make_request()
202 if ((bio->bi_iter.bi_sector >> 3) > 0xffffffffU - xdev->offset) in xpram_make_request()
204 index = (bio->bi_iter.bi_sector >> 3) + xdev->offset; in xpram_make_request()
/linux-4.4.14/drivers/net/usb/
Dusbnet.c1538 struct usb_device *xdev; in usbnet_disconnect() local
1546 xdev = interface_to_usbdev (intf); in usbnet_disconnect()
1550 xdev->bus->bus_name, xdev->devpath, in usbnet_disconnect()
1601 struct usb_device *xdev; in usbnet_probe() local
1621 xdev = interface_to_usbdev (udev); in usbnet_probe()
1635 dev->udev = xdev; in usbnet_probe()
1701 dev->in = usb_rcvbulkpipe (xdev, info->in); in usbnet_probe()
1702 dev->out = usb_sndbulkpipe (xdev, info->out); in usbnet_probe()
1704 status = usb_set_interface (xdev, in usbnet_probe()
1747 xdev->bus->bus_name, xdev->devpath, in usbnet_probe()
/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1805 struct xhci_virt_device *xdev; in finish_td() local
1816 xdev = xhci->devs[slot_id]; in finish_td()
1819 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in finish_td()
1900 struct xhci_virt_device *xdev; in process_ctrl_td() local
1908 xdev = xhci->devs[slot_id]; in process_ctrl_td()
1911 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in process_ctrl_td()
2261 struct xhci_virt_device *xdev; in handle_tx_event() local
2281 xdev = xhci->devs[slot_id]; in handle_tx_event()
2282 if (!xdev) { in handle_tx_event()
2299 ep = &xdev->eps[ep_index]; in handle_tx_event()
[all …]
/linux-4.4.14/fs/nfsd/
Dnfsfh.c182 dev_t xdev; in nfsd_set_fh_dentry() local
188 xdev = old_decode_dev(fh->ofh_xdev); in nfsd_set_fh_dentry()
190 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL); in nfsd_set_fh_dentry()
/linux-4.4.14/include/sound/
Dcore.h397 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev)) argument
/linux-4.4.14/drivers/net/xen-netback/
Dxenbus.c399 static int netback_uevent(struct xenbus_device *xdev, in netback_uevent() argument
402 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent()
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt121 free up the space (find -xdev / -exec rm '{}' ';'), overmount rootfs