Searched refs:rproc_remove_subdev (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_common.c | 99 rproc_remove_subdev(rproc, &glink->subdev); in qcom_remove_glink_subdev() 196 rproc_remove_subdev(rproc, &smd->subdev); in qcom_remove_smd_subdev() 357 rproc_remove_subdev(rproc, &ssr->subdev); in qcom_remove_ssr_subdev()
|
H A D | remoteproc_core.c | 624 rproc_remove_subdev(rproc, &rvdev->subdev); in rproc_vdev_release() 2372 * rproc_remove_subdev() - remove a subdevice from a remoteproc 2376 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev) in rproc_remove_subdev() function 2380 EXPORT_SYMBOL(rproc_remove_subdev); variable
|
H A D | mtk_scp.c | 622 rproc_remove_subdev(scp->rproc, scp->rpmsg_subdev); in scp_remove_rpmsg_subdev()
|
H A D | qcom_sysmon.c | 689 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev); in qcom_remove_sysmon_subdev()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.c | 259 rproc_remove_subdev(rproc, &glink->subdev); in qcom_remove_glink_subdev() 356 rproc_remove_subdev(rproc, &smd->subdev); in qcom_remove_smd_subdev() 517 rproc_remove_subdev(rproc, &ssr->subdev); in qcom_remove_ssr_subdev()
|
H A D | remoteproc_virtio.c | 587 rproc_remove_subdev(rproc, &rvdev->subdev); in rproc_virtio_remove()
|
H A D | qcom_sysmon.c | 715 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev); in qcom_remove_sysmon_subdev()
|
H A D | mtk_scp.c | 808 rproc_remove_subdev(scp->rproc, scp->rpmsg_subdev); in scp_remove_rpmsg_subdev()
|
H A D | remoteproc_core.c | 2639 * rproc_remove_subdev() - remove a subdevice from a remoteproc 2643 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev) in rproc_remove_subdev() function 2647 EXPORT_SYMBOL(rproc_remove_subdev); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | remoteproc.h | 681 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | remoteproc.h | 710 void rproc_remove_subdev(struct rproc *rproc, struct rproc_subdev *subdev);
|
Completed in 16 milliseconds