Home
last modified time | relevance | path

Searched refs:handle_request (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/linux/firmware/mediatek/
Dmtk-adsp-ipc.h29 void (*handle_request)(struct mtk_adsp_ipc *ipc); member
/Linux-v6.1/include/linux/firmware/imx/
Ddsp.h27 void (*handle_request)(struct imx_dsp_ipc *ipc); member
/Linux-v6.1/drivers/firmware/
Dmtk-adsp-ipc.c63 chan->ipc->ops->handle_request(chan->ipc); in mtk_adsp_ipc_recv()
/Linux-v6.1/drivers/firmware/imx/
Dimx-dsp.c58 chan->ipc->ops->handle_request(chan->ipc); in imx_dsp_handle_rx()
/Linux-v6.1/sound/soc/sof/imx/
Dimx8ulp.c113 .handle_request = imx8ulp_dsp_handle_request,
Dimx8m.c100 .handle_request = imx8m_dsp_handle_request,
Dimx8.c107 .handle_request = imx8_dsp_handle_request,
/Linux-v6.1/sound/soc/sof/mediatek/mt8186/
Dmt8186.c120 .handle_request = mt8186_dsp_handle_request,
/Linux-v6.1/sound/soc/sof/mediatek/mt8195/
Dmt8195.c121 .handle_request = mt8195_dsp_handle_request,
/Linux-v6.1/drivers/firewire/
Dcore-cdev.c666 static void handle_request(struct fw_card *card, struct fw_request *request, in handle_request() function
780 r->handler.address_callback = handle_request; in ioctl_allocate()