Home
last modified time | relevance | path

Searched refs:to_inst (Results 1 – 3 of 3) sorted by relevance

/drivers/media/platform/qcom/venus/
Dvenc.c151 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
221 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
230 struct venus_inst *inst = to_inst(file); in venc_s_fmt()
300 struct venus_inst *inst = to_inst(file); in venc_g_fmt()
332 struct venus_inst *inst = to_inst(file); in venc_g_selection()
360 struct venus_inst *inst = to_inst(file); in venc_s_selection()
381 struct venus_inst *inst = to_inst(file); in venc_s_parm()
416 struct venus_inst *inst = to_inst(file); in venc_g_parm()
431 struct venus_inst *inst = to_inst(file); in venc_enum_framesizes()
461 struct venus_inst *inst = to_inst(file); in venc_enum_frameintervals()
[all …]
Dvdec.c195 struct venus_inst *inst = to_inst(file); in vdec_try_fmt()
238 struct venus_inst *inst = to_inst(file); in vdec_g_fmt()
275 struct venus_inst *inst = to_inst(file); in vdec_s_fmt()
342 struct venus_inst *inst = to_inst(file); in vdec_g_selection()
393 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt()
410 struct venus_inst *inst = to_inst(file); in vdec_s_parm()
445 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes()
497 struct venus_inst *inst = to_inst(file); in vdec_decoder_cmd()
1586 struct venus_inst *inst = to_inst(file); in vdec_close()
Dcore.h434 static inline struct venus_inst *to_inst(struct file *filp) in to_inst() function