Searched refs:atomisp_video_pipe (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.h | 24 struct atomisp_video_pipe; 29 int atomisp_video_init(struct atomisp_video_pipe *video, const char *name, 31 void atomisp_video_unregister(struct atomisp_video_pipe *video);
|
D | atomisp_fops.h | 26 struct atomisp_video_pipe *pipe, 42 struct atomisp_video_pipe *pipe,
|
D | atomisp_subdev.h | 68 struct atomisp_video_pipe { struct 260 struct atomisp_video_pipe video_out_capture; /* capture output */ 261 struct atomisp_video_pipe video_out_vf; /* viewfinder output */ 262 struct atomisp_video_pipe video_out_preview; /* preview output */ 264 struct atomisp_video_pipe video_out_video_capture;
|
D | atomisp_ioctl.h | 27 struct atomisp_video_pipe; 37 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
|
D | atomisp_cmd.h | 56 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev); 63 bool atomisp_buffers_queued_pipe(struct atomisp_video_pipe *pipe); 307 bool atomisp_is_vf_pipe(struct atomisp_video_pipe *pipe); 314 void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe); 316 void atomisp_flush_params_queue(struct atomisp_video_pipe *asd);
|
D | atomisp_fops.c | 63 struct atomisp_video_pipe *pipe = vq->priv_data; in atomisp_buf_setup() 74 struct atomisp_video_pipe *pipe = vq->priv_data; in atomisp_buf_prepare() 210 struct atomisp_video_pipe *pipe, in atomisp_q_video_buffers_to_css() 380 struct atomisp_video_pipe *capture_pipe = NULL; in atomisp_qbuffers_to_css() 381 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_qbuffers_to_css() 382 struct atomisp_video_pipe *preview_pipe = NULL; in atomisp_qbuffers_to_css() 383 struct atomisp_video_pipe *video_pipe = NULL; in atomisp_qbuffers_to_css() 523 struct atomisp_video_pipe *pipe = vq->priv_data; in atomisp_buf_queue() 559 static int atomisp_init_pipe(struct atomisp_video_pipe *pipe) in atomisp_init_pipe() 660 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_open() [all …]
|
D | atomisp_ioctl.c | 538 int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool settings_change) in atomisp_pipe_check() 671 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_s_input() 954 struct atomisp_video_pipe *pipe; in atomisp_g_fmt_cap() 1109 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_reqbufs() 1180 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_querybuf() 1195 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_qbuf() 1329 static int __get_frame_exp_id(struct atomisp_video_pipe *pipe, in __get_frame_exp_id() 1352 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_dqbuf() 1516 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_streamon() 1733 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_streamoff() [all …]
|
D | atomisp_cmd.c | 97 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev) in atomisp_to_video_pipe() 99 return (struct atomisp_video_pipe *) in atomisp_to_video_pipe() 100 container_of(dev, struct atomisp_video_pipe, vdev); in atomisp_to_video_pipe() 653 bool atomisp_buffers_queued_pipe(struct atomisp_video_pipe *pipe) in atomisp_buffers_queued_pipe() 685 struct atomisp_video_pipe *pipe, struct ia_css_frame *frame) in atomisp_css_frame_to_vbuf() 702 struct atomisp_video_pipe *pipe) in atomisp_flush_video_pipe() 738 void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) in atomisp_flush_params_queue() 752 static void atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) in atomisp_recover_params_queue() 767 static struct atomisp_video_pipe *__atomisp_get_pipe( in __atomisp_get_pipe() 872 struct atomisp_video_pipe *pipe = NULL; in atomisp_buf_done() [all …]
|
D | atomisp_v4l2.c | 432 int atomisp_video_init(struct atomisp_video_pipe *video, const char *name, in atomisp_video_init() 464 void atomisp_video_unregister(struct atomisp_video_pipe *video) in atomisp_video_unregister()
|
D | atomisp_subdev.c | 1061 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()
|