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()
233 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_get_userptr() local
245 buf->dev = conf->dev; in vb2_dma_sg_get_userptr()
622 struct vb2_dma_sg_conf *conf = alloc_ctx; in vb2_dma_sg_attach_dmabuf() local
633 buf->dev = conf->dev; in vb2_dma_sg_attach_dmabuf()
677 struct vb2_dma_sg_conf *conf; in vb2_dma_sg_init_ctx() local
679 conf = kzalloc(sizeof(*conf), GFP_KERNEL); in vb2_dma_sg_init_ctx()
680 if (!conf) in vb2_dma_sg_init_ctx()
683 conf->dev = dev; in vb2_dma_sg_init_ctx()
685 return conf; in vb2_dma_sg_init_ctx()