Searched refs:aux_buf (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_vp8.c | 148 struct hantro_aux_buf *aux_buf; in hantro_vp8_dec_init() local 162 aux_buf = &ctx->vp8_dec.segment_map; in hantro_vp8_dec_init() 163 aux_buf->size = segment_map_size; in hantro_vp8_dec_init() 164 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size, in hantro_vp8_dec_init() 165 &aux_buf->dma, GFP_KERNEL); in hantro_vp8_dec_init() 166 if (!aux_buf->cpu) in hantro_vp8_dec_init() 173 aux_buf = &ctx->vp8_dec.prob_tbl; in hantro_vp8_dec_init() 174 aux_buf->size = sizeof(struct vp8_prob_tbl_packed); in hantro_vp8_dec_init() 175 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size, in hantro_vp8_dec_init() 176 &aux_buf->dma, GFP_KERNEL); in hantro_vp8_dec_init() [all …]
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-compat-ioctl32.c | 155 void __user *aux_buf, u32 aux_space) in get_v4l2_window32() argument 180 kclips = aux_buf; in get_v4l2_window32() 294 void __user *aux_buf, u32 aux_space) in __get_v4l2_format32() argument 313 aux_buf, aux_space); in __get_v4l2_format32() 337 void __user *aux_buf, u32 aux_space) in get_v4l2_format32() argument 341 return __get_v4l2_format32(p64, p32, aux_buf, aux_space); in get_v4l2_format32() 354 void __user *aux_buf, u32 aux_space) in get_v4l2_create32() argument 361 aux_buf, aux_space); in get_v4l2_create32() 586 void __user *aux_buf, u32 aux_space) in get_v4l2_buffer32() argument 647 uplane = aux_buf; in get_v4l2_buffer32() [all …]
|