Searched refs:visl_ctx (Results 1 – 8 of 8) sorted by relevance
| /drivers/media/test-drivers/visl/ |
| A D | visl.h | 140 struct visl_ctx { struct 164 static inline struct visl_ctx *visl_file_to_ctx(struct file *file) in visl_file_to_ctx() argument 166 return container_of(file->private_data, struct visl_ctx, fh); in visl_file_to_ctx() 169 static inline struct visl_ctx *visl_v4l2fh_to_ctx(struct v4l2_fh *v4l2_fh) in visl_v4l2fh_to_ctx() 171 return container_of(v4l2_fh, struct visl_ctx, fh); in visl_v4l2fh_to_ctx() 174 void *visl_find_control_data(struct visl_ctx *ctx, u32 id); 175 struct v4l2_ctrl *visl_find_control(struct visl_ctx *ctx, u32 id); 176 u32 visl_control_num_elems(struct visl_ctx *ctx, u32 id);
|
| A D | visl-video.c | 81 static int visl_tpg_init(struct visl_ctx *ctx) in visl_tpg_init() 349 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_enum_fmt_vid_cap() 381 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_cap() 390 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_g_fmt_vid_out() 576 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_setup() 615 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_queue_cleanup() 652 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_buf_prepare() 674 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_start_streaming() 704 struct visl_ctx *ctx = vb2_get_drv_priv(vq); in visl_stop_streaming() 741 struct visl_ctx *ctx = priv; in visl_queue_init() [all …]
|
| A D | visl-core.c | 252 struct v4l2_ctrl *visl_find_control(struct visl_ctx *ctx, u32 id) in visl_find_control() 259 void *visl_find_control_data(struct visl_ctx *ctx, u32 id) in visl_find_control_data() 270 u32 visl_control_num_elems(struct visl_ctx *ctx, u32 id) in visl_control_num_elems() 294 static int visl_init_ctrls(struct visl_ctx *ctx) in visl_init_ctrls() 330 struct visl_ctx *ctx = NULL; in visl_open() 388 struct visl_ctx *ctx = visl_file_to_ctx(file); in visl_release()
|
| A D | visl-debugfs.h | 18 void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run); 35 static inline void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run) {} in visl_trace_bitstream()
|
| A D | visl-dec.h | 70 int visl_dec_start(struct visl_ctx *ctx); 71 int visl_dec_stop(struct visl_ctx *ctx);
|
| A D | visl-dec.c | 61 static void visl_get_ref_frames(struct visl_ctx *ctx, u8 *buf, in visl_get_ref_frames() 270 static void visl_tpg_fill_sequence(struct visl_ctx *ctx, in visl_tpg_fill_sequence() 298 static bool visl_tpg_fill_codec_specific(struct visl_ctx *ctx, in visl_tpg_fill_codec_specific() 327 static void visl_tpg_fill(struct visl_ctx *ctx, struct visl_run *run) in visl_tpg_fill() 495 static void visl_trace_ctrls(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_ctrls() 562 struct visl_ctx *ctx = priv; in visl_device_run()
|
| A D | visl-video.h | 25 int visl_set_default_format(struct visl_ctx *ctx);
|
| A D | visl-debugfs.c | 40 void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_bitstream()
|
Completed in 15 milliseconds