Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvdec.c335 struct vpu_inst *inst = to_inst(file); in vdec_enum_fmt()
364 struct vpu_inst *inst = to_inst(file); in vdec_g_fmt()
395 struct vpu_inst *inst = to_inst(file); in vdec_try_fmt()
501 struct vpu_inst *inst = to_inst(file); in vdec_s_fmt()
534 struct vpu_inst *inst = to_inst(file); in vdec_g_selection()
622 struct vpu_inst *inst = to_inst(file); in vdec_decoder_cmd()
1694 struct vpu_inst *inst = to_inst(file); in vdec_init()
H A Dvpu.h327 static inline struct vpu_inst *to_inst(struct file *filp) in to_inst() function