Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dvenc.c285 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
351 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
360 struct venus_inst *inst = to_inst(file); in venc_s_fmt()
420 struct venus_inst *inst = to_inst(file); in venc_g_fmt()
452 struct venus_inst *inst = to_inst(file); in venc_g_selection()
480 struct venus_inst *inst = to_inst(file); in venc_s_selection()
501 struct venus_inst *inst = to_inst(file); in venc_s_parm()
536 struct venus_inst *inst = to_inst(file); in venc_g_parm()
551 struct venus_inst *inst = to_inst(file); in venc_enum_framesizes()
581 struct venus_inst *inst = to_inst(file); in venc_enum_frameintervals()
[all …]
Dvdec.c187 struct venus_inst *inst = to_inst(file); in vdec_try_fmt()
196 struct venus_inst *inst = to_inst(file); in vdec_g_fmt()
244 struct venus_inst *inst = to_inst(file); in vdec_s_fmt()
302 struct venus_inst *inst = to_inst(file); in vdec_g_selection()
353 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt()
369 struct venus_inst *inst = to_inst(file); in vdec_s_parm()
404 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes()
464 struct venus_inst *inst = to_inst(file); in vdec_decoder_cmd()
1096 struct venus_inst *inst = to_inst(file); in vdec_close()
Dcore.h329 static inline struct venus_inst *to_inst(struct file *filp) in to_inst() function