Home
last modified time | relevance | path

Searched refs:rproc_remove_subdev (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dremoteproc.h710 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev);
/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c587 rproc_remove_subdev(rproc, &rvdev->subdev); in rproc_virtio_remove()
H A Dqcom_sysmon.c715 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev); in qcom_remove_sysmon_subdev()
H A Dremoteproc_core.c2663 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev) in rproc_remove_subdev() function
2667 EXPORT_SYMBOL(rproc_remove_subdev);
H A Dmtk_scp.c1108 rproc_remove_subdev(scp->rproc, scp->rpmsg_subdev); in scp_remove_rpmsg_subdev()