Searched refs:have_resp (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
D | imx-scu.c | 203 int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) in imx_scu_call_rpc() argument 215 if (have_resp) { in imx_scu_call_rpc() 227 if (have_resp) { in imx_scu_call_rpc()
|
/kernel/linux/linux-5.10/include/linux/firmware/imx/ |
D | ipc.h | 48 int imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0018_linux_drivers_firmware.patch | 469 @@ -204,6 +208,7 @@ int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) 477 @@ -218,33 +223,45 @@ int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) 487 - if (have_resp) { 495 + arm_smccc_hvc(FSL_HVC_SC, (uint64_t)msg, !have_resp, 0, 0, 0, 522 + if (have_resp) {
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 3392 @@ -55,4 +58,17 @@ int imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp); 3398 +imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp)
|