Searched refs:msg_handler (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/vhost/ |
A D | vhost.h | 163 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member 171 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
|
A D | vhost.c | 463 int (*msg_handler)(struct vhost_dev *dev, u32 asid, in vhost_dev_init() 481 dev->msg_handler = msg_handler; in vhost_dev_init() 1186 if (dev->msg_handler) in vhost_chr_write_iter() 1187 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
|
/linux-6.3-rc2/include/linux/soc/qcom/ |
A D | qmi.h | 150 void (*msg_handler)(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, member
|
/linux-6.3-rc2/drivers/soc/qcom/ |
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-6.3-rc2/ipc/ |
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()
|
Completed in 23 milliseconds