Searched refs:get_msg (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/mixart/ |
H A D | mixart_core.c | 61 static int get_msg(struct mixart_mgr *mgr, struct mixart_msg *resp, in get_msg() function 257 err = get_msg(mgr, &resp, msg_frame); in snd_mixart_send_msg() 350 err = get_msg(mgr, &resp, addr); in snd_mixart_process_msg() 432 err = get_msg(mgr, &resp, msg & ~MSG_TYPE_MASK); in snd_mixart_threaded_irq()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 344 MSIMessage (*get_msg)(PCIDevice *dev, unsigned vector); in vfio_msi_interrupt() local 354 get_msg = msix_get_message; in vfio_msi_interrupt() 364 get_msg = msi_get_message; in vfio_msi_interrupt() 370 msg = get_msg(&vdev->pdev, nr); in vfio_msi_interrupt()
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 975 static void get_msg(IPMIBmcSim *ibs, in get_msg() function 2012 [IPMI_CMD_GET_MSG] = { get_msg },
|