Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/firmware/imx/
Ddsp.h27 void (*handle_request)(struct imx_dsp_ipc *ipc); member
/Linux-v5.10/drivers/firmware/imx/
Dimx-dsp.c58 chan->ipc->ops->handle_request(chan->ipc); in imx_dsp_handle_rx()
/Linux-v5.10/sound/soc/sof/imx/
Dimx8m.c106 .handle_request = imx8m_dsp_handle_request,
Dimx8.c133 .handle_request = imx8_dsp_handle_request,
/Linux-v5.10/drivers/net/wireless/intersil/prism54/
Disl_ioctl.c2244 handle_request(islpci_private *priv, struct obj_mlme *mlme, enum oid_num_t oid) in handle_request() function
2306 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
2315 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
2320 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
2345 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
2383 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
2420 handle_request(priv, mlme, oid); in prism54_process_trap_helper()
/Linux-v5.10/drivers/firewire/
Dcore-cdev.c665 static void handle_request(struct fw_card *card, struct fw_request *request, in handle_request() function
779 r->handler.address_callback = handle_request; in ioctl_allocate()