Searched refs:vicodec_ctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 115 struct vicodec_ctx { struct 143 static inline struct vicodec_ctx *file2ctx(struct file *file) in file2ctx() 145 return container_of(file->private_data, struct vicodec_ctx, fh); in file2ctx() 148 static struct vicodec_q_data *get_q_data(struct vicodec_ctx *ctx, in get_q_data() 241 static void update_state_from_header(struct vicodec_ctx *ctx) in update_state_from_header() 253 static int device_process(struct vicodec_ctx *ctx, in device_process() 345 static enum vb2_buffer_state get_next_header(struct vicodec_ctx *ctx, in get_next_header() 406 struct vicodec_ctx *ctx = priv; in device_run() 465 static void job_remove_src_buf(struct vicodec_ctx *ctx, u32 state) in job_remove_src_buf() 518 static void update_capture_data_from_header(struct vicodec_ctx *ct [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | vicodec-core.c | 115 struct vicodec_ctx { struct 143 static inline struct vicodec_ctx *file2ctx(struct file *file) in file2ctx() 145 return container_of(file->private_data, struct vicodec_ctx, fh); in file2ctx() 148 static struct vicodec_q_data *get_q_data(struct vicodec_ctx *ctx, in get_q_data() 241 static void update_state_from_header(struct vicodec_ctx *ctx) in update_state_from_header() 253 static int device_process(struct vicodec_ctx *ctx, in device_process() 341 static enum vb2_buffer_state get_next_header(struct vicodec_ctx *ctx, in get_next_header() 402 struct vicodec_ctx *ctx = priv; in device_run() 461 static void job_remove_src_buf(struct vicodec_ctx *ctx, u32 state) in job_remove_src_buf() 514 static void update_capture_data_from_header(struct vicodec_ctx *ct [all...] |
Completed in 5 milliseconds