Searched refs:msg_handler (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | vhost.h | 208 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member 216 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
|
| H A D | vhost.c | 596 int (*msg_handler)(struct vhost_dev *dev, u32 asid, in vhost_dev_init() 613 dev->msg_handler = msg_handler; in vhost_dev_init() 1758 if (dev->msg_handler) in vhost_chr_write_iter() 1759 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
|
| /linux/drivers/soc/qcom/ |
| H A D | qmi_interface.c | 561 } 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()
|
| /linux/ipc/ |
| H A D | msg.c | 1099 long (*msg_handler)(void __user *, struct msg_msg *, size_t)) in do_msgrcv() 1258 bufsz = msg_handler(buf, msg, bufsz); in do_msgrcv()
|