Home
last modified time | relevance | path

Searched defs:dbuf (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/curl/tests/unit/
H A Dunit2602.c44 struct dynbuf dbuf; variable
119 Curl_dyn_free(&dbuf); variable
144 Curl_dyn_free(&dbuf); global() variable
[all...]
/third_party/optimized-routines/string/test/
H A Dmemmove.c39 static unsigned char *dbuf; variable
H A Dstpcpy.c44 static char *dbuf; variable
H A Dmemcpy.c41 static unsigned char *dbuf; variable
H A Dstrcpy.c42 static char *dbuf; variable
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_external.h34 struct dma_buf *dbuf; member
H A Dvideobuf2-rdma-sg.c316 static int vb2_dma_sg_dmabuf_ops_attach(struct dma_buf *dbuf, struct dma_buf_attachment *dbuf_attach) in vb2_dma_sg_dmabuf_ops_attach() argument
354 static void vb2_dma_sg_dmabuf_ops_detach(struct dma_buf *dbuf, struct dma_buf_attachment *db_attach) in vb2_dma_sg_dmabuf_ops_detach() argument
416 static void vb2_dma_sg_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_release() argument
422 static int vb2_dma_sg_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, enum dma_data_direction direction) in vb2_dma_sg_dmabuf_ops_begin_cpu_access() argument
431 static int vb2_dma_sg_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, enum dma_data_direction direction) in vb2_dma_sg_dmabuf_ops_end_cpu_access() argument
440 static void *vb2_dma_sg_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_vmap() argument
447 vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf, struct vm_area_struct *vma) vb2_dma_sg_dmabuf_ops_mmap() argument
467 struct dma_buf *dbuf; vb2_dma_sg_get_dmabuf() local
558 vb2_dma_sg_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, unsigned long size, enum dma_data_direction dma_dir) vb2_dma_sg_attach_dmabuf() argument
[all...]
H A Dcommon.h112 struct dma_buf *dbuf; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_external.h37 struct dma_buf *dbuf; member
H A Dvideobuf2-rdma-sg.c306 static int vb2_dma_sg_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_attach() argument
344 static void vb2_dma_sg_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_detach() argument
406 static void vb2_dma_sg_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_release() argument
413 vb2_dma_sg_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_begin_cpu_access() argument
424 vb2_dma_sg_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_end_cpu_access() argument
434 static void *vb2_dma_sg_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_vmap() argument
441 vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf, struct vm_area_struct *vma) vb2_dma_sg_dmabuf_ops_mmap() argument
462 struct dma_buf *dbuf; vb2_dma_sg_get_dmabuf() local
552 vb2_dma_sg_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, unsigned long size, enum dma_data_direction dma_dir) vb2_dma_sg_attach_dmabuf() argument
[all...]
/kernel/linux/linux-5.10/arch/hexagon/mm/
H A Dstrnlen_user.S17 #define dbuf r15:14 define
67 dbuf = memd(start); define
/third_party/openssl/test/
H A Dafalgtest.c33 unsigned char dbuf[BUFFER_SIZE + 32]; in test_afalg_aes_cbc() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_format_helper.c137 static void drm_fb_xrgb8888_to_rgb565_line(u16 *dbuf, u32 *sbuf, in drm_fb_xrgb8888_to_rgb565_line() argument
221 void *dbuf; in drm_fb_xrgb8888_to_rgb565_dstclip() local
240 static void drm_fb_xrgb8888_to_rgb888_line(u8 *dbuf, u3 argument
273 void *dbuf; drm_fb_xrgb8888_to_rgb888_dstclip() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Ddma-ring.c131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Ddma-ring.c131 unsigned char *dbuf = dev->dr_dscr[DMA_DSCR_DEVICE].vaddr; in mei_dma_copy_from() local
/third_party/curl/lib/
H A Dhttp1.c321 Curl_h1_req_write_head(struct httpreq *req, int http_minor, struct dynbuf *dbuf) Curl_h1_req_write_head() argument
H A Ddynhds.c353 CURLcode Curl_dynhds_h1_dprint(struct dynhds *dynhds, struct dynbuf *dbuf) in Curl_dynhds_h1_dprint() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dcommon.h74 struct dma_buf *dbuf; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dcommon.h74 struct dma_buf *dbuf; member
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A 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() argument
249 static void vb2_vmalloc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_detach() argument
311 static void vb2_vmalloc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_release() argument
317 static void *vb2_vmalloc_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_vmap() argument
324 static int vb2_vmalloc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_mmap() argument
343 struct dma_buf *dbuf; vb2_vmalloc_get_dmabuf() local
397 vb2_vmalloc_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, unsigned long size, enum dma_data_direction dma_dir) vb2_vmalloc_attach_dmabuf() argument
[all...]
H A Dvideobuf2-dma-sg.c355 static int vb2_dma_sg_dmabuf_ops_attach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_attach() argument
393 static void vb2_dma_sg_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_detach() argument
455 static void vb2_dma_sg_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_release() argument
462 vb2_dma_sg_dmabuf_ops_begin_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_begin_cpu_access() argument
473 vb2_dma_sg_dmabuf_ops_end_cpu_access(struct dma_buf *dbuf, in vb2_dma_sg_dmabuf_ops_end_cpu_access() argument
483 static void *vb2_dma_sg_dmabuf_ops_vmap(struct dma_buf *dbuf) in vb2_dma_sg_dmabuf_ops_vmap() argument
490 vb2_dma_sg_dmabuf_ops_mmap(struct dma_buf *dbuf, struct vm_area_struct *vma) vb2_dma_sg_dmabuf_ops_mmap() argument
511 struct dma_buf *dbuf; vb2_dma_sg_get_dmabuf() local
601 vb2_dma_sg_attach_dmabuf(struct device *dev, struct dma_buf *dbuf, unsigned long size, enum dma_data_direction dma_dir) vb2_dma_sg_attach_dmabuf() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dutils.c124 u8 dbuf[4]; in in4_pton() local
190 u8 dbuf[16]; in in6_pton() local
[all...]
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A 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() argument
249 static void vb2_vmalloc_dmabuf_ops_detach(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_detach() argument
302 static void vb2_vmalloc_dmabuf_ops_release(struct dma_buf *dbuf) in vb2_vmalloc_dmabuf_ops_release() argument
308 static int vb2_vmalloc_dmabuf_ops_vmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_vmap() argument
318 static int vb2_vmalloc_dmabuf_ops_mmap(struct dma_buf *dbuf, in vb2_vmalloc_dmabuf_ops_mmap() argument
339 struct dma_buf *dbuf; vb2_vmalloc_get_dmabuf() local
400 vb2_vmalloc_attach_dmabuf(struct vb2_buffer *vb, struct device *dev, struct dma_buf *dbuf, unsigned long size) vb2_vmalloc_attach_dmabuf() argument
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dutils.c124 u8 dbuf[4]; in in4_pton() local
190 u8 dbuf[16]; in in6_pton() local
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c553 char dbuf[72]; in lws_struct_json_serialize() local
[all...]

Completed in 12 milliseconds

1234