Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
A Datomisp_v4l2.h13 struct atomisp_video_pipe;
18 int atomisp_video_init(struct atomisp_video_pipe *video);
19 void atomisp_video_unregister(struct atomisp_video_pipe *video);
A Datomisp_cmd.h38 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev);
40 int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe);
42 void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state,
273 void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe);
275 void atomisp_flush_params_queue(struct atomisp_video_pipe *asd);
A Datomisp_fops.c38 struct atomisp_video_pipe *pipe = container_of(vq, struct atomisp_video_pipe, vb_queue); in atomisp_queue_setup()
76 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_init()
221 struct atomisp_video_pipe *pipe, in atomisp_q_video_buffers_to_css()
358 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_queue()
413 struct atomisp_video_pipe *pipe = vb_to_pipe(vb); in atomisp_buf_cleanup()
474 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_open()
525 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_release()
A Datomisp_ioctl.h16 struct atomisp_video_pipe;
26 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
A Datomisp_subdev.h37 struct atomisp_video_pipe { struct
87 container_of(queue, struct atomisp_video_pipe, vb_queue) argument
221 struct atomisp_video_pipe video_out;
A Datomisp_ioctl.c344 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool settings_change) in atomisp_pipe_check()
430 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_s_input()
664 struct atomisp_video_pipe *pipe; in atomisp_g_fmt_cap()
794 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_qbuf_wrapper()
816 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_dqbuf_wrapper()
859 static void atomisp_stop_stream(struct atomisp_video_pipe *pipe, in atomisp_stop_stream()
917 struct atomisp_video_pipe *pipe = vq_to_pipe(vq); in atomisp_start_streaming()
1019 struct atomisp_video_pipe *pipe = vq_to_pipe(vq); in atomisp_stop_streaming()
A Datomisp_cmd.c76 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev) in atomisp_to_video_pipe()
78 return (struct atomisp_video_pipe *) in atomisp_to_video_pipe()
79 container_of(dev, struct atomisp_video_pipe, vdev); in atomisp_to_video_pipe()
561 int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe) in atomisp_buffers_in_css()
579 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); in atomisp_buffer_done()
618 void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) in atomisp_flush_params_queue()
651 struct atomisp_video_pipe *pipe = NULL; in atomisp_buf_done()
2861 struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf); in atomisp_move_frame_to_activeq()
2940 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_set_parameters()
4252 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_set_fmt_to_snr()
[all …]
A Datomisp_v4l2.c315 int atomisp_video_init(struct atomisp_video_pipe *video) in atomisp_video_init()
335 void atomisp_video_unregister(struct atomisp_video_pipe *video) in atomisp_video_unregister()
A Datomisp_subdev.c772 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()

Completed in 21 milliseconds