Lines Matching refs:zr364xx_camera
143 struct zr364xx_camera *cam;
172 struct zr364xx_camera { struct
363 struct zr364xx_camera *cam = vq->priv_data; in buffer_setup()
389 struct zr364xx_camera *cam = vq->priv_data; in buffer_prepare()
428 struct zr364xx_camera *cam = vq->priv_data; in buffer_queue()
462 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_read()
498 static void zr364xx_fillbuff(struct zr364xx_camera *cam, in zr364xx_fillbuff()
535 static int zr364xx_got_frame(struct zr364xx_camera *cam, int jpgsize) in zr364xx_got_frame()
574 static int zr364xx_read_video_callback(struct zr364xx_camera *cam, in zr364xx_read_video_callback()
703 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_querycap()
744 struct zr364xx_camera *cam = in zr364xx_s_ctrl()
745 container_of(ctrl->handler, struct zr364xx_camera, ctrl_handler); in zr364xx_s_ctrl()
786 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_try_fmt_vid_cap()
817 struct zr364xx_camera *cam; in zr364xx_vidioc_g_fmt_vid_cap()
836 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_s_fmt_vid_cap()
930 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_reqbufs()
942 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_querybuf()
952 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_qbuf()
965 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_dqbuf()
976 struct zr364xx_camera *cam; in read_pipe_completion()
1037 static int zr364xx_start_readpipe(struct zr364xx_camera *cam) in zr364xx_start_readpipe()
1069 static void zr364xx_stop_readpipe(struct zr364xx_camera *cam) in zr364xx_stop_readpipe()
1094 static int zr364xx_start_acquire(struct zr364xx_camera *cam) in zr364xx_start_acquire()
1110 static inline int zr364xx_stop_acquire(struct zr364xx_camera *cam) in zr364xx_stop_acquire()
1116 static int zr364xx_prepare(struct zr364xx_camera *cam) in zr364xx_prepare()
1147 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_streamon()
1172 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_streamoff()
1187 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_open()
1213 struct zr364xx_camera *cam = in zr364xx_release()
1214 container_of(v4l2_dev, struct zr364xx_camera, v4l2_dev); in zr364xx_release()
1239 struct zr364xx_camera *cam; in zr364xx_close()
1274 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_mmap()
1294 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_poll()
1349 static int zr364xx_board_init(struct zr364xx_camera *cam) in zr364xx_board_init()
1412 struct zr364xx_camera *cam = NULL; in zr364xx_probe()
1426 cam = kzalloc(sizeof(struct zr364xx_camera), GFP_KERNEL); in zr364xx_probe()
1565 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_disconnect()
1586 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_suspend()
1598 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_resume()