Searched refs:msg_handler (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/vhost/ |
D | vhost.h | 179 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member 187 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
|
D | vhost.c | 537 int (*msg_handler)(struct vhost_dev *dev, u32 asid, in vhost_dev_init() 554 dev->msg_handler = msg_handler; in vhost_dev_init() 1548 if (dev->msg_handler) in vhost_chr_write_iter() 1549 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
|
/linux-6.14.4/include/linux/soc/qcom/ |
D | qmi.h | 150 void (*msg_handler)(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, member
|
/linux-6.14.4/drivers/soc/qcom/ |
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.14.4/ipc/ |
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()
|