Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/gpu/drm/
Ddrm_format_helper.c140 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in __drm_fb_xfrm()
182 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in __drm_fb_xfrm_toio()
192 void *dbuf; in __drm_fb_xfrm_toio() local
227 void (*xfrm_line)(void *dbuf, const void *sbuf, unsigned int npixels)) in drm_fb_xfrm()
301 static void drm_fb_swab16_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab16_line()
311 static void drm_fb_swab32_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_swab32_line()
369 static void drm_fb_xrgb8888_to_rgb332_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb332_line()
418 static void drm_fb_xrgb8888_to_rgb565_line(void *dbuf, const void *sbuf, unsigned int pixels) in drm_fb_xrgb8888_to_rgb565_line()
436 static void drm_fb_xrgb8888_to_rgb565_swab_line(void *dbuf, const void *sbuf, in drm_fb_xrgb8888_to_rgb565_swab_line()
496 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.12.1/drivers/media/common/videobuf2/
Dvideobuf2-vmalloc.c32 struct dma_buf *dbuf; member
212 static int vb2_vmalloc_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_attach()
251 static void vb2_vmalloc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_detach()
304 static void vb2_vmalloc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_release()
310 static int vb2_vmalloc_dmabuf_ops_vmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_vmap()
320 static int vb2_vmalloc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_mmap()
341 struct dma_buf *dbuf; in vb2_vmalloc_get_dmabuf() local
404 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
770 struct dma_buf *dbuf, unsigned long size) in vb2_dc_attach_dmabuf()
Dvideobuf2-core.c1398 struct dma_buf *dbuf = dma_buf_get(planes[plane].m.fd); in __prepare_dmabuf() local
2432 struct dma_buf *dbuf; in vb2_core_expbuf() local
/linux-6.12.1/lib/
Ddecompress_bunzip2.c104 unsigned int *dbuf, dbufSize; member
164 unsigned int *dbuf, origPtr; in get_next_block() local
526 const unsigned int *dbuf; in read_bunzip() local
/linux-6.12.1/net/core/
Dutils.c124 u8 dbuf[4]; in in4_pton() local
190 u8 dbuf[16]; in in6_pton() local
/linux-6.12.1/tools/virtio/
Dvringh_test.c335 int *dbuf, err; in parallel_test() local
412 int *dbuf; in parallel_test() local
/linux-6.12.1/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.12.1/drivers/misc/mei/
Ddma-ring.c133 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
/linux-6.12.1/drivers/tty/serial/
Damba-pl011.c809 struct pl011_dmabuf *dbuf; in pl011_dma_rx_trigger_dma() local
857 struct pl011_dmabuf *dbuf = use_buf_b ? in pl011_dma_rx_chars() local
925 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_irq() local
975 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_callback() local
1046 struct pl011_dmabuf *dbuf; in pl011_dma_rx_poll() local
/linux-6.12.1/drivers/base/firmware_loader/
Dmain.c115 void *dbuf, in __allocate_fw_priv()
169 struct fw_priv **fw_priv, void *dbuf, size_t size, in alloc_lookup_fw_priv()
743 struct device *device, void *dbuf, size_t size, in _request_firmware_prepare()
/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_conn.c1130 char dbuf[IP_VS_ADDRSTRLEN]; in ip_vs_conn_seq_show() local
1198 char dbuf[IP_VS_ADDRSTRLEN]; in ip_vs_conn_sync_seq_show() local
/linux-6.12.1/drivers/crypto/bcm/
Dutil.c275 u8 dbuf[16]; in __dump_sg() local
/linux-6.12.1/drivers/mmc/host/
Dcavium.c299 u64 dbuf) in do_read()
/linux-6.12.1/fs/reiserfs/
Dxattr.c197 struct reiserfs_dentry_buf *dbuf = in fill_with_dentries() local
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_display_device.h239 } dbuf; member
Dintel_display_core.h365 } dbuf; member
/linux-6.12.1/kernel/trace/
Dtrace_fprobe.c1074 char *dbuf = NULL; in __trace_fprobe_create() local
Dtrace_kprobe.c882 char *dbuf = NULL; in __trace_kprobe_create() local
/linux-6.12.1/include/media/
Dvideobuf2-core.h182 struct dma_buf *dbuf; member
/linux-6.12.1/drivers/usb/gadget/udc/
Domap_udc.c2461 unsigned buf, unsigned maxp, int dbuf) in omap_ep_setup()
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_sup.c1544 uint8_t *dbuf = vmalloc(RMW_BUFFER_SIZE); in qla25xx_write_nvram_data() local
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h394 u16 dbuf; /* bigger than needed, see above for reason */ member
/linux-6.12.1/drivers/scsi/bfa/
Dbfa_ioc.c5362 u16 *buf, *dbuf; in bfa_phy_write_send() local
5781 u16 *dbuf = (u16 *)phy->dbuf_kva; in bfa_phy_intr() local

12