Home
last modified time | relevance | path

Searched defs:qcom_sysmon (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/remoteproc/
Dqcom_sysmon.c20 struct qcom_sysmon { struct
21 struct rproc_subdev subdev;
22 struct rproc *rproc;
24 struct list_head node;
26 const char *name;
28 int ssctl_version;
29 int ssctl_instance;
53 static void sysmon_send_event(struct qcom_sysmon *sysmon, const char *name) in sysmon_send_event() argument