Home
last modified time | relevance | path

Searched refs:poll (Results 901 - 925 of 2234) sorted by relevance

1...<<31323334353637383940>>...90

/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eer.c19 #include <linux/poll.h>
687 .poll = &dasd_eer_poll,
/kernel/linux/linux-6.6/drivers/platform/goldfish/
H A Dgoldfish_pipe.c57 #include <linux/poll.h>
784 .poll = goldfish_pipe_poll,
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c17 #include <linux/poll.h>
669 .poll = ssam_cdev_poll,
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Dldusb.c30 #include <linux/poll.h>
629 .poll = ld_usb_poll,
H A Dlegousbtower.c45 * - 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 Dhci_vhci.c21 #include <linux/poll.h>
689 .poll = vhci_poll,
/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-chrdev.c16 #include <linux/poll.h>
459 .poll = counter_chrdev_poll,
/kernel/linux/linux-6.6/drivers/comedi/
H A Ddrivers.c742 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 Dring_buffer.c15 #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 Dcdev.c12 #include <linux/poll.h>
440 .poll = idxd_cdev_poll,
/kernel/linux/linux-6.6/drivers/firewire/
H A Dnosy.c19 #include <linux/poll.h>
398 .poll = nosy_poll,
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c16 #include <linux/poll.h>
291 .poll = rt2x00debug_poll_queue_dump,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhidraw.c22 #include <linux/poll.h>
510 .poll = hidraw_poll,
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dadb.c406 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 Dmsg_zerocopy.c45 #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 Dinfo.c196 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 Dtest_flow_dissector.c23 #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 Dlibudev-monitor.c27 #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 Dv4l2_context.c29 #include <poll.h>
318 ret = poll(&pfd, 1, timeout); in v4l2_dequeue_v4l2buf()
/third_party/ffmpeg/libavformat/
H A Drtpproto.c43 #include <poll.h>
404 n = poll(p, 2, poll_delay); in rtp_read()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c29 #include <poll.h>
783 if (poll(pfds, npfds, -1) < 0) in main()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c37 #include <poll.h>
588 .poll = generic_epfile_handle_poll,
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py93 if out_line == '' and process.poll() != None:
123 if out_line == '' and process.poll() != None:
/third_party/nghttp2/examples/
H A Dclient.c52 #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 Dsockets.h492 /* poll-related defines and types */
555 #define lwip_poll poll
672 #define poll(fds,nfds,timeout) lwip_poll(fds,nfds,timeout) macro

Completed in 29 milliseconds

1...<<31323334353637383940>>...90