Lines Matching defs:rproc
22 struct rproc *rproc;
491 * Inform all the listners of sysmon notifications that the rproc associated
492 * to @subdev has booted up. The rproc that booted up also needs to know
618 * @rproc: rproc context to associate the subdev with
624 struct qcom_sysmon *qcom_add_sysmon_subdev(struct rproc *rproc,
635 sysmon->dev = rproc->dev.parent;
636 sysmon->rproc = rproc;
687 rproc_add_subdev(rproc, &sysmon->subdev);
715 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev);
751 struct rproc *rproc;
753 rproc = rproc_get_by_child(&rpdev->dev);
754 if (!rproc) {
755 dev_err(&rpdev->dev, "sysmon device not child of rproc\n");
761 if (sysmon->rproc == rproc)
766 dev_err(&rpdev->dev, "no sysmon associated with parent rproc\n");