Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dvenc.c276 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
344 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
353 struct venus_inst *inst = to_inst(file); in venc_s_fmt()
415 struct venus_inst *inst = to_inst(file); in venc_g_fmt()
447 struct venus_inst *inst = to_inst(file); in venc_g_selection()
475 struct venus_inst *inst = to_inst(file); in venc_s_selection()
496 struct venus_inst *inst = to_inst(file); in venc_s_parm()
531 struct venus_inst *inst = to_inst(file); in venc_g_parm()
546 struct venus_inst *inst = to_inst(file); in venc_enum_framesizes()
576 struct venus_inst *inst = to_inst(file); in venc_enum_frameintervals()
[all …]
Dvdec.c192 struct venus_inst *inst = to_inst(file); in vdec_try_fmt()
235 struct venus_inst *inst = to_inst(file); in vdec_g_fmt()
272 struct venus_inst *inst = to_inst(file); in vdec_s_fmt()
331 struct venus_inst *inst = to_inst(file); in vdec_g_selection()
382 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt()
399 struct venus_inst *inst = to_inst(file); in vdec_s_parm()
434 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes()
486 struct venus_inst *inst = to_inst(file); in vdec_decoder_cmd()
1392 struct venus_inst *inst = to_inst(file); in vdec_close()
Dcore.h352 static inline struct venus_inst *to_inst(struct file *filp) in to_inst() function