Searched defs:qcom_sysmon (Results 1 – 1 of 1) sorted by relevance
20 struct qcom_sysmon { struct21 struct rproc_subdev subdev;22 struct rproc *rproc;24 int state;25 struct mutex state_lock;27 struct list_head node;29 const char *name;31 int shutdown_irq;32 int ssctl_version;33 int ssctl_instance;[all …]