Lines Matching defs:mpp
140 struct mpp_dev mpp; member
387 struct mpp_dev *mpp = session->mpp; in av1dec_alloc_task() local
648 static int av1dec_run(struct mpp_dev *mpp, struct mpp_task *mpp_task) in av1dec_run()
705 static int av1dec_vcd_irq(struct mpp_dev *mpp) in av1dec_vcd_irq()
723 static int av1dec_isr(struct mpp_dev *mpp) in av1dec_isr()
775 static int av1dec_finish(struct mpp_dev *mpp, in av1dec_finish()
818 static int av1dec_result(struct mpp_dev *mpp, in av1dec_result()
866 static int av1dec_procfs_remove(struct mpp_dev *mpp) in av1dec_procfs_remove()
878 static int av1dec_procfs_init(struct mpp_dev *mpp) in av1dec_procfs_init()
901 static inline int av1dec_procfs_remove(struct mpp_dev *mpp) in av1dec_procfs_remove()
906 static inline int av1dec_procfs_init(struct mpp_dev *mpp) in av1dec_procfs_init()
912 static int av1dec_init(struct mpp_dev *mpp) in av1dec_init()
943 static int av1dec_reset(struct mpp_dev *mpp) in av1dec_reset()
964 static int av1dec_clk_on(struct mpp_dev *mpp) in av1dec_clk_on()
974 static int av1dec_clk_off(struct mpp_dev *mpp) in av1dec_clk_off()
984 static int av1dec_set_freq(struct mpp_dev *mpp, in av1dec_set_freq()
1243 struct mpp_dev *mpp = NULL; in av1dec_probe() local
1320 struct mpp_dev *mpp = &dec->mpp; in av1dec_shutdown() local