Lines Matching refs:conf
105 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_alloc() local
143 buf->dev = get_device(conf->dev); in vb2_dma_sg_alloc()
236 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_get_userptr() local
251 buf->dev = conf->dev; in vb2_dma_sg_get_userptr()
678 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_attach_dmabuf() local
689 buf->dev = conf->dev; in vb2_dma_sg_attach_dmabuf()
733 struct vb2_dma_sg_conf *conf; in vb2_dma_sg_init_ctx() local
735 conf = kzalloc(sizeof(*conf), GFP_KERNEL); in vb2_dma_sg_init_ctx()
736 if (!conf) in vb2_dma_sg_init_ctx()
739 conf->dev = dev; in vb2_dma_sg_init_ctx()
741 return conf; in vb2_dma_sg_init_ctx()