Lines Matching defs:rproc
94 struct rproc *rproc; member
354 static int imx_rproc_start(struct rproc *rproc) in imx_rproc_start()
388 static int imx_rproc_stop(struct rproc *rproc) in imx_rproc_stop()
458 static void *imx_rproc_da_to_va(struct rproc *rproc, u64 da, size_t len, bool *is_iomem) in imx_rproc_da_to_va()
491 static int imx_rproc_mem_alloc(struct rproc *rproc, in imx_rproc_mem_alloc()
511 static int imx_rproc_mem_release(struct rproc *rproc, in imx_rproc_mem_release()
520 static int imx_rproc_prepare(struct rproc *rproc) in imx_rproc_prepare()
567 static int imx_rproc_parse_fw(struct rproc *rproc, const struct firmware *fw) in imx_rproc_parse_fw()
578 static void imx_rproc_kick(struct rproc *rproc, int vqid) in imx_rproc_kick()
601 static int imx_rproc_attach(struct rproc *rproc) in imx_rproc_attach()
606 static int imx_rproc_detach(struct rproc *rproc) in imx_rproc_detach()
622 static struct resource_table *imx_rproc_get_loaded_rsc_table(struct rproc *rproc, size_t *table_sz) in imx_rproc_get_loaded_rsc_table()
736 struct rproc *rproc = dev_get_drvdata(cl->dev); in imx_rproc_rx_callback() local
742 static int imx_rproc_xtr_mbox_init(struct rproc *rproc) in imx_rproc_xtr_mbox_init()
785 static void imx_rproc_free_mbox(struct rproc *rproc) in imx_rproc_free_mbox()
800 static void imx_rproc_put_scu(struct rproc *rproc) in imx_rproc_put_scu()
884 static int imx_rproc_detach_pd(struct rproc *rproc) in imx_rproc_detach_pd()
1038 struct rproc *rproc; in imx_rproc_probe() local
1114 struct rproc *rproc = platform_get_drvdata(pdev); in imx_rproc_remove() local