Searched refs:dma2d_frame (Results 1 – 3 of 3) sorted by relevance
/drivers/media/platform/st/stm32/dma2d/ |
D | dma2d.h | 58 struct dma2d_frame { struct 90 struct dma2d_frame cap; argument 91 struct dma2d_frame out; 92 struct dma2d_frame bg; 124 void dma2d_config_out(struct dma2d_dev *d, struct dma2d_frame *frm, 126 void dma2d_config_fg(struct dma2d_dev *d, struct dma2d_frame *frm, 128 void dma2d_config_bg(struct dma2d_dev *d, struct dma2d_frame *frm,
|
D | dma2d.c | 80 static const struct dma2d_frame def_frame = { 102 static struct dma2d_frame *get_frame(struct dma2d_ctx *ctx, in get_frame() 113 struct dma2d_frame *f = get_frame(ctx, vq->type); in dma2d_queue_setup() 139 struct dma2d_frame *f = get_frame(ctx, vb->vb2_queue->type); in dma2d_buf_prepare() 160 struct dma2d_frame *f = get_frame(ctx, q->type); in dma2d_start_streaming() 228 struct dma2d_frame *frm; in dma2d_s_ctrl() 359 struct dma2d_frame *frm; in vidioc_g_fmt() 427 struct dma2d_frame *frm; in vidioc_s_fmt() 474 struct dma2d_frame *frm_out, *frm_cap; in device_run()
|
D | dma2d-hw.c | 61 void dma2d_config_out(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_out() 87 void dma2d_config_fg(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_fg() 111 void dma2d_config_bg(struct dma2d_dev *d, struct dma2d_frame *frm, in dma2d_config_bg()
|