Home
last modified time | relevance | path

Searched refs:atomisp_video_pipe (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/media/atomisp/pci/
Datomisp_v4l2.h24 struct atomisp_video_pipe;
29 int atomisp_video_init(struct atomisp_video_pipe *video);
30 void atomisp_video_unregister(struct atomisp_video_pipe *video);
Datomisp_cmd.h56 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev);
58 int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe);
60 void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state,
292 void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe);
294 void atomisp_flush_params_queue(struct atomisp_video_pipe *asd);
Datomisp_fops.c49 struct atomisp_video_pipe *pipe = container_of(vq, struct atomisp_video_pipe, vb_queue); in atomisp_queue_setup()
87 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_init()
232 struct atomisp_video_pipe *pipe, in atomisp_q_video_buffers_to_css()
372 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_queue()
427 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_cleanup()
493 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_open()
555 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_release()
Datomisp_ioctl.h27 struct atomisp_video_pipe;
37 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
Datomisp_subdev.h48 struct atomisp_video_pipe { struct
100 container_of(queue, struct atomisp_video_pipe, vb_queue) argument
247 struct atomisp_video_pipe video_out;
Datomisp_ioctl.c519 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool settings_change) in atomisp_pipe_check()
629 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_s_input()
901 struct atomisp_video_pipe *pipe; in atomisp_g_fmt_cap()
1031 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_qbuf_wrapper()
1053 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_dqbuf_wrapper()
1106 struct atomisp_video_pipe *pipe = vq_to_pipe(vq); in atomisp_start_streaming()
1200 struct atomisp_video_pipe *pipe = vq_to_pipe(vq); in atomisp_stop_streaming()
Datomisp_cmd.c94 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev) in atomisp_to_video_pipe()
96 return (struct atomisp_video_pipe *) in atomisp_to_video_pipe()
97 container_of(dev, struct atomisp_video_pipe, vdev); in atomisp_to_video_pipe()
579 int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe) in atomisp_buffers_in_css()
597 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); in atomisp_buffer_done()
610 void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state, in atomisp_flush_video_pipe()
636 void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) in atomisp_flush_params_queue()
650 static void atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) in atomisp_recover_params_queue()
669 struct atomisp_video_pipe *pipe = NULL; in atomisp_buf_done()
2980 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); in atomisp_move_frame_to_activeq()
[all …]
Datomisp_v4l2.c337 int atomisp_video_init(struct atomisp_video_pipe *video) in atomisp_video_init()
357 void atomisp_video_unregister(struct atomisp_video_pipe *video) in atomisp_video_unregister()
Datomisp_subdev.c828 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()