Searched refs:atomisp_video_pipe (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.h | 24 struct atomisp_video_pipe; 29 int atomisp_video_init(struct atomisp_video_pipe *video); 30 void atomisp_video_unregister(struct atomisp_video_pipe *video);
|
D | atomisp_cmd.h | 56 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);
|
D | atomisp_fops.c | 49 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()
|
D | atomisp_ioctl.h | 27 struct atomisp_video_pipe; 37 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
|
D | atomisp_subdev.h | 48 struct atomisp_video_pipe { struct 100 container_of(queue, struct atomisp_video_pipe, vb_queue) argument 247 struct atomisp_video_pipe video_out;
|
D | atomisp_ioctl.c | 519 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()
|
D | atomisp_cmd.c | 94 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 …]
|
D | atomisp_v4l2.c | 337 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()
|
D | atomisp_subdev.c | 828 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()
|