Home
last modified time | relevance | path

Searched defs:dbuf (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/drivers/gpu/drm/
Ddrm_format_helper.c48 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in __drm_fb_xfrm()
91 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in __drm_fb_xfrm_toio()
101 void *dbuf; in __drm_fb_xfrm_toio() local
137 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in drm_fb_xfrm()
209 static void drm_fb_swab16_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab16_line()
219 static void drm_fb_swab32_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab32_line()
275 static void drm_fb_xrgb8888_to_rgb332_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb332_line()
323 static void drm_fb_xrgb8888_to_rgb565_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb565_line()
341 static void drm_fb_xrgb8888_to_rgb565_swab_line(void *dbuf, const void *sbuf, in drm_fb_xrgb8888_to_rgb565_swab_line()
399 static void drm_fb_xrgb8888_to_xrgb1555_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_xrgb1555_line()
[all …]
/linux-6.6.21/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c32 struct dma_buf *dbuf; member
210 static int vb2_vmalloc_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_attach()
249 static void vb2_vmalloc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_detach()
302 static void vb2_vmalloc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_release()
308 static int vb2_vmalloc_dmabuf_ops_vmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_vmap()
318 static int vb2_vmalloc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_mmap()
339 struct dma_buf *dbuf; in vb2_vmalloc_get_dmabuf() local
402 struct dma_buf *dbuf, in vb2_vmalloc_attach_dmabuf()
Dvideobuf2-dma-sg.c368 static int vb2_dma_sg_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_attach()
406 static void vb2_dma_sg_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_detach()
459 static void vb2_dma_sg_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_release()
466 vb2_dma_sg_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_begin_cpu_access()
477 vb2_dma_sg_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_end_cpu_access()
487 static int vb2_dma_sg_dmabuf_ops_vmap(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_vmap()
503 static int vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_mmap()
526 struct dma_buf *dbuf; in vb2_dma_sg_get_dmabuf() local
618 struct dma_buf *dbuf, unsigned long size) in vb2_dma_sg_attach_dmabuf()
Dvideobuf2-dma-contig.c317 static int vb2_dc_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_attach()
355 static void vb2_dc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_detach()
420 static void vb2_dc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dc_dmabuf_ops_release()
427 vb2_dc_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_begin_cpu_access()
434 vb2_dc_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_end_cpu_access()
440 static int vb2_dc_dmabuf_ops_vmap(struct dma_buf *dbuf, struct iosys_map *map) in vb2_dc_dmabuf_ops_vmap()
455 static int vb2_dc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_mmap()
503 struct dma_buf *dbuf; in vb2_dc_get_dmabuf() local
769 struct dma_buf *dbuf, unsigned long size) in vb2_dc_attach_dmabuf()
Dvideobuf2-core.c1260 struct dma_buf *dbuf = dma_buf_get(planes[plane].m.fd); in __prepare_dmabuf() local
2238 struct dma_buf *dbuf; in vb2_core_expbuf() local
/linux-6.6.21/lib/
Ddecompress_bunzip2.c104 unsigned int *dbuf, dbufSize; member
164 unsigned int *dbuf, origPtr; in get_next_block() local
525 const unsigned int *dbuf; in read_bunzip() local
/linux-6.6.21/net/core/
Dutils.c124 u8 dbuf[4]; in in4_pton() local
190 u8 dbuf[16]; in in6_pton() local
/linux-6.6.21/tools/virtio/
Dvringh_test.c332 int *dbuf, err; in parallel_test() local
409 int *dbuf; in parallel_test() local
/linux-6.6.21/drivers/gpu/drm/xen/
Dxen_drm_front.c44 struct xen_drm_front_dbuf *dbuf, u64 dbuf_cookie) in dbuf_add_to_list()
163 struct xen_drm_front_dbuf *dbuf; in xen_drm_front_dbuf_create() local
/linux-6.6.21/drivers/misc/mei/
Ddma-ring.c131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
/linux-6.6.21/drivers/tty/serial/
Damba-pl011.c826 struct pl011_dmabuf *dbuf; in pl011_dma_rx_trigger_dma() local
874 struct pl011_dmabuf *dbuf = use_buf_b ? in pl011_dma_rx_chars() local
944 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_irq() local
994 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_callback() local
1065 struct pl011_dmabuf *dbuf; in pl011_dma_rx_poll() local
/linux-6.6.21/net/netfilter/ipvs/
Dip_vs_conn.c1129 char dbuf[IP_VS_ADDRSTRLEN]; in ip_vs_conn_seq_show() local
1197 char dbuf[IP_VS_ADDRSTRLEN]; in ip_vs_conn_sync_seq_show() local
/linux-6.6.21/drivers/base/firmware_loader/
Dmain.c114 void *dbuf, in __allocate_fw_priv()
168 struct fw_priv **fw_priv, void *dbuf, size_t size, in alloc_lookup_fw_priv()
738 struct device *device, void *dbuf, size_t size, in _request_firmware_prepare()
/linux-6.6.21/drivers/crypto/bcm/
Dutil.c275 u8 dbuf[16]; in __dump_sg() local
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_device.h104 } dbuf; member
Dintel_display_core.h345 } dbuf; member
/linux-6.6.21/drivers/mmc/host/
Dcavium.c299 u64 dbuf) in do_read()
/linux-6.6.21/fs/reiserfs/
Dxattr.c197 struct reiserfs_dentry_buf *dbuf = in fill_with_dentries() local
/linux-6.6.21/include/media/
Dvideobuf2-core.h180 struct dma_buf *dbuf; member
/linux-6.6.21/drivers/usb/gadget/udc/
Domap_udc.c2465 unsigned buf, unsigned maxp, int dbuf) in omap_ep_setup()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_sup.c1528 uint8_t *dbuf = vmalloc(RMW_BUFFER_SIZE); in qla25xx_write_nvram_data() local
/linux-6.6.21/drivers/scsi/bfa/
Dbfa_ioc.c5363 u16 *buf, *dbuf; in bfa_phy_write_send() local
5782 u16 *dbuf = (u16 *)phy->dbuf_kva; in bfa_phy_intr() local
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h452 u16 dbuf; /* bigger than needed, see above for reason */ member
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc.h163 struct lpfc_dmabuf dbuf; member
174 struct lpfc_dmabuf dbuf; member
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c7943 u32 *dbuf, dwords; in format_feature() local
8030 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local

12