/openbmc/qemu/hw/pci/ |
H A D | pcie_doe.c | 208 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 D | s390-ccw.c | 27 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 D | s390-ccw.h | 36 IOInstEnding (*handle_request) (SubchDev *sch); member
|
/openbmc/linux/include/linux/firmware/mediatek/ |
H A D | mtk-adsp-ipc.h | 29 void (*handle_request)(struct mtk_adsp_ipc *ipc); member
|
/openbmc/linux/include/linux/firmware/imx/ |
H A D | dsp.h | 27 void (*handle_request)(struct imx_dsp_ipc *ipc); member
|
/openbmc/qemu/include/sysemu/ |
H A D | tpm_backend.h | 82 void (*handle_request)(TPMBackend *s, TPMBackendCmd *cmd, Error **errp); member
|
/openbmc/qemu/include/hw/pci/ |
H A D | pcie_doe.h | 73 bool (*handle_request)(DOECap *); member
|
/openbmc/linux/drivers/firmware/ |
H A D | mtk-adsp-ipc.c | 62 chan->ipc->ops->handle_request(chan->ipc); in mtk_adsp_ipc_recv()
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | nic_mock.h | 177 uint32_t handle_request(const ncsi_buf_t& request_buf,
|
H A D | ncsi_test.cpp | 76 next_read.len = nic_mock.handle_request(last_write, &next_read); in write()
|
H A D | nic_mock.cpp | 84 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 D | uievent.py | 99 self.server.handle_request()
|
/openbmc/linux/drivers/firmware/imx/ |
H A D | imx-dsp.c | 57 chan->ipc->ops->handle_request(chan->ipc); in imx_dsp_handle_rx()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_backend.c | 43 k->handle_request(s, s->cmd, &err); in tpm_backend_worker_thread()
|
H A D | tpm_passthrough.c | 384 tbc->handle_request = tpm_passthrough_handle_request; in tpm_passthrough_class_init()
|
H A D | tpm_emulator.c | 1075 tbc->handle_request = tpm_emulator_handle_request; in tpm_emulator_class_init()
|
/openbmc/qemu/tests/avocado/ |
H A D | replay_linux.py | 93 self.phone_server.handle_request()
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | linuxtest.py | 249 self.phone_server.handle_request()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ssif_bmc.c | 318 static void handle_request(struct ssif_bmc_ctx *ssif_bmc) in handle_request() function 734 handle_request(ssif_bmc); in on_stop_event()
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx8m.c | 100 .handle_request = imx8m_dsp_handle_request,
|
H A D | imx8ulp.c | 113 .handle_request = imx8ulp_dsp_handle_request,
|
H A D | imx8.c | 107 .handle_request = imx8_dsp_handle_request,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 87 .handle_request = mt8195_dsp_handle_request,
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.c | 87 .handle_request = mt8186_dsp_handle_request,
|
/openbmc/qemu/hw/vfio/ |
H A D | ccw.c | 717 cdc->handle_request = vfio_ccw_handle_request; in vfio_ccw_class_init()
|