Searched refs:visl_ctx (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/test-drivers/visl/ |
H 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);
|
H 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()
|
H A D | visl-dec.h | 70 int visl_dec_start(struct visl_ctx *ctx); 71 int visl_dec_stop(struct visl_ctx *ctx);
|
H 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()
|
H A D | visl-video.h | 25 int visl_set_default_format(struct visl_ctx *ctx);
|
H A D | visl-debugfs.c | 40 void visl_trace_bitstream(struct visl_ctx *ctx, struct visl_run *run) in visl_trace_bitstream()
|