Home
last modified time | relevance | path

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

/linux-6.15/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h29 void (*handle_request)(struct mtk_adsp_ipc *ipc); member
/linux-6.15/include/linux/firmware/imx/
H A Ddsp.h27 void (*handle_request)(struct imx_dsp_ipc *ipc); member
/linux-6.15/drivers/firmware/
H A Dmtk-adsp-ipc.c62 chan->ipc->ops->handle_request(chan->ipc); in mtk_adsp_ipc_recv()
/linux-6.15/drivers/firmware/imx/
H A Dimx-dsp.c57 chan->ipc->ops->handle_request(chan->ipc); in imx_dsp_handle_rx()
/linux-6.15/Documentation/userspace-api/gpio/
H A Dgpio-get-linehandle-ioctl.rst32 The :c:type:`handle_request<gpiohandle_request>` specifying the lines to
/linux-6.15/drivers/char/ipmi/
H A Dssif_bmc.c318 static void handle_request(struct ssif_bmc_ctx *ssif_bmc) in handle_request() function
734 handle_request(ssif_bmc); in on_stop_event()
/linux-6.15/sound/soc/sof/imx/
H A Dimx-common.c117 .handle_request = imx_handle_request,
/linux-6.15/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c42 .handle_request = mtk_adsp_handle_request,
/linux-6.15/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c42 .handle_request = mtk_adsp_handle_request,
/linux-6.15/drivers/firewire/
H A Dcore-cdev.c724 static void handle_request(struct fw_card *card, struct fw_request *request, in handle_request() function
847 r->handler.address_callback = handle_request; in ioctl_allocate()