Lines Matching defs:qcom_sysmon
21 struct qcom_sysmon { struct
22 struct rproc_subdev subdev;
23 struct rproc *rproc;
25 int state;
26 struct mutex state_lock;
28 struct list_head node;
30 const char *name;
32 int shutdown_irq;
33 int ssctl_version;
34 int ssctl_instance;
36 struct notifier_block nb;
38 struct device *dev;
40 struct rpmsg_endpoint *ept;
41 struct completion comp;
42 struct completion ind_comp;
43 struct completion shutdown_comp;
44 struct completion ssctl_comp;
45 struct mutex lock;
47 bool ssr_ack;
48 bool shutdown_acked;
50 struct qmi_handle qmi;
51 struct sockaddr_qrtr ssctl;