Searched refs:atomisp_video_pipe (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/pci/ |
D | atomisp_v4l2.h | 24 struct atomisp_video_pipe; 30 int atomisp_video_init(struct atomisp_video_pipe *video, const char *name); 32 void atomisp_video_unregister(struct atomisp_video_pipe *video);
|
D | atomisp_fops.c | 65 struct atomisp_video_pipe *pipe = vq->priv_data; in atomisp_buf_setup() 76 struct atomisp_video_pipe *pipe = vq->priv_data; in atomisp_buf_prepare() 212 struct atomisp_video_pipe *pipe, in atomisp_q_video_buffers_to_css() 378 struct atomisp_video_pipe *capture_pipe; in atomisp_qbuffers_to_css_for_all_pipes() 379 struct atomisp_video_pipe *preview_pipe; in atomisp_qbuffers_to_css_for_all_pipes() 380 struct atomisp_video_pipe *video_pipe; in atomisp_qbuffers_to_css_for_all_pipes() 418 struct atomisp_video_pipe *capture_pipe = NULL; in atomisp_qbuffers_to_css() 419 struct atomisp_video_pipe *vf_pipe = NULL; in atomisp_qbuffers_to_css() 420 struct atomisp_video_pipe *preview_pipe = NULL; in atomisp_qbuffers_to_css() 421 struct atomisp_video_pipe *video_pipe = NULL; in atomisp_qbuffers_to_css() [all …]
|
D | atomisp_subdev.h | 68 struct atomisp_video_pipe { struct 297 struct atomisp_video_pipe video_in; 298 struct atomisp_video_pipe video_out_capture; /* capture output */ 299 struct atomisp_video_pipe video_out_vf; /* viewfinder output */ 300 struct atomisp_video_pipe video_out_preview; /* preview output */ 303 struct atomisp_video_pipe video_out_video_capture;
|
D | atomisp_fops.h | 26 struct atomisp_video_pipe *pipe, 42 struct atomisp_video_pipe *pipe,
|
D | atomisp_cmd.h | 58 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev); 66 bool atomisp_buffers_queued_pipe(struct atomisp_video_pipe *pipe); 382 bool atomisp_is_vf_pipe(struct atomisp_video_pipe *pipe); 389 void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe); 391 void atomisp_flush_params_queue(struct atomisp_video_pipe *asd);
|
D | atomisp_internal.h | 295 void atomisp_wdt_refresh_pipe(struct atomisp_video_pipe *pipe, 303 void atomisp_wdt_start_pipe(struct atomisp_video_pipe *pipe); 304 void atomisp_wdt_stop_pipe(struct atomisp_video_pipe *pipe, bool sync);
|
D | atomisp_ioctl.h | 27 struct atomisp_video_pipe;
|
D | atomisp_ioctl.c | 828 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_g_fmt_file() 1023 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in __atomisp_reqbufs() 1108 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_reqbufs_file() 1125 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_querybuf() 1134 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_querybuf_file() 1149 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_qbuf() 1329 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_qbuf_file() 1366 static int __get_frame_exp_id(struct atomisp_video_pipe *pipe, in __get_frame_exp_id() 1389 struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev); in atomisp_dqbuf() 1576 static void __wdt_on_master_slave_sensor_pipe(struct atomisp_video_pipe *pipe, in __wdt_on_master_slave_sensor_pipe() [all …]
|
D | atomisp_cmd.c | 96 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev) in atomisp_to_video_pipe() 98 return (struct atomisp_video_pipe *) in atomisp_to_video_pipe() 99 container_of(dev, struct atomisp_video_pipe, vdev); in atomisp_to_video_pipe() 661 bool atomisp_buffers_queued_pipe(struct atomisp_video_pipe *pipe) in atomisp_buffers_queued_pipe() 693 struct atomisp_video_pipe *pipe, struct ia_css_frame *frame) in atomisp_css_frame_to_vbuf() 710 struct atomisp_video_pipe *pipe) in atomisp_flush_video_pipe() 746 void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe) in atomisp_flush_params_queue() 760 static void atomisp_recover_params_queue(struct atomisp_video_pipe *pipe) in atomisp_recover_params_queue() 775 static struct atomisp_video_pipe *__atomisp_get_pipe( in __atomisp_get_pipe() 896 struct atomisp_video_pipe *pipe = NULL; in atomisp_buf_done() [all …]
|
D | atomisp_file.c | 42 struct atomisp_video_pipe *out_pipe = &asd->video_in; in file_work()
|
D | atomisp_v4l2.c | 450 int atomisp_video_init(struct atomisp_video_pipe *video, const char *name) in atomisp_video_init() 497 void atomisp_video_unregister(struct atomisp_video_pipe *video) in atomisp_video_unregister()
|
D | atomisp_subdev.c | 1086 struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type) in atomisp_init_subdev_pipe()
|