Searched refs:handle_request (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/firmware/imx/
H A Ddsp.h27 void (*handle_request)(struct imx_dsp_ipc *ipc); member in struct:imx_dsp_ops
/linux-master/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h29 void (*handle_request)(struct mtk_adsp_ipc *ipc); member in struct:mtk_adsp_ipc_ops
/linux-master/drivers/firmware/
H A Dmtk-adsp-ipc.c49 * Users of ADSP IPC will need to privde handle_reply and handle_request
62 chan->ipc->ops->handle_request(chan->ipc);
/linux-master/drivers/firmware/imx/
H A Dimx-dsp.c47 * Users of DSP IPC will need to privde handle_reply and handle_request
57 chan->ipc->ops->handle_request(chan->ipc);
/linux-master/sound/soc/sof/imx/
H A Dimx8m.c100 .handle_request = imx8m_dsp_handle_request,
H A Dimx8ulp.c113 .handle_request = imx8ulp_dsp_handle_request,
H A Dimx8.c107 .handle_request = imx8_dsp_handle_request,
/linux-master/drivers/char/ipmi/
H A Dssif_bmc.c317 static void handle_request(struct ssif_bmc_ctx *ssif_bmc) function
733 handle_request(ssif_bmc);
/linux-master/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c87 .handle_request = mt8195_dsp_handle_request,
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c87 .handle_request = mt8186_dsp_handle_request,
/linux-master/drivers/firewire/
H A Dcore-cdev.c707 static void handle_request(struct fw_card *card, struct fw_request *request, function
831 r->handler.address_callback = handle_request;

Completed in 582 milliseconds