Searched refs:atomisp_video_pipe (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_v4l2.h | 13 struct atomisp_video_pipe; 18 int atomisp_video_init(struct atomisp_video_pipe *video); 19 void atomisp_video_unregister(struct atomisp_video_pipe *video);
|
H A D | atomisp_cmd.h | 38 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);
|
H A D | atomisp_ioctl.h | 16 struct atomisp_video_pipe; 26 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
|
H A D | atomisp_fops.c | 38 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()
|
H A D | atomisp_subdev.h | 37 struct atomisp_video_pipe { struct 87 container_of(queue, struct atomisp_video_pipe, vb_queue) argument 221 struct atomisp_video_pipe video_out; 38 vdevatomisp_video_pipe global() argument 39 typeatomisp_video_pipe global() argument 40 padatomisp_video_pipe global() argument 41 pipeatomisp_video_pipe global() argument 42 vb_queueatomisp_video_pipe global() argument 44 vb_queue_mutexatomisp_video_pipe global() argument 46 buffers_in_cssatomisp_video_pipe global() argument 48 activeqatomisp_video_pipe global() argument 53 buffers_waiting_for_paramatomisp_video_pipe global() argument 55 per_frame_paramsatomisp_video_pipe global() argument 58 frame_infoatomisp_video_pipe global() argument
|
H A D | atomisp_ioctl.c | 344 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()
|
H A D | atomisp_cmd.c | 74 * get struct atomisp_video_pipe from v4l2 video_device 76 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() 592 void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state, in atomisp_flush_video_pipe() 618 void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) in atomisp_flush_params_queue() 632 static void atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) in atomisp_recover_params_queue() 651 struct atomisp_video_pipe *pip in atomisp_buf_done() [all...] |
H A D | atomisp_v4l2.c | 315 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()
|
H A D | atomisp_subdev.c | 772 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()
|