Lines Matching defs:rproc
23 struct rproc *rproc;
469 * Inform all the listners of sysmon notifications that the rproc associated
470 * to @subdev has booted up. The rproc that booted up also needs to know
592 * @rproc: rproc context to associate the subdev with
598 struct qcom_sysmon *qcom_add_sysmon_subdev(struct rproc *rproc,
609 sysmon->dev = rproc->dev.parent;
610 sysmon->rproc = rproc;
661 rproc_add_subdev(rproc, &sysmon->subdev);
689 rproc_remove_subdev(sysmon->rproc, &sysmon->subdev);
709 struct rproc *rproc;
711 rproc = rproc_get_by_child(&rpdev->dev);
712 if (!rproc) {
713 dev_err(&rpdev->dev, "sysmon device not child of rproc\n");
719 if (sysmon->rproc == rproc)
724 dev_err(&rpdev->dev, "no sysmon associated with parent rproc\n");