Symbol: s5p_mfc_buf
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
132
struct s5p_mfc_buf *b;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
136
b = list_entry(lh->next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
227
struct s5p_mfc_buf *dst_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
234
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
259
struct s5p_mfc_buf *dst_buf, *src_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
273
src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
315
struct s5p_mfc_buf *dst_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
377
struct s5p_mfc_buf *src_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
435
src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
551
struct s5p_mfc_buf *src_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
554
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
577
struct s5p_mfc_buf *src_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
593
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
622
struct s5p_mfc_buf *mb_entry;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
629
mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
680
struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
682
struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
1136
struct s5p_mfc_buf *mfc_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
861
struct s5p_mfc_buf *buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_dec.c
883
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1130
struct s5p_mfc_buf *mb_entry;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1135
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1150
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1154
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1166
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1171
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1204
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1205
struct s5p_mfc_buf *src_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1209
src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1221
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1233
struct s5p_mfc_buf *mb_entry;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1295
mb_entry = list_entry(ctx->src_queue.next, struct s5p_mfc_buf,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
1307
mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2323
struct s5p_mfc_buf *buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2345
struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
2623
struct s5p_mfc_buf *mfc_buf;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1165
struct s5p_mfc_buf *temp_vb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1181
temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1199
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1200
struct s5p_mfc_buf *src_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1218
src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1238
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1253
struct s5p_mfc_buf *temp_vb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1257
temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1271
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1276
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1287
struct s5p_mfc_buf *temp_vb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1302
temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1955
struct s5p_mfc_buf *temp_vb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1973
temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1994
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1995
struct s5p_mfc_buf *src_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2017
src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2041
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2057
struct s5p_mfc_buf *temp_vb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2061
temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2073
struct s5p_mfc_buf *dst_mb;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2077
dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list);