Symbol: allegro_channel
drivers/media/platform/allegro-dvt/allegro-core.c
1232
static u32 allegro_channel_get_entropy_mode(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1244
static int fill_create_channel_param(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
125
struct allegro_channel;
drivers/media/platform/allegro-dvt/allegro-core.c
1363
struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1393
struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1410
struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1436
struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1479
static int allegro_mcu_push_buffer_internal(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1530
static int allegro_mcu_push_buffer_intermediate(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1537
static int allegro_mcu_push_buffer_reference(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1544
static int allocate_buffers_internal(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1580
static void destroy_buffers_internal(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1593
static void destroy_reference_buffers(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1598
static void destroy_intermediate_buffers(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1604
static int allocate_intermediate_buffers(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1612
static int allocate_reference_buffers(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1620
static ssize_t allegro_h264_write_sps(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1725
static ssize_t allegro_h264_write_pps(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1762
static void allegro_channel_eos_event(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
1771
static ssize_t allegro_hevc_write_vps(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1810
static ssize_t allegro_hevc_write_sps(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1923
static ssize_t allegro_hevc_write_pps(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1970
static u64 allegro_put_buffer(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
1986
allegro_get_buffer(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
2005
static void allegro_channel_finish_frame(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
2209
struct allegro_channel *channel;
drivers/media/platform/allegro-dvt/allegro-core.c
2290
struct allegro_channel *channel;
drivers/media/platform/allegro-dvt/allegro-core.c
2314
struct allegro_channel *channel;
drivers/media/platform/allegro-dvt/allegro-core.c
2539
static void allegro_destroy_channel(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
2602
static int allegro_create_channel(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
2688
static void allegro_channel_adjust(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
2799
static void allegro_set_default_params(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
2822
struct allegro_channel *channel = vb2_get_drv_priv(vq);
drivers/media/platform/allegro-dvt/allegro-core.c
2852
struct allegro_channel *channel = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/allegro-dvt/allegro-core.c
2871
struct allegro_channel *channel = vb2_get_drv_priv(vb->vb2_queue);
drivers/media/platform/allegro-dvt/allegro-core.c
2896
struct allegro_channel *channel = vb2_get_drv_priv(q);
drivers/media/platform/allegro-dvt/allegro-core.c
2915
struct allegro_channel *channel = vb2_get_drv_priv(q);
drivers/media/platform/allegro-dvt/allegro-core.c
2969
struct allegro_channel *channel = priv;
drivers/media/platform/allegro-dvt/allegro-core.c
3000
static int allegro_clamp_qp(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
3018
static int allegro_clamp_bitrate(struct allegro_channel *channel,
drivers/media/platform/allegro-dvt/allegro-core.c
3033
struct allegro_channel *channel = container_of(ctrl->handler,
drivers/media/platform/allegro-dvt/allegro-core.c
3034
struct allegro_channel,
drivers/media/platform/allegro-dvt/allegro-core.c
305
static inline struct allegro_channel *file_to_channel(struct file *filp)
drivers/media/platform/allegro-dvt/allegro-core.c
3052
struct allegro_channel *channel = container_of(ctrl->handler,
drivers/media/platform/allegro-dvt/allegro-core.c
3053
struct allegro_channel,
drivers/media/platform/allegro-dvt/allegro-core.c
307
return container_of(file_to_v4l2_fh(filp), struct allegro_channel, fh);
drivers/media/platform/allegro-dvt/allegro-core.c
3099
struct allegro_channel *channel = NULL;
drivers/media/platform/allegro-dvt/allegro-core.c
311
allegro_channel_get_i_frame_qp(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
320
allegro_channel_get_p_frame_qp(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
329
allegro_channel_get_b_frame_qp(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
3298
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3352
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
338
allegro_channel_get_min_qp(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
3394
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3416
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3463
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
347
allegro_channel_get_max_qp(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
3485
static int allegro_channel_cmd_stop(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
3493
static int allegro_channel_cmd_start(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
3504
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3553
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3568
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3585
struct allegro_channel *channel = file_to_channel(file);
drivers/media/platform/allegro-dvt/allegro-core.c
3678
struct allegro_channel *channel = priv;
drivers/media/platform/allegro-dvt/allegro-core.c
434
static struct allegro_channel *
drivers/media/platform/allegro-dvt/allegro-core.c
438
struct allegro_channel *channel;
drivers/media/platform/allegro-dvt/allegro-core.c
453
static struct allegro_channel *
drivers/media/platform/allegro-dvt/allegro-core.c
457
struct allegro_channel *channel;
drivers/media/platform/allegro-dvt/allegro-core.c
474
struct allegro_channel *channel = container_of(ref, struct allegro_channel, ref);
drivers/media/platform/allegro-dvt/allegro-core.c
479
static int allegro_ref_put_channel(struct allegro_channel *channel)
drivers/media/platform/allegro-dvt/allegro-core.c
484
static inline bool channel_exists(struct allegro_channel *channel)