Searched refs:vma (Results 251 - 272 of 272) sorted by relevance

<<11

/drivers/staging/lustre/lustre/llite/
H A Dllite_internal.h998 int ll_file_mmap(struct file *file, struct vm_area_struct *vma);
1000 struct vm_area_struct *vma, unsigned long addr, size_t count);
/drivers/staging/media/davinci_vpfe/
H A Dvpfe_video.c551 static int vpfe_mmap(struct file *file, struct vm_area_struct *vma) argument
557 return vb2_mmap(&video->buffer_queue, vma);
/drivers/staging/media/omap4iss/
H A Diss_video.c1134 static int iss_video_mmap(struct file *file, struct vm_area_struct *vma) argument
1138 return vb2_mmap(&vfh->queue, vma);
/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3108 bttv_mmap(struct file *file, struct vm_area_struct *vma) argument
3114 vma->vm_start, vma->vm_end - vma->vm_start);
3115 return videobuf_mmap_mapper(bttv_queue(fh),vma);
/drivers/media/platform/davinci/
H A Dvpbe_display.c1436 static int vpbe_display_mmap(struct file *filep, struct vm_area_struct *vma) argument
1448 ret = vb2_mmap(&layer->buffer_queue, vma);
H A Dvpfe_capture.c762 static int vpfe_mmap(struct file *file, struct vm_area_struct *vma) argument
769 return videobuf_mmap_mapper(&vpfe_dev->buffer_queue, vma);
/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1750 static int mcam_v4l_mmap(struct file *filp, struct vm_area_struct *vma) argument
1756 ret = vb2_mmap(&cam->vb_queue, vma);
/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c636 static int s3c_camif_mmap(struct file *file, struct vm_area_struct *vma) argument
644 ret = vb2_mmap(&vp->vb_queue, vma);
/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1798 static int mpeg_mmap(struct file *file, struct vm_area_struct *vma) argument
1805 return videobuf_mmap_mapper(&fh->vidq, vma);
/drivers/media/usb/tlg2300/
H A Dpd-video.c1432 static int pd_video_mmap(struct file *file, struct vm_area_struct *vma) argument
1435 return videobuf_mmap_mapper(&front->q, vma);
/drivers/media/usb/tm6000/
H A Dtm6000-video.c1527 static int tm6000_mmap(struct file *file, struct vm_area_struct * vma) argument
1535 res = videobuf_mmap_mapper(&fh->vb_vidq, vma);
/drivers/video/fbdev/omap/
H A Domapfb_main.c1234 static int omapfb_mmap(struct fb_info *info, struct vm_area_struct *vma) argument
1241 r = fbdev->ctrl->mmap(info, vma);
/drivers/gpu/drm/gma500/
H A Dpsb_drv.h748 extern int psb_gem_fault(struct vm_area_struct *vma, struct vm_fault *vmf);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h719 extern int vmw_mmap(struct file *filp, struct vm_area_struct *vma);
/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c145 static int c2_mmap_uar(struct ib_ucontext *context, struct vm_area_struct *vma) argument
/drivers/infiniband/hw/ipath/
H A Dipath_verbs.h853 int ipath_mmap(struct ib_ucontext *context, struct vm_area_struct *vma);
/drivers/infiniband/hw/qib/
H A Dqib_verbs.h1083 int qib_mmap(struct ib_ucontext *context, struct vm_area_struct *vma);
/drivers/md/
H A Ddm-log.c475 lc->io_req.mem.ptr.vma = lc->disk_header;
H A Ddm-bufio.c525 io_req.mem.ptr.vma = b->data;
/drivers/media/common/siano/
H A Dsmscoreapi.h1141 struct vm_area_struct *vma);
/drivers/media/pci/cx88/
H A Dcx88-video.c895 video_mmap(struct file *file, struct vm_area_struct * vma) argument
897 return videobuf_mmap_mapper(get_queue(file), vma);
/drivers/media/platform/ti-vpe/
H A Dvpe.c2149 static int vpe_mmap(struct file *file, struct vm_area_struct *vma) argument
2157 ret = v4l2_m2m_mmap(file, ctx->m2m_ctx, vma);

Completed in 1161 milliseconds

<<11