Searched refs:msg_handler (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/vhost/ |
H A D | vhost.h | 204 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member 212 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
|
H A D | vhost.c | 588 int (*msg_handler)(struct vhost_dev *dev, u32 asid, in vhost_dev_init() 605 dev->msg_handler = msg_handler; in vhost_dev_init() 1723 if (dev->msg_handler) in vhost_chr_write_iter() 1724 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
|
/linux/include/linux/soc/qcom/ |
H A D | qmi.h | 150 void (*msg_handler)(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, member
|
/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()
|