/linux-6.3-rc2/drivers/media/platform/xilinx/ |
A D | xilinx-vipp.c | 160 dev_err(xdev->dev, in xvip_graph_build_one() 271 dev_err(xdev->dev, in xvip_graph_build_dma() 414 ret = xvip_graph_parse_one(xdev, of_fwnode_handle(xdev->dev->of_node)); in xvip_graph_parse() 535 ret = v4l2_async_nf_register(&xdev->v4l2_dev, &xdev->notifier); in xvip_graph_init() 565 xdev->media_dev.dev = xdev->dev; in xvip_composite_v4l2_init() 572 xdev->v4l2_dev.mdev = &xdev->media_dev; in xvip_composite_v4l2_init() 573 ret = v4l2_device_register(xdev->dev, &xdev->v4l2_dev); in xvip_composite_v4l2_init() 593 xdev = devm_kzalloc(&pdev->dev, sizeof(*xdev), GFP_KERNEL); in xvip_composite_probe() 594 if (!xdev) in xvip_composite_probe() 597 xdev->dev = &pdev->dev; in xvip_composite_probe() [all …]
|
A D | xilinx-dma.c | 356 dev_err(dma->xdev->dev, "Failed to prepare DMA transfer\n"); in xvip_dma_buffer_queue() 476 cap->capabilities = dma->xdev->v4l2_caps | V4L2_CAP_STREAMING | in xvip_dma_querycap() 482 dma->xdev->dev->of_node, dma->port); in xvip_dma_querycap() 636 dma->xdev = xdev; in xvip_dma_init() 662 dma->video.v4l2_dev = &xdev->v4l2_dev; in xvip_dma_init() 665 xdev->dev->of_node, in xvip_dma_init() 699 dma->queue.dev = dma->xdev->dev; in xvip_dma_init() 702 dev_err(dma->xdev->dev, "failed to initialize VB2 queue\n"); in xvip_dma_init() 708 dma->dma = dma_request_chan(dma->xdev->dev, name); in xvip_dma_init() 712 dev_err(dma->xdev->dev, "no VDMA channel found\n"); in xvip_dma_init() [all …]
|
A D | xilinx-dma.h | 83 struct xvip_composite_device *xdev; member 105 int xvip_dma_init(struct xvip_composite_device *xdev, struct xvip_dma *dma,
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | of_xilinx_wdt.c | 61 spin_lock(&xdev->spinlock); in xilinx_wdt_start() 84 spin_lock(&xdev->spinlock); in xilinx_wdt_stop() 95 clk_disable(xdev->clk); in xilinx_wdt_stop() 162 struct xwdt_device *xdev; in xwdt_probe() local 165 xdev = devm_kzalloc(dev, sizeof(*xdev), GFP_KERNEL); in xwdt_probe() 166 if (!xdev) in xwdt_probe() 175 if (IS_ERR(xdev->base)) in xwdt_probe() 192 if (IS_ERR(xdev->clk)) { in xwdt_probe() 200 xdev->clk = NULL; in xwdt_probe() 222 rc = xwdt_selftest(xdev); in xwdt_probe() [all …]
|
/linux-6.3-rc2/drivers/dma/xilinx/ |
A D | xdma.c | 645 free_irq(xdev->h2c_chans[i].irq, &xdev->h2c_chans[i]); in xdma_irq_fini() 648 free_irq(xdev->c2h_chans[i].irq, &xdev->c2h_chans[i]); in xdma_irq_fini() 695 if (xdev->irq_num < XDMA_CHAN_NUM(xdev)) { in xdma_irq_init() 755 free_irq(xdev->c2h_chans[j].irq, &xdev->c2h_chans[j]); in xdma_irq_init() 758 free_irq(xdev->h2c_chans[i].irq, &xdev->h2c_chans[i]); in xdma_irq_init() 782 if (index < XDMA_CHAN_NUM(xdev) || index >= xdev->irq_num) { in xdma_disable_user_irq() 804 if (index < XDMA_CHAN_NUM(xdev) || index >= xdev->irq_num) { in xdma_enable_user_irq() 829 if (XDMA_CHAN_NUM(xdev) + user_irq_index >= xdev->irq_num) { in xdma_get_user_irq() 834 return xdev->irq_start + XDMA_CHAN_NUM(xdev) + user_irq_index; in xdma_get_user_irq() 873 xdev = devm_kzalloc(&pdev->dev, sizeof(*xdev), GFP_KERNEL); in xdma_probe() [all …]
|
A D | xilinx_dpdma.c | 803 struct xilinx_dpdma_device *xdev = chan->xdev; in xilinx_dpdma_chan_video_group_ready() local 827 struct xilinx_dpdma_device *xdev = chan->xdev; in xilinx_dpdma_chan_queue_transfer() local 1144 struct xilinx_dpdma_device *xdev = chan->xdev; in xilinx_dpdma_chan_handle_err() local 1336 struct xilinx_dpdma_device *xdev = chan->xdev; in xilinx_dpdma_terminate_all() local 1484 struct xilinx_dpdma_device *xdev = chan->xdev; in xilinx_dpdma_chan_err_task() local 1567 chan->xdev = xdev; in xilinx_dpdma_chan_init() 1634 if (!xdev) in xilinx_dpdma_probe() 1644 xdev->axi_clk = devm_clk_get(xdev->dev, "axi_clk"); in xilinx_dpdma_probe() 1659 dev_name(xdev->dev), xdev); in xilinx_dpdma_probe() 1734 free_irq(xdev->irq, xdev); in xilinx_dpdma_probe() [all …]
|
A D | xilinx_dma.c | 2780 chan->xdev = xdev; in xilinx_dma_chan_probe() 2963 if (chan_id >= xdev->dma_config->max_channels || !xdev->chan[chan_id]) in of_dma_xilinx_xlate() 3023 xdev = devm_kzalloc(&pdev->dev, sizeof(*xdev), GFP_KERNEL); in xilinx_dma_probe() 3024 if (!xdev) in xilinx_dma_probe() 3038 err = clk_init(pdev, &xdev->axi_clk, &xdev->tx_clk, &xdev->txs_clk, in xilinx_dma_probe() 3039 &xdev->rx_clk, &xdev->rxs_clk); in xilinx_dma_probe() 3051 xdev->s2mm_chan_id = xdev->dma_config->max_channels / 2; in xilinx_dma_probe() 3074 dev_err(xdev->dev, in xilinx_dma_probe() 3166 xdev); in xilinx_dma_probe() 3186 if (xdev->chan[i]) in xilinx_dma_probe() [all …]
|
/linux-6.3-rc2/drivers/xen/xen-pciback/ |
A D | xenbus.c | 46 pdev->xdev = xdev; in alloc_pdev() 61 dev_set_drvdata(&xdev->dev, pdev); in alloc_pdev() 102 pdev->xdev = NULL; in free_pdev() 113 dev_dbg(&pdev->xdev->dev, in xen_pcibk_do_attach() 119 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_do_attach() 130 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_do_attach() 169 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_attach() 191 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_attach() 239 xenbus_dev_fatal(pdev->xdev, err, in xen_pcibk_export_device() 549 if (xenbus_dev_is_online(xdev)) in xen_pcibk_frontend_changed() [all …]
|
A D | vpci.c | 79 xenbus_dev_fatal(pdev->xdev, err, in __xen_pcibk_add_pci_dev() 87 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()
|
A D | pciback_ops.c | 157 pdev->xdev->otherend_id, status); in xen_pcibk_enable_msi() 244 pdev->xdev->otherend_id, result); in xen_pcibk_enable_msix()
|
A D | pciback.h | 37 struct xenbus_device *xdev; member
|
A D | pci_stub.c | 672 psdev->pdev->xdev->otherend_id); in kill_domain_by_device()
|
/linux-6.3-rc2/drivers/char/xillybus/ |
A D | xillyusb.c | 516 ep->xdev = xdev; in endpoint_alloc() 702 struct xillyusb_dev *xdev = ep->xdev; in try_queue_bulk_in() local 769 struct xillyusb_dev *xdev = ep->xdev; in try_queue_bulk_out() local 940 struct xillyusb_dev *xdev = ep->xdev; in process_bulk_in() local 1031 struct xillyusb_dev *xdev = ep->xdev; in bulk_in_work() local 1133 struct xillyusb_dev *xdev = chan->xdev; in flush_downstream() local 1231 struct xillyusb_dev *xdev = chan->xdev; in request_read_anything() local 1438 struct xillyusb_dev *xdev = chan->xdev; in xillyusb_read() local 1649 struct xillyusb_dev *xdev = chan->xdev; in xillyusb_write() local 1712 struct xillyusb_dev *xdev = chan->xdev; in xillyusb_release() local [all …]
|
/linux-6.3-rc2/drivers/pci/ |
A D | xen-pcifront.c | 41 struct xenbus_device *xdev; member 146 dev_err(&pdev->xdev->dev, in do_pci_op() 162 dev_err(&pdev->xdev->dev, in do_pci_op() 191 dev_dbg(&pdev->xdev->dev, in pcifront_bus_read() 228 dev_dbg(&pdev->xdev->dev, in pcifront_bus_write() 456 dev_err(&pdev->xdev->dev, in pcifront_scan_root() 458 dev_err(&pdev->xdev->dev, in pcifront_scan_root() 484 dev_err(&pdev->xdev->dev, in pcifront_scan_root() 587 dev_dbg(&pdev->xdev->dev, in pcifront_common_process() 633 dev_dbg(&pdev->xdev->dev, in pcifront_do_aer() [all …]
|
/linux-6.3-rc2/drivers/dma/ |
A D | uniphier-xdmac.c | 242 dev_err(xc->xdev->ddev.dev, in uniphier_xdmac_chan_irq() 245 dev_err(xc->xdev->ddev.dev, in uniphier_xdmac_chan_irq() 346 dev_err(xc->xdev->ddev.dev, in uniphier_xdmac_prep_slave_sg() 373 dev_err(xc->xdev->ddev.dev, in uniphier_xdmac_prep_slave_sg() 380 dev_err(xc->xdev->ddev.dev, in uniphier_xdmac_prep_slave_sg() 459 xc->xdev = xdev; in uniphier_xdmac_chan_init() 495 xdev = devm_kzalloc(dev, struct_size(xdev, channels, nr_chans), in uniphier_xdmac_probe() 497 if (!xdev) in uniphier_xdmac_probe() 500 xdev->nr_chans = nr_chans; in uniphier_xdmac_probe() 502 if (IS_ERR(xdev->reg_base)) in uniphier_xdmac_probe() [all …]
|
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_probe_backend.c | 98 const 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() 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() 260 struct xenbus_device *xdev; in backend_reclaim_memory() local 266 xdev = to_xenbus_device(dev); in backend_reclaim_memory() 267 if (down_trylock(&xdev->reclaim_sem)) in backend_reclaim_memory() 269 drv->reclaim_memory(xdev); in backend_reclaim_memory() [all …]
|
A D | xenbus_probe_frontend.c | 96 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()
|
A D | xenbus_probe.c | 665 struct xenbus_device *xdev in xenbus_dev_suspend() local 668 DPRINTK("%s", xdev->nodename); in xenbus_dev_suspend() 674 err = drv->suspend(xdev); in xenbus_dev_suspend() 685 struct xenbus_device *xdev in xenbus_dev_resume() local 688 DPRINTK("%s", xdev->nodename); in xenbus_dev_resume() 693 err = talk_to_otherend(xdev); in xenbus_dev_resume() 699 xdev->state = XenbusStateInitialising; in xenbus_dev_resume() 702 err = drv->resume(xdev); in xenbus_dev_resume() 709 err = watch_otherend(xdev); in xenbus_dev_resume()
|
/linux-6.3-rc2/drivers/net/usb/ |
A D | usbnet.c | 1604 struct usb_device *xdev; in usbnet_disconnect() local 1613 xdev = interface_to_usbdev (intf); in usbnet_disconnect() 1617 xdev->bus->bus_name, xdev->devpath, in usbnet_disconnect() 1672 struct usb_device *xdev; in usbnet_probe() local 1692 xdev = interface_to_usbdev (udev); in usbnet_probe() 1706 dev->udev = xdev; in usbnet_probe() 1778 dev->in = usb_rcvbulkpipe (xdev, info->in); in usbnet_probe() 1779 dev->out = usb_sndbulkpipe (xdev, info->out); in usbnet_probe() 1781 status = usb_set_interface (xdev, in usbnet_probe() 1829 xdev->bus->bus_name, xdev->devpath, in usbnet_probe()
|
/linux-6.3-rc2/include/sound/ |
A D | core.h | 448 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev)) argument
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xhci-ring.c | 3235 struct xhci_virt_device *xdev, in prepare_transfer() argument 3247 struct xhci_ep_ctx *ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in prepare_transfer() 3249 ep_ring = xhci_triad_to_transfer_ring(xhci, xdev->slot_id, ep_index, in prepare_transfer() 4175 struct xhci_virt_device *xdev; in xhci_queue_isoc_tx_prepare() local 4184 xdev = xhci->devs[slot_id]; in xhci_queue_isoc_tx_prepare() 4186 ep_ring = xdev->eps[ep_index].ring; in xhci_queue_isoc_tx_prepare() 4187 ep_ctx = xhci_get_ep_ctx(xhci, xdev->out_ctx, ep_index); in xhci_queue_isoc_tx_prepare()
|
/linux-6.3-rc2/drivers/net/xen-netback/ |
A D | xenbus.c | 203 static int netback_uevent(const struct xenbus_device *xdev, in netback_uevent() argument 206 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent()
|
/linux-6.3-rc2/drivers/xen/ |
A D | pvcalls-back.c | 1194 static int pvcalls_back_uevent(const struct xenbus_device *xdev, in pvcalls_back_uevent() argument
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ramfs-rootfs-initramfs.rst | 127 free up the space (find -xdev / -exec rm '{}' ';'), overmount rootfs
|