Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/firmware/imx/
H A Dipc.h44 * @param[in] have_resp response flag
46 * If have_resp is true then this function waits for a response
49 int imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp);
61 bool have_resp) in imx_scu_call_rpc()
60 imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp) imx_scu_call_rpc() argument
/kernel/linux/linux-5.10/include/linux/firmware/imx/
H A Dipc.h43 * @param[in] have_resp response flag
45 * If have_resp is true then this function waits for a response
48 int imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, bool have_resp);
/kernel/linux/linux-5.10/drivers/firmware/imx/
H A 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-6.6/drivers/firmware/imx/
H A Dimx-scu.c204 int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) in imx_scu_call_rpc() argument
216 if (have_resp) { in imx_scu_call_rpc()
228 if (have_resp) { in imx_scu_call_rpc()

Completed in 2 milliseconds