Searched refs:poll_table (Results 1 – 9 of 9) 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 | 142 int (*poll)(struct file *filep, poll_table *fds); 583 void poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p);
|
/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/musl/porting/liteos_a_newlib/kernel/include/ |
D | poll.h | 58 } poll_table; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | poll.h | 61 } poll_table; typedef
|
/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 | 65 static int usb_poll(struct file *filep, poll_table *fds); 1042 usb_poll(struct file *filep, poll_table *fds) in usb_poll()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 26583 typedef struct poll_table_struct poll_table; typedef 30341 __poll_t (*poll)(struct posix_clock *, struct file *, poll_table *); 41983 poll_table pt; 42716 poll_table pt; 43611 poll_table pt; 90157 poll_table pt;
|