Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/pci/
H A Dpcie_doe.c208 bool (*handle_request)(DOECap *) = NULL; in pcie_doe_prepare_rsp() local
216 handle_request = pcie_doe_discovery; in pcie_doe_prepare_rsp()
221 handle_request = doe_cap->protocols[p].handle_request; in pcie_doe_prepare_rsp()
233 if (handle_request && (doe_cap->write_mbox_len == in pcie_doe_prepare_rsp()
235 success = handle_request(doe_cap); in pcie_doe_prepare_rsp()
/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c27 if (!cdc->handle_request) { in s390_ccw_cmd_request()
30 return cdc->handle_request(sch); in s390_ccw_cmd_request()
/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h36 IOInstEnding (*handle_request) (SubchDev *sch); member
/openbmc/linux/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h29 void (*handle_request)(struct mtk_adsp_ipc *ipc); member
/openbmc/linux/include/linux/firmware/imx/
H A Ddsp.h27 void (*handle_request)(struct imx_dsp_ipc *ipc); member
/openbmc/qemu/include/sysemu/
H A Dtpm_backend.h82 void (*handle_request)(TPMBackend *s, TPMBackendCmd *cmd, Error **errp); member
/openbmc/qemu/include/hw/pci/
H A Dpcie_doe.h71 bool (*handle_request)(DOECap *); member
/openbmc/linux/drivers/firmware/
H A Dmtk-adsp-ipc.c62 chan->ipc->ops->handle_request(chan->ipc); in mtk_adsp_ipc_recv()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.h177 uint32_t handle_request(const ncsi_buf_t& request_buf,
H A Dncsi_test.cpp76 next_read.len = nic_mock.handle_request(last_write, &next_read); in write()
H A Dnic_mock.cpp84 uint32_t NIC::handle_request(const ncsi_buf_t& request_buf, in handle_request() function in mock::NIC
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py99 self.server.handle_request()
/openbmc/linux/drivers/firmware/imx/
H A Dimx-dsp.c57 chan->ipc->ops->handle_request(chan->ipc); in imx_dsp_handle_rx()
/openbmc/qemu/backends/tpm/
H A Dtpm_backend.c43 k->handle_request(s, s->cmd, &err); in tpm_backend_worker_thread()
H A Dtpm_passthrough.c384 tbc->handle_request = tpm_passthrough_handle_request; in tpm_passthrough_class_init()
H A Dtpm_emulator.c1043 tbc->handle_request = tpm_emulator_handle_request; in tpm_emulator_class_init()
/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py90 self.phone_server.handle_request()
/openbmc/linux/drivers/char/ipmi/
H A Dssif_bmc.c317 static void handle_request(struct ssif_bmc_ctx *ssif_bmc) in handle_request() function
733 handle_request(ssif_bmc); in on_stop_event()
/openbmc/linux/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,
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c87 .handle_request = mt8195_dsp_handle_request,
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py677 self.phone_server.handle_request()
/openbmc/qemu/hw/vfio/
H A Dccw.c701 cdc->handle_request = vfio_ccw_handle_request; in vfio_ccw_class_init()
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c87 .handle_request = mt8186_dsp_handle_request,

12