Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dqcom_common.c76 rproc_remove_subdev(rproc, &glink->subdev); in qcom_remove_glink_subdev()
172 rproc_remove_subdev(rproc, &smd->subdev); in qcom_remove_smd_subdev()
236 rproc_remove_subdev(rproc, &ssr->subdev); in qcom_remove_ssr_subdev()
Dremoteproc_core.c582 rproc_remove_subdev(rproc, &rvdev->subdev); in rproc_vdev_release()
2171 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev) in rproc_remove_subdev() function
2175 EXPORT_SYMBOL(rproc_remove_subdev);
Dqcom_sysmon.c577 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev); in qcom_remove_sysmon_subdev()
/Linux-v5.4/include/linux/
Dremoteproc.h636 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev);