| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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() 311 static void vb2_vmalloc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_release() 317 static void *vb2_vmalloc_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_vmap() 324 static int vb2_vmalloc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_mmap() 343 struct dma_buf *dbuf; in vb2_vmalloc_get_dmabuf() local 397 static void *vb2_vmalloc_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, in vb2_vmalloc_attach_dmabuf()
|
| D | videobuf2-dma-sg.c | 355 static int vb2_dma_sg_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_attach() 393 static void vb2_dma_sg_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_detach() 455 static void vb2_dma_sg_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_release() 462 vb2_dma_sg_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_begin_cpu_access() 473 vb2_dma_sg_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_end_cpu_access() 483 static void *vb2_dma_sg_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_vmap() 490 static int vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_mmap() 511 struct dma_buf *dbuf; in vb2_dma_sg_get_dmabuf() local 601 static void *vb2_dma_sg_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, in vb2_dma_sg_attach_dmabuf()
|
| D | videobuf2-dma-contig.c | 215 static int vb2_dc_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_attach() 253 static void vb2_dc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_detach() 327 static void vb2_dc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dc_dmabuf_ops_release() 334 vb2_dc_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_begin_cpu_access() 341 vb2_dc_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_end_cpu_access() 347 static void *vb2_dc_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_dc_dmabuf_ops_vmap() 354 static int vb2_dc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_dc_dmabuf_ops_mmap() 397 struct dma_buf *dbuf; in vb2_dc_get_dmabuf() local 656 static void *vb2_dc_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, in vb2_dc_attach_dmabuf()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_format_helper.c | 137 static void drm_fb_xrgb8888_to_rgb565_line(u16 *dbuf, u32 *sbuf, in drm_fb_xrgb8888_to_rgb565_line() 221 void *dbuf; in drm_fb_xrgb8888_to_rgb565_dstclip() local 240 static void drm_fb_xrgb8888_to_rgb888_line(u8 *dbuf, u32 *sbuf, in drm_fb_xrgb8888_to_rgb888_line() 273 void *dbuf; in drm_fb_xrgb8888_to_rgb888_dstclip() local
|
| /kernel/linux/linux-5.10/arch/hexagon/mm/ |
| D | strnlen_user.S | 17 #define dbuf r15:14 macro 67 dbuf = memd(start); define
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/net/core/ |
| D | utils.c | 124 u8 dbuf[4]; in in4_pton() local 190 u8 dbuf[16]; in in6_pton() local
|
| /kernel/linux/linux-6.6/net/core/ |
| D | utils.c | 124 u8 dbuf[4]; in in4_pton() local 190 u8 dbuf[16]; in in6_pton() local
|
| /kernel/linux/linux-5.10/drivers/net/appletalk/ |
| D | ltpc.c | 276 unsigned char *dbuf; member 649 void *dbuf, int dbuflen) in do_write() 673 void *dbuf, int dbuflen) in do_read()
|
| /kernel/linux/linux-5.10/tools/virtio/ |
| D | vringh_test.c | 332 int *dbuf, err; in parallel_test() local 409 int *dbuf; in parallel_test() local
|
| /kernel/linux/linux-6.6/tools/virtio/ |
| D | vringh_test.c | 332 int *dbuf, err; in parallel_test() local 409 int *dbuf; in parallel_test() local
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
| D | xen_drm_front.c | 45 struct xen_drm_front_dbuf *dbuf, u64 dbuf_cookie) in dbuf_add_to_list() 164 struct xen_drm_front_dbuf *dbuf; in xen_drm_front_dbuf_create() local
|
| /kernel/linux/linux-5.10/drivers/misc/mei/ |
| D | dma-ring.c | 131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
|
| /kernel/linux/linux-6.6/drivers/misc/mei/ |
| D | dma-ring.c | 131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | amba-pl011.c | 827 struct pl011_dmabuf *dbuf; in pl011_dma_rx_trigger_dma() local 875 struct pl011_dmabuf *dbuf = use_buf_b ? in pl011_dma_rx_chars() local 947 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_irq() local 997 struct pl011_dmabuf *dbuf = dmarx->use_buf_b ? in pl011_dma_rx_callback() local 1068 struct pl011_dmabuf *dbuf; in pl011_dma_rx_poll() local
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | dir.c | 110 struct afs_xdr_dir_page *dbuf; in afs_dir_check_page() local 163 struct afs_xdr_dir_page *dbuf; in afs_dir_check_pages() local 445 struct afs_xdr_dir_page *dbuf; in afs_dir_iterate() local
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
| D | main.c | 172 void *dbuf, in __allocate_fw_priv() 228 void *dbuf, in alloc_lookup_fw_priv() 724 struct device *device, void *dbuf, size_t size, in _request_firmware_prepare()
|
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | ip_vs_conn.c | 1130 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
|