Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/qcom/venus/
Dvenc.c151 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
219 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
228 struct venus_inst *inst = to_inst(file); in venc_s_fmt()
298 struct venus_inst *inst = to_inst(file); in venc_g_fmt()
330 struct venus_inst *inst = to_inst(file); in venc_g_selection()
358 struct venus_inst *inst = to_inst(file); in venc_s_selection()
379 struct venus_inst *inst = to_inst(file); in venc_s_parm()
414 struct venus_inst *inst = to_inst(file); in venc_g_parm()
429 struct venus_inst *inst = to_inst(file); in venc_enum_framesizes()
459 struct venus_inst *inst = to_inst(file); in venc_enum_frameintervals()
[all …]
Dvdec.c193 struct venus_inst *inst = to_inst(file); in vdec_try_fmt()
236 struct venus_inst *inst = to_inst(file); in vdec_g_fmt()
273 struct venus_inst *inst = to_inst(file); in vdec_s_fmt()
340 struct venus_inst *inst = to_inst(file); in vdec_g_selection()
391 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt()
408 struct venus_inst *inst = to_inst(file); in vdec_s_parm()
443 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes()
495 struct venus_inst *inst = to_inst(file); in vdec_decoder_cmd()
1540 struct venus_inst *inst = to_inst(file); in vdec_close()
Dcore.h425 static inline struct venus_inst *to_inst(struct file *filp) in to_inst() function