Home
last modified time | relevance | path

Searched refs:poll_table (Results 1 – 8 of 8) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_poll.c182 static void add_pollwait_queue(poll_wait_queue queue, poll_table *p) in add_pollwait_queue()
210 static int file_poll(struct file *filep, poll_table *wait) in file_poll()
222 static int fdesc_poll(int fd, poll_table *wait) in fdesc_poll()
251 static int query_fd(int fd, poll_table *wait) in query_fd()
274 static int query_fds(struct pollfd *fds, nfds_t nfds, poll_table *wait) in query_fds()
352 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) in poll_wait()
398 poll_table wait_table; in poll()
/third_party/NuttX/fs/vfs/include/
Dfile.h139 int (*poll)(struct file *filep, poll_table *fds);
580 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h61 } poll_table; typedef
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h58 } poll_table; typedef
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_hid.c51 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds);
209 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds) in hid_poll()
/third_party/NuttX/drivers/pipes/
Dpipe_common.h148 int pipecommon_poll(struct file *filep, poll_table *fds);
Dpipe_common.c698 int pipecommon_poll(struct file *filep, poll_table *table) in pipecommon_poll()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c66 static int usb_poll(struct file *filep, poll_table *fds);
1048 usb_poll(struct file *filep, poll_table *fds) in usb_poll()