Searched refs:rkcif_stream (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 477 * struct rkcif_stream - Stream states
489 struct rkcif_stream {
struct 573 static inline struct rkcif_stream *to_rkcif_stream(struct rkcif_vdev_node *vnode)
in to_rkcif_stream() 575 return container_of(vnode, struct rkcif_stream, vnode);
in to_rkcif_stream() 662 struct rkcif_stream *stream;
708 struct rkcif_stream stream[RKCIF_MULTI_STREAMS_NUM];
763 int rkcif_do_start_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode);
764 void rkcif_do_stop_stream(struct rkcif_stream *stream, enum rkcif_stream_mode mode);
796 int rkcif_update_sensor_info(struct rkcif_stream *stream);
803 int rkcif_init_rx_buf(struct rkcif_stream *strea [all...] |
H A D | capture.c | 572 static struct v4l2_subdev *get_remote_sensor(struct rkcif_stream *stream, u16 *index)
in get_remote_sensor() 601 static void get_remote_terminal_sensor(struct rkcif_stream *stream, struct v4l2_subdev **sensor_sd)
in get_remote_terminal_sensor() 787 static const struct cif_output_fmt *find_output_fmt(struct rkcif_stream *stream, u32 pixelfmt)
in find_output_fmt() 1278 static int rkcif_assign_new_buffer_oneframe(struct rkcif_stream *stream, enum rkcif_yuvaddr_state stat)
in rkcif_assign_new_buffer_oneframe() 1382 static void rkcif_assign_new_buffer_init_toisp(struct rkcif_stream *stream, int channel_id)
in rkcif_assign_new_buffer_init_toisp() 1437 static int rkcif_assign_new_buffer_update_toisp(struct rkcif_stream *stream, int channel_id)
in rkcif_assign_new_buffer_update_toisp() 1483 static int rkcif_assign_new_buffer_pingpong_toisp(struct rkcif_stream *stream, int init, int channel_id)
in rkcif_assign_new_buffer_pingpong_toisp() 1495 static void rkcif_assign_new_buffer_init(struct rkcif_stream *stream, int channel_id)
in rkcif_assign_new_buffer_init() 1597 static int rkcif_assign_new_buffer_update(struct rkcif_stream *stream, int channel_id)
in rkcif_assign_new_buffer_update() 1707 static int rkcif_get_new_buffer_wake_up_mode(struct rkcif_stream *strea [all...] |
H A D | cif-scale.c | 126 struct rkcif_stream *stream = scale_vdev->stream;
in rkcif_scale_set_fmt() 537 struct rkcif_stream *stream = scale_vdev->stream;
in rkcif_scale_vb2_stop_streaming() 830 struct rkcif_stream *stream = scale_vdev->stream;
in rkcif_scale_vb2_start_streaming() 957 struct rkcif_stream *stream;
in rkcif_irq_handle_scale() 1005 struct rkcif_stream *stream = &cif_dev->stream[ch];
in rkcif_init_scale_vdev()
|
H A D | procfs.c | 245 struct rkcif_stream *stream = &dev->stream[0]; in rkcif_show_format()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 436 * struct rkcif_stream - Stream states TODO 448 struct rkcif_stream { struct 534 struct rkcif_stream *to_rkcif_stream(struct rkcif_vdev_node *vnode) in to_rkcif_stream() 536 return container_of(vnode, struct rkcif_stream, vnode); in to_rkcif_stream() 623 struct rkcif_stream *stream; 673 struct rkcif_stream stream[RKCIF_MULTI_STREAMS_NUM]; 718 int rkcif_do_start_stream(struct rkcif_stream *stream, 720 void rkcif_do_stop_stream(struct rkcif_stream *stream, 766 int rkcif_update_sensor_info(struct rkcif_stream *stream); 774 int rkcif_init_rx_buf(struct rkcif_stream *strea [all...] |
H A D | capture.c | 516 static struct v4l2_subdev *get_remote_sensor(struct rkcif_stream *stream, u16 *index) in get_remote_sensor() 547 static void get_remote_terminal_sensor(struct rkcif_stream *stream, in get_remote_terminal_sensor() 735 cif_output_fmt *find_output_fmt(struct rkcif_stream *stream, u32 pixelfmt) in find_output_fmt() 1225 static int rkcif_assign_new_buffer_oneframe(struct rkcif_stream *stream, in rkcif_assign_new_buffer_oneframe() 1345 static void rkcif_assign_new_buffer_init_toisp(struct rkcif_stream *stream, in rkcif_assign_new_buffer_init_toisp() 1404 static int rkcif_assign_new_buffer_update_toisp(struct rkcif_stream *stream, in rkcif_assign_new_buffer_update_toisp() 1458 static int rkcif_assign_new_buffer_pingpong_toisp(struct rkcif_stream *stream, in rkcif_assign_new_buffer_pingpong_toisp() 1470 static void rkcif_assign_new_buffer_init(struct rkcif_stream *stream, in rkcif_assign_new_buffer_init() 1584 static int rkcif_assign_new_buffer_update(struct rkcif_stream *stream, in rkcif_assign_new_buffer_update() 1706 static int rkcif_get_new_buffer_wake_up_mode(struct rkcif_stream *strea [all...] |
H A D | cif-scale.c | 133 struct rkcif_stream *stream = scale_vdev->stream; in rkcif_scale_set_fmt() 562 struct rkcif_stream *stream = scale_vdev->stream; in rkcif_scale_vb2_stop_streaming() 883 struct rkcif_stream *stream = scale_vdev->stream; in rkcif_scale_vb2_start_streaming() 1014 struct rkcif_stream *stream; in rkcif_irq_handle_scale() 1065 struct rkcif_stream *stream = &cif_dev->stream[ch]; in rkcif_init_scale_vdev()
|
H A D | procfs.c | 246 struct rkcif_stream *stream = &dev->stream[0]; in rkcif_show_format()
|
Completed in 17 milliseconds