Home
last modified time | relevance | path

Searched refs:rkcif_stream (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h487 struct rkcif_stream { struct
593 struct rkcif_stream *to_rkcif_stream(struct rkcif_vdev_node *vnode) in to_rkcif_stream()
595 return container_of(vnode, struct rkcif_stream, vnode); in to_rkcif_stream()
683 struct rkcif_stream *stream;
737 struct rkcif_stream *stream;
814 struct rkcif_stream stream[RKCIF_MULTI_STREAMS_NUM];
877 void rkcif_set_fps(struct rkcif_stream *stream, struct rkcif_fps *fps);
878 int rkcif_do_start_stream(struct rkcif_stream *stream,
880 void rkcif_do_stop_stream(struct rkcif_stream *stream,
886 void rkcif_vb_done_tasklet(struct rkcif_stream *stream, struct rkcif_buffer *buf);
[all …]
H A Dcif-rockit.c27 static struct rkcif_stream *rkcif_rockit_get_stream(struct rockit_rkcif_cfg *input_rockit_cfg) in rkcif_rockit_get_stream()
30 struct rkcif_stream *stream = NULL; in rkcif_rockit_get_stream()
78 struct rkcif_stream *stream = NULL; in rkcif_rockit_buf_queue()
189 int rkcif_rockit_buf_done(struct rkcif_stream *stream, struct rkcif_buffer *buf) in rkcif_rockit_buf_done()
237 static int rkcif_rockit_buf_free(struct rkcif_stream *stream) in rkcif_rockit_buf_free()
270 struct rkcif_stream *stream = NULL; in rkcif_rockit_pause_stream()
288 struct rkcif_stream *stream = NULL; in rkcif_rockit_config_stream()
313 struct rkcif_stream *stream = NULL; in rkcif_rockit_resume_stream()
H A Dcapture.c554 static int rkcif_output_fmt_check(struct rkcif_stream *stream, in rkcif_output_fmt_check()
684 static int rkcif_stop_dma_capture(struct rkcif_stream *stream);
691 static struct v4l2_subdev *get_remote_sensor(struct rkcif_stream *stream, u16 *index) in get_remote_sensor()
722 static void get_remote_terminal_sensor(struct rkcif_stream *stream, in get_remote_terminal_sensor()
951 cif_output_fmt *rkcif_find_output_fmt(struct rkcif_stream *stream, u32 pixelfmt) in rkcif_find_output_fmt()
1465 int rkcif_get_linetime(struct rkcif_stream *stream) in rkcif_get_linetime()
1504 static int rkcif_assign_new_buffer_oneframe(struct rkcif_stream *stream, in rkcif_assign_new_buffer_oneframe()
1611 static void rkcif_rx_buffer_free(struct rkcif_stream *stream) in rkcif_rx_buffer_free()
1672 static void rkcif_enable_skip_frame(struct rkcif_stream *stream, int cap_m, int skip_n) in rkcif_enable_skip_frame()
1684 static void rkcif_disable_skip_frame(struct rkcif_stream *stream) in rkcif_disable_skip_frame()
[all …]
H A Dcif-tools.c171 struct rkcif_stream *stream = tools_vdev->stream; in rkcif_tools_set_fmt()
594 struct rkcif_stream *stream = tools_vdev->stream; in rkcif_tools_buf_done()
702 struct rkcif_stream *stream = tools_vdev->stream; in rkcif_tools_buf_done_rdbk()
796 struct rkcif_stream *stream = &cif_dev->stream[ch]; in rkcif_init_tools_vdev()
H A Dcif-scale.c133 struct rkcif_stream *stream = scale_vdev->stream; in rkcif_scale_set_fmt()
877 struct rkcif_stream *stream = scale_vdev->stream; in rkcif_scale_vb2_start_streaming()
1006 struct rkcif_stream *stream; in rkcif_irq_handle_scale()
1057 struct rkcif_stream *stream = &cif_dev->stream[ch]; in rkcif_init_scale_vdev()
H A Dprocfs.c245 struct rkcif_stream *stream = &dev->stream[0]; in rkcif_show_format()
H A Dsubdev-itf.c762 struct rkcif_stream *stream = NULL; in sditf_s_rx_buffer()
H A Ddev.c525 struct rkcif_stream *stream = NULL; in rkcif_store_capture_fps()