Symbol: vpdma_buf
drivers/media/platform/ti/vpe/vip.h
194
struct vpdma_buf mmr_adb;
drivers/media/platform/ti/vpe/vip.h
196
struct vpdma_buf sc_coeff_h;
drivers/media/platform/ti/vpe/vip.h
198
struct vpdma_buf sc_coeff_v;
drivers/media/platform/ti/vpe/vpdma.c
1085
struct vpdma_buf fw_dma_buf;
drivers/media/platform/ti/vpe/vpdma.c
363
int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size)
drivers/media/platform/ti/vpe/vpdma.c
377
void vpdma_free_desc_buf(struct vpdma_buf *buf)
drivers/media/platform/ti/vpe/vpdma.c
389
int vpdma_map_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf)
drivers/media/platform/ti/vpe/vpdma.c
411
void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf)
drivers/media/platform/ti/vpe/vpdma.c
650
struct vpdma_buf *blk, u32 dest_offset)
drivers/media/platform/ti/vpe/vpdma.c
678
struct vpdma_buf *adb)
drivers/media/platform/ti/vpe/vpdma.h
213
int vpdma_alloc_desc_buf(struct vpdma_buf *buf, size_t size);
drivers/media/platform/ti/vpe/vpdma.h
214
void vpdma_free_desc_buf(struct vpdma_buf *buf);
drivers/media/platform/ti/vpe/vpdma.h
215
int vpdma_map_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf);
drivers/media/platform/ti/vpe/vpdma.h
216
void vpdma_unmap_desc_buf(struct vpdma_data *vpdma, struct vpdma_buf *buf);
drivers/media/platform/ti/vpe/vpdma.h
236
struct vpdma_buf *blk, u32 dest_offset);
drivers/media/platform/ti/vpe/vpdma.h
238
struct vpdma_buf *adb);
drivers/media/platform/ti/vpe/vpdma.h
26
struct vpdma_buf buf;
drivers/media/platform/ti/vpe/vpe.c
414
struct vpdma_buf mmr_adb; /* shadow reg addr/data block */
drivers/media/platform/ti/vpe/vpe.c
415
struct vpdma_buf sc_coeff_h; /* h coeff buffer */
drivers/media/platform/ti/vpe/vpe.c
416
struct vpdma_buf sc_coeff_v; /* v coeff buffer */