/linux-6.6.21/drivers/gpu/drm/ |
D | drm_format_helper.c | 48 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/ |
D | videobuf2-vmalloc.c | 32 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()
|
D | videobuf2-dma-sg.c | 368 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()
|
D | videobuf2-dma-contig.c | 317 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()
|
D | videobuf2-core.c | 1260 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/ |
D | decompress_bunzip2.c | 104 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/ |
D | utils.c | 124 u8 dbuf[4]; in in4_pton() local 190 u8 dbuf[16]; in in6_pton() local
|
/linux-6.6.21/tools/virtio/ |
D | vringh_test.c | 332 int *dbuf, err; in parallel_test() local 409 int *dbuf; in parallel_test() local
|
/linux-6.6.21/drivers/gpu/drm/xen/ |
D | xen_drm_front.c | 44 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/ |
D | dma-ring.c | 131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
|
/linux-6.6.21/drivers/tty/serial/ |
D | amba-pl011.c | 826 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/ |
D | ip_vs_conn.c | 1129 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/ |
D | main.c | 114 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/ |
D | util.c | 275 u8 dbuf[16]; in __dump_sg() local
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_display_device.h | 104 } dbuf; member
|
D | intel_display_core.h | 345 } dbuf; member
|
/linux-6.6.21/drivers/mmc/host/ |
D | cavium.c | 299 u64 dbuf) in do_read()
|
/linux-6.6.21/fs/reiserfs/ |
D | xattr.c | 197 struct reiserfs_dentry_buf *dbuf = in fill_with_dentries() local
|
/linux-6.6.21/include/media/ |
D | videobuf2-core.h | 180 struct dma_buf *dbuf; member
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | omap_udc.c | 2465 unsigned buf, unsigned maxp, int dbuf) in omap_ep_setup()
|
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 1528 uint8_t *dbuf = vmalloc(RMW_BUFFER_SIZE); in qla25xx_write_nvram_data() local
|
/linux-6.6.21/drivers/scsi/bfa/ |
D | bfa_ioc.c | 5363 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/ |
D | ice_lan_tx_rx.h | 452 u16 dbuf; /* bigger than needed, see above for reason */ member
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc.h | 163 struct lpfc_dmabuf dbuf; member 174 struct lpfc_dmabuf dbuf; member
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 7943 u32 *dbuf, dwords; in format_feature() local 8030 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local
|