Lines Matching defs:qcom_sysmon
20 struct qcom_sysmon { struct
21 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;
35 struct notifier_block nb;
37 struct device *dev;
39 struct rpmsg_endpoint *ept;
40 struct completion comp;
41 struct completion ind_comp;
42 struct completion shutdown_comp;
43 struct completion ssctl_comp;
44 struct mutex lock;
46 bool ssr_ack;
47 bool shutdown_acked;
49 struct qmi_handle qmi;
50 struct sockaddr_qrtr ssctl;