qcom_rproc_subdev
#define to_smd_subdev(d) container_of(d, struct qcom_rproc_subdev, subdev)
struct qcom_rproc_subdev *smd = to_smd_subdev(subdev);
struct qcom_rproc_subdev *smd = to_smd_subdev(subdev);
void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd)
void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd)
void qcom_add_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
void qcom_remove_smd_subdev(struct rproc *rproc, struct qcom_rproc_subdev *smd);
struct qcom_rproc_subdev smd_subdev;
struct qcom_rproc_subdev smd_subdev;
struct qcom_rproc_subdev smd_subdev;