Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dvenc.c151 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
223 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
232 struct venus_inst *inst = to_inst(file); in venc_s_fmt()
302 struct venus_inst *inst = to_inst(file); in venc_g_fmt()
334 struct venus_inst *inst = to_inst(file); in venc_g_selection()
362 struct venus_inst *inst = to_inst(file); in venc_s_selection()
390 struct venus_inst *inst = to_inst(file); in venc_s_parm()
425 struct venus_inst *inst = to_inst(file); in venc_g_parm()
440 struct venus_inst *inst = to_inst(file); in venc_enum_framesizes()
470 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()
344 struct venus_inst *inst = to_inst(file); in vdec_g_selection()
394 struct venus_inst *inst = to_inst(file); in vdec_enum_fmt()
411 struct venus_inst *inst = to_inst(file); in vdec_s_parm()
446 struct venus_inst *inst = to_inst(file); in vdec_enum_framesizes()
498 struct venus_inst *inst = to_inst(file); in vdec_decoder_cmd()
1621 struct venus_inst *inst = to_inst(file); in vdec_close()
Dcore.h465 static inline struct venus_inst *to_inst(struct file *filp) in to_inst() function