Lines Matching defs:mpp
105 struct mpp_dev mpp; member
306 struct mpp_dev *mpp = session->mpp; in vdpu_alloc_task() local
343 static int vdpu_run(struct mpp_dev *mpp, in vdpu_run()
385 static int vdpu_px30_run(struct mpp_dev *mpp, in vdpu_px30_run()
392 static int vdpu_finish(struct mpp_dev *mpp, in vdpu_finish()
425 static int vdpu_result(struct mpp_dev *mpp, in vdpu_result()
460 static int vdpu_procfs_remove(struct mpp_dev *mpp) in vdpu_procfs_remove()
472 static int vdpu_procfs_init(struct mpp_dev *mpp) in vdpu_procfs_init()
494 static inline int vdpu_procfs_remove(struct mpp_dev *mpp) in vdpu_procfs_remove()
499 static inline int vdpu_procfs_init(struct mpp_dev *mpp) in vdpu_procfs_init()
505 static int vdpu_init(struct mpp_dev *mpp) in vdpu_init()
533 static int vdpu_px30_init(struct mpp_dev *mpp) in vdpu_px30_init()
539 static int vdpu_clk_on(struct mpp_dev *mpp) in vdpu_clk_on()
549 static int vdpu_clk_off(struct mpp_dev *mpp) in vdpu_clk_off()
559 static int vdpu_set_freq(struct mpp_dev *mpp, in vdpu_set_freq()
570 static int vdpu_reduce_freq(struct mpp_dev *mpp) in vdpu_reduce_freq()
579 static int vdpu_irq(struct mpp_dev *mpp) in vdpu_irq()
592 static int vdpu_isr(struct mpp_dev *mpp) in vdpu_isr()
626 static int vdpu_soft_reset(struct mpp_dev *mpp) in vdpu_soft_reset()
637 static int vdpu_reset(struct mpp_dev *mpp) in vdpu_reset()
738 struct mpp_dev *mpp = NULL; in vdpu_probe() local
790 struct mpp_dev *mpp = dev_get_drvdata(dev); in vdpu_remove() local