Searched refs:sysmon (Results 1 – 24 of 24) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_sysmon.c | 80 static void sysmon_send_event(struct qcom_sysmon *sysmon, in sysmon_send_event() argument 92 mutex_lock(&sysmon->lock); in sysmon_send_event() 93 reinit_completion(&sysmon->comp); in sysmon_send_event() 94 sysmon->ssr_ack = false; in sysmon_send_event() 96 ret = rpmsg_send(sysmon->ept, req, len); in sysmon_send_event() 98 dev_err(sysmon->dev, "failed to send sysmon event\n"); in sysmon_send_event() 102 ret = wait_for_completion_timeout(&sysmon->comp, in sysmon_send_event() 105 dev_err(sysmon->dev, "timeout waiting for sysmon ack\n"); in sysmon_send_event() 109 if (!sysmon->ssr_ack) in sysmon_send_event() 110 dev_err(sysmon->dev, "unexpected response to sysmon event\n"); in sysmon_send_event() [all …]
|
| H A D | qcom_common.h | 53 void qcom_remove_sysmon_subdev(struct qcom_sysmon *sysmon); 62 static inline void qcom_remove_sysmon_subdev(struct qcom_sysmon *sysmon) in qcom_remove_sysmon_subdev() argument
|
| H A D | qcom_q6v5_adsp.c | 98 struct qcom_sysmon *sysmon; member 476 adsp->sysmon = qcom_add_sysmon_subdev(rproc, in adsp_probe() 479 if (IS_ERR(adsp->sysmon)) { in adsp_probe() 480 ret = PTR_ERR(adsp->sysmon); in adsp_probe() 505 qcom_remove_sysmon_subdev(adsp->sysmon); in adsp_remove()
|
| H A D | qcom_wcnss.c | 95 struct qcom_sysmon *sysmon; member 563 wcnss->sysmon = qcom_add_sysmon_subdev(rproc, "wcnss", WCNSS_SSCTL_ID); in wcnss_probe() 564 if (IS_ERR(wcnss->sysmon)) { in wcnss_probe() 565 ret = PTR_ERR(wcnss->sysmon); in wcnss_probe() 590 qcom_remove_sysmon_subdev(wcnss->sysmon); in wcnss_remove()
|
| H A D | qcom_q6v5_pas.c | 81 struct qcom_sysmon *sysmon; member 456 adsp->sysmon = qcom_add_sysmon_subdev(rproc, in adsp_probe() 459 if (IS_ERR(adsp->sysmon)) { in adsp_probe() 460 ret = PTR_ERR(adsp->sysmon); in adsp_probe() 487 qcom_remove_sysmon_subdev(adsp->sysmon); in adsp_remove()
|
| H A D | Kconfig | 208 tristate "Qualcomm sysmon driver" 214 The sysmon driver implements a sysmon QMI client and a handler for
|
| H A D | qcom_q6v5_mss.c | 200 struct qcom_sysmon *sysmon; member 1769 qproc->sysmon = qcom_add_sysmon_subdev(rproc, "modem", 0x12); in q6v5_probe() 1770 if (IS_ERR(qproc->sysmon)) { in q6v5_probe() 1771 ret = PTR_ERR(qproc->sysmon); in q6v5_probe() 1782 qcom_remove_sysmon_subdev(qproc->sysmon); in q6v5_probe() 1804 qcom_remove_sysmon_subdev(qproc->sysmon); in q6v5_remove()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | .iomux.o.cmd | |
| H A D | .autoboot.o.cmd | |
| H A D | .stdio.o.cmd | |
| H A D | .console.o.cmd | |
| H A D | .board_f.o.cmd | |
| H A D | .board_r.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | .tiny-printf.o.cmd | |
| H A D | .fdtdec.o.cmd | |
| /OK3568_Linux_fs/u-boot/tpl/drivers/serial/ |
| H A D | .ns16550.o.cmd | |
| H A D | .serial-uclass.o.cmd | |
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | .ns16550.o.cmd | |
| H A D | .serial-uclass.o.cmd | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | .fdtdec.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | .stdio.o.cmd | |
| H A D | .console.o.cmd | |
| /OK3568_Linux_fs/u-boot/spl/drivers/serial/ |
| H A D | .serial-uclass.o.cmd | |
| H A D | .ns16550.o.cmd | |