/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eer.c | 19 #include <linux/poll.h> 687 .poll = &dasd_eer_poll,
|
/kernel/linux/linux-6.6/drivers/platform/goldfish/ |
H A D | goldfish_pipe.c | 57 #include <linux/poll.h> 784 .poll = goldfish_pipe_poll,
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 17 #include <linux/poll.h> 669 .poll = ssam_cdev_poll,
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | ldusb.c | 30 #include <linux/poll.h> 629 .poll = ld_usb_poll,
|
H A D | legousbtower.c | 45 * - added poll 65 * - corrected poll for write direction (missing negation) 84 #include <linux/poll.h> 244 .poll = tower_poll,
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_vhci.c | 21 #include <linux/poll.h> 689 .poll = vhci_poll,
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | counter-chrdev.c | 16 #include <linux/poll.h> 459 .poll = counter_chrdev_poll,
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | drivers.c | 742 if (!s->poll) in __comedi_device_postconfig() 743 s->poll = poll_invalid; in __comedi_device_postconfig()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | ring_buffer.c | 15 #include <linux/poll.h> 22 atomic_set(&handle->rb->poll, EPOLLIN); in perf_output_wakeup()
|
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | cdev.c | 12 #include <linux/poll.h> 440 .poll = idxd_cdev_poll,
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | nosy.c | 19 #include <linux/poll.h> 398 .poll = nosy_poll,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00debug.c | 16 #include <linux/poll.h> 291 .poll = rt2x00debug_poll_queue_dump,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hidraw.c | 22 #include <linux/poll.h> 510 .poll = hidraw_poll,
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | adb.c | 406 if ((adb_controller == NULL)||(adb_controller->poll == NULL)) in adb_poll() 408 adb_controller->poll(); in adb_poll()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 45 #include <poll.h> 150 ret = poll(&pfd, 1, cfg_waittime_ms); in do_poll() 152 error(1, errno, "poll"); in do_poll()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | info.c | 196 if (entry->c.ops->poll) in snd_info_entry_poll() 197 return entry->c.ops->poll(entry, in snd_info_entry_poll()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 23 #include <poll.h> 483 ret = poll(&pfd, 1, timeout); in do_poll() 485 error(1, errno, "poll"); in do_poll() 487 error(1, errno, "poll: unexpected event 0x%x\n", pfd.revents); in do_poll()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 27 #include <poll.h> 530 * The monitor socket is by default set to NONBLOCK. A variant of poll() on 660 rc = poll(pfd, 1, 0); in udev_monitor_receive_device()
|
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_context.c | 29 #include <poll.h> 318 ret = poll(&pfd, 1, timeout); in v4l2_dequeue_v4l2buf()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpproto.c | 43 #include <poll.h> 404 n = poll(p, 2, poll_delay); in rtp_read()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 29 #include <poll.h> 783 if (poll(pfds, npfds, -1) < 0) in main()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_epfile.c | 37 #include <poll.h> 588 .poll = generic_epfile_handle_poll,
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 93 if out_line == '' and process.poll() != None: 123 if out_line == '' and process.poll() != None:
|
/third_party/nghttp2/examples/ |
H A D | client.c | 52 #include <poll.h> 604 int nfds = poll(pollfds, npollfds, -1); in fetch_uri() 606 dief("poll", strerror(errno)); in fetch_uri()
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 492 /* poll-related defines and types */ 555 #define lwip_poll poll 672 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro
|