Home
last modified time | relevance | path

Searched refs:rpmsg_poll (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Drpmsg.h135 __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
/Linux-v5.4/drivers/rpmsg/
Drpmsg_core.c243 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll() function
253 EXPORT_SYMBOL(rpmsg_poll);
Drpmsg_char.c269 mask |= rpmsg_poll(eptdev->ept, filp, wait); in rpmsg_eptdev_poll()