Lines Matching defs:mpp
93 struct mpp_dev mpp; member
203 struct mpp_dev *mpp = session->mpp; in jpgdec_alloc_task() local
240 static int jpgdec_soft_reset(struct mpp_dev *mpp) in jpgdec_soft_reset()
248 static int jpgdec_run(struct mpp_dev *mpp, in jpgdec_run()
287 static int jpgdec_finish(struct mpp_dev *mpp, in jpgdec_finish()
329 static int jpgdec_result(struct mpp_dev *mpp, in jpgdec_result()
364 static int jpgdec_procfs_remove(struct mpp_dev *mpp) in jpgdec_procfs_remove()
376 static int jpgdec_procfs_init(struct mpp_dev *mpp) in jpgdec_procfs_init()
398 static inline int jpgdec_procfs_remove(struct mpp_dev *mpp) in jpgdec_procfs_remove()
403 static inline int jpgdec_procfs_init(struct mpp_dev *mpp) in jpgdec_procfs_init()
409 static int jpgdec_init(struct mpp_dev *mpp) in jpgdec_init()
437 static int jpgdec_clk_on(struct mpp_dev *mpp) in jpgdec_clk_on()
447 static int jpgdec_clk_off(struct mpp_dev *mpp) in jpgdec_clk_off()
457 static int jpgdec_set_freq(struct mpp_dev *mpp, in jpgdec_set_freq()
468 static int jpgdec_reduce_freq(struct mpp_dev *mpp) in jpgdec_reduce_freq()
477 static int jpgdec_irq(struct mpp_dev *mpp) in jpgdec_irq()
487 static int jpgdec_isr(struct mpp_dev *mpp) in jpgdec_isr()
518 static int jpgdec_reset(struct mpp_dev *mpp) in jpgdec_reset()
580 struct mpp_dev *mpp = NULL; in jpgdec_probe() local
625 struct mpp_dev *mpp = dev_get_drvdata(dev); in jpgdec_remove() local