Searched refs:poll_table (Results 1 – 8 of 8) sorted by relevance
/third_party/NuttX/fs/vfs/ |
D | fs_poll.c | 182 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/ |
D | file.h | 139 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/ |
D | poll.h | 61 } poll_table; typedef
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 58 } poll_table; typedef
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_hid.c | 51 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/ |
D | pipe_common.h | 148 int pipecommon_poll(struct file *filep, poll_table *fds);
|
D | pipe_common.c | 698 int pipecommon_poll(struct file *filep, poll_table *table) in pipecommon_poll()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 66 static int usb_poll(struct file *filep, poll_table *fds); 1048 usb_poll(struct file *filep, poll_table *fds) in usb_poll()
|