Home
last modified time | relevance | path

Searched refs:__atomisp_streamoff (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.h40 int __atomisp_streamoff(struct file *file, void *fh, enum v4l2_buf_type type);
H A Datomisp_fops.c940 __atomisp_streamoff(file, NULL, V4L2_BUF_TYPE_VIDEO_CAPTURE)) { in atomisp_release()
H A Datomisp_ioctl.c2010 int __atomisp_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in __atomisp_streamoff() function
2262 rval = __atomisp_streamoff(file, fh, type); in atomisp_streamoff()