Searched refs:rpmsg_poll (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rpmsg.h | 139 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 246 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rpmsg.h | 195 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 309 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() function
|
/kernel/linux/linux-6.6/drivers/net/wwan/ |
H A D | rpmsg_wwan_ctrl.c | 88 return rpmsg_poll(rpwwan->ept, filp, wait); in rpmsg_wwan_ctrl_tx_poll()
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 236 * rpmsg_poll() - poll the endpoint's send buffers 243 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll() function 253 EXPORT_SYMBOL(rpmsg_poll); variable
|
H A D | rpmsg_char.c | 267 mask |= rpmsg_poll(eptdev->ept, filp, wait); in rpmsg_eptdev_poll()
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | rpmsg_core.c | 283 * rpmsg_poll() - poll the endpoint's send buffers 290 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll() function 300 EXPORT_SYMBOL(rpmsg_poll); variable
|
H A D | rpmsg_char.c | 310 mask |= rpmsg_poll(eptdev->ept, filp, wait); in rpmsg_eptdev_poll()
|
Completed in 9 milliseconds