Home
last modified time | relevance | path

Searched refs:have_resp (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/imx/
Dimx-scu.c203 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/
Dipc.h48 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/
D0018_linux_drivers_firmware.patch469 @@ -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/
D0005_linux_include.patch3392 @@ -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)