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()
390 struct zr364xx_camera *cam = vq->priv_data; in buffer_prepare()
429 struct zr364xx_camera *cam = vq->priv_data; in buffer_queue()
463 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_read()
499 static void zr364xx_fillbuff(struct zr364xx_camera *cam, in zr364xx_fillbuff()
536 static int zr364xx_got_frame(struct zr364xx_camera *cam, int jpgsize) in zr364xx_got_frame()
575 static int zr364xx_read_video_callback(struct zr364xx_camera *cam, in zr364xx_read_video_callback()
704 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_querycap()
745 struct zr364xx_camera *cam = in zr364xx_s_ctrl()
746 container_of(ctrl->handler, struct zr364xx_camera, ctrl_handler); in zr364xx_s_ctrl()
787 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_try_fmt_vid_cap()
818 struct zr364xx_camera *cam; in zr364xx_vidioc_g_fmt_vid_cap()
837 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_s_fmt_vid_cap()
931 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_reqbufs()
943 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_querybuf()
953 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_qbuf()
966 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_dqbuf()
977 struct zr364xx_camera *cam; in read_pipe_completion()
1038 static int zr364xx_start_readpipe(struct zr364xx_camera *cam) in zr364xx_start_readpipe()
1070 static void zr364xx_stop_readpipe(struct zr364xx_camera *cam) in zr364xx_stop_readpipe()
1095 static int zr364xx_start_acquire(struct zr364xx_camera *cam) in zr364xx_start_acquire()
1111 static inline int zr364xx_stop_acquire(struct zr364xx_camera *cam) in zr364xx_stop_acquire()
1117 static int zr364xx_prepare(struct zr364xx_camera *cam) in zr364xx_prepare()
1148 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_streamon()
1173 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_vidioc_streamoff()
1188 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_open()
1214 struct zr364xx_camera *cam = in zr364xx_release()
1215 container_of(v4l2_dev, struct zr364xx_camera, v4l2_dev); in zr364xx_release()
1240 struct zr364xx_camera *cam; in zr364xx_close()
1275 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_mmap()
1295 struct zr364xx_camera *cam = video_drvdata(file); in zr364xx_poll()
1350 static int zr364xx_board_init(struct zr364xx_camera *cam) in zr364xx_board_init()
1413 struct zr364xx_camera *cam = NULL; in zr364xx_probe()
1427 cam = kzalloc(sizeof(struct zr364xx_camera), GFP_KERNEL); in zr364xx_probe()
1566 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_disconnect()
1587 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_suspend()
1599 struct zr364xx_camera *cam = usb_get_intfdata(intf); in zr364xx_resume()