Searched refs:rpmsg_poll (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | rpmsg.h | 135 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, 236 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() function
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
D | rpmsg_core.c | 243 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll() function 253 EXPORT_SYMBOL(rpmsg_poll);
|
D | rpmsg_char.c | 267 mask |= rpmsg_poll(eptdev->ept, filp, wait); in rpmsg_eptdev_poll()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 13052 @@ -137,15 +191,18 @@ __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp,
|