Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvhost.h179 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member
187 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
H A Dvhost.c549 int (*msg_handler)(struct vhost_dev *dev, u32 asid, in vhost_dev_init()
566 dev->msg_handler = msg_handler; in vhost_dev_init()
1534 if (dev->msg_handler) in vhost_chr_write_iter()
1535 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c134 static uint16_t msg_handler(const struct hyperv_post_message_input *msg, in msg_handler() function
171 assert(!hyperv_set_msg_handler(conn->conn_id, msg_handler, conn)); in msg_conn_create()
/openbmc/linux/include/linux/soc/qcom/
H A Dqmi.h150 void (*msg_handler)(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, member
/openbmc/linux/drivers/soc/qcom/
H A Dqmi_interface.c561 } else if (ops->msg_handler) { in qmi_data_ready_work()
562 ops->msg_handler(qmi, &sq, qmi->recv_buf, msglen); in qmi_data_ready_work()
/openbmc/linux/ipc/
H A Dmsg.c1099 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv()
1258 bufsz = msg_handler(buf, msg, bufsz); in do_msgrcv()