/openbmc/linux/drivers/gpu/drm/ |
H A 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 …]
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | videobuf2-core.c | 1264 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
|
/openbmc/u-boot/fs/btrfs/ |
H A D | compression.c | 13 static u32 decompress_lzo(const u8 *cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_lzo() 63 static u32 decompress_zlib(const u8 *_cbuf, u32 clen, u8 *dbuf, u32 dlen) in decompress_zlib() 115 u8 *dbuf; in btrfs_decompress() local
|
H A D | extent-io.c | 18 char *dbuf; in btrfs_read_extent_inline() local 70 char *cbuf, *dbuf; in btrfs_read_extent_reg() local
|
/openbmc/u-boot/drivers/block/ |
H A D | ide.c | 134 ushort *dbuf; in ide_output_data_shorts() local 151 ushort *dbuf; in ide_input_data_shorts() local 856 ushort *dbuf = (ushort *)sect_buf; in ide_input_swap_data() local 877 ushort *dbuf; in ide_output_data() local 903 ushort *dbuf; in ide_input_data() local
|
/openbmc/linux/lib/ |
H A D | decompress_bunzip2.c | 104 unsigned int *dbuf, dbufSize; member 164 unsigned int *dbuf, origPtr; in get_next_block() local 526 const unsigned int *dbuf; in read_bunzip() local
|
/openbmc/linux/net/core/ |
H A D | utils.c | 124 u8 dbuf[4]; in in4_pton() local 190 u8 dbuf[16]; in in6_pton() local
|
/openbmc/linux/tools/virtio/ |
H A D | vringh_test.c | 332 int *dbuf, err; in parallel_test() local 409 int *dbuf; in parallel_test() local
|
/openbmc/linux/drivers/gpu/drm/xen/ |
H A 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
|
/openbmc/u-boot/drivers/misc/ |
H A D | fs_loader.c | 113 const char *name, void *dbuf, in _request_firmware_prepare()
|
/openbmc/linux/drivers/misc/mei/ |
H A D | dma-ring.c | 131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
|
/openbmc/linux/drivers/tty/serial/ |
H A 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
|
/openbmc/linux/net/netfilter/ipvs/ |
H A 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
|
/openbmc/linux/drivers/base/firmware_loader/ |
H A 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()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | brev.c | 29 int64_t dbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; variable
|
H A D | circ.c | 39 int64_t dbuf[NDOBLS] __attribute__((aligned(1 << 12))) = {0}; variable
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | util.c | 275 u8 dbuf[16]; in __dump_sg() local
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_device.h | 105 } dbuf; member
|
/openbmc/linux/drivers/mmc/host/ |
H A D | cavium.c | 299 u64 dbuf) in do_read()
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 197 struct reiserfs_dentry_buf *dbuf = in fill_with_dentries() local
|
/openbmc/linux/include/media/ |
H A D | videobuf2-core.h | 180 struct dma_buf *dbuf; member
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 2465 unsigned buf, unsigned maxp, int dbuf) in omap_ep_setup()
|