Searched refs:msg_handler (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/vhost/ |
D | vhost.h | 163 int (*msg_handler)(struct vhost_dev *dev, u32 asid, member 171 int (*msg_handler)(struct vhost_dev *dev, u32 asid,
|
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() 1185 if (dev->msg_handler) in vhost_chr_write_iter() 1186 ret = dev->msg_handler(dev, asid, &msg); in vhost_chr_write_iter()
|
/Linux-v6.1/include/linux/soc/qcom/ |
D | qmi.h | 150 void (*msg_handler)(struct qmi_handle *qmi, struct sockaddr_qrtr *sq, member
|
/Linux-v6.1/drivers/soc/qcom/ |
D | qmi_interface.c | 560 } else if (ops->msg_handler) { in qmi_data_ready_work() 561 ops->msg_handler(qmi, &sq, qmi->recv_buf, msglen); in qmi_data_ready_work()
|
/Linux-v6.1/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()
|