Home
last modified time | relevance | path

Searched refs:rproc_add (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/staging/
H A Dremoteproc.rst126 implementations should then call rproc_add() to complete
149 int rproc_add(struct rproc *rproc)
170 Unroll rproc_add().
174 _only_ be called if a previous invocation of rproc_add()
/linux/drivers/remoteproc/
H A Dmeson_mx_ao_arc.c220 ret = rproc_add(rproc); in meson_mx_ao_arc_rproc_probe()
H A Dwkup_m3_rproc.c210 ret = rproc_add(rproc); in wkup_m3_rproc_probe()
212 dev_err(dev, "rproc_add failed\n"); in wkup_m3_rproc_probe()
H A Dda8xx_remoteproc.c311 * rproc_add() can end up enabling the DSP's clk with the DSP in da8xx_rproc_probe()
325 ret = rproc_add(rproc); in da8xx_rproc_probe()
327 dev_err(dev, "rproc_add failed: %d\n", ret); in da8xx_rproc_probe()
H A Dst_slim_rproc.c287 err = rproc_add(rproc); in st_slim_rproc_alloc()
H A Dkeystone_remoteproc.c441 ret = rproc_add(rproc); in keystone_rproc_probe()
H A Dst_remoteproc.c419 ret = rproc_add(rproc); in st_rproc_probe()
H A Dremoteproc_core.c2271 * rproc_add() - register a remote processor
2290 int rproc_add(struct rproc *rproc) in rproc_add() function
2336 EXPORT_SYMBOL(rproc_add);
2344 * devm_rproc_add() - resource managed rproc_add()
2348 * This function performs like rproc_add() but the registered rproc device will
2357 err = rproc_add(rproc); in devm_rproc_add()
2456 * implementations should then call rproc_add() to complete
2572 * _only_ be called if a previous invocation of rproc_add()
H A Dqcom_wcnss.c667 ret = rproc_add(rproc); in wcnss_probe()
H A Dmtk_scp.c1219 ret = rproc_add(scp->rproc); in scp_add_single_core()
1271 ret = rproc_add(scp->rproc); in scp_add_multi_core()
H A Dqcom_q6v5_adsp.c735 ret = rproc_add(rproc); in adsp_probe()
H A Dstm32_rproc.c889 ret = rproc_add(rproc); in stm32_rproc_probe()
H A Dqcom_q6v5_wcss.c1036 ret = rproc_add(rproc); in q6v5_wcss_probe()
H A Dxlnx_r5_remoteproc.c954 ret = rproc_add(r5_rproc); in zynqmp_r5_add_rproc_core()
/linux/include/linux/
H A Dremoteproc.h664 int rproc_add(struct rproc *rproc);