Home
last modified time | relevance | path

Searched refs:poll (Results 1051 - 1075 of 2260) sorted by relevance

1...<<41424344454647484950>>...91

/kernel/linux/linux-5.10/drivers/char/
H A Dppdev.c62 #include <linux/poll.h>
783 .poll = pp_poll,
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtxtimestamp.c38 #include <poll.h>
303 ret = poll(&pollfd, 1, cfg_poll_timeout); in __poll()
305 error(1, errno, "poll"); in __poll()
672 " -b: busy poll to read from error queue\n" in usage()
675 " -e: use level-triggered epoll() instead of poll()\n" in usage()
676 " -E: use event-triggered epoll() instead of poll()\n" in usage()
677 " -F: poll()/epoll() waits forever for an event\n" in usage()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sensor-custom.c14 #include <linux/poll.h>
714 .poll = hid_sensor_custom_poll,
H A Duhid.c20 #include <linux/poll.h>
807 .poll = uhid_char_poll,
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhiddev.c15 #include <linux/poll.h>
409 * "poll" file op
851 .poll = hiddev_poll,
/kernel/linux/linux-5.10/drivers/input/
H A Dmousedev.c18 #include <linux/poll.h>
777 .poll = mousedev_poll,
/kernel/linux/linux-5.10/drivers/input/misc/
H A Duinput.c22 #include <linux/poll.h>
1096 .poll = uinput_poll,
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-video.c583 .poll = vb2_fop_poll,
628 .poll = vb2_fop_poll,
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_host.c22 #include <linux/poll.h>
163 * to wake up select() or poll() at the next clock tick.
973 .poll = vmci_host_poll,
/kernel/linux/linux-5.10/drivers/misc/
H A Dhpilo.c24 #include <linux/poll.h>
644 .poll = ilo_poll,
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dmain.c16 #include <linux/poll.h>
776 * mei_poll - the poll function
781 * Return: poll mask
1176 .poll = mei_poll,
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_async.c22 #include <linux/poll.h>
383 .poll = ppp_asynctty_poll,
/kernel/linux/linux-5.10/drivers/uio/
H A Duio.c17 #include <linux/poll.h>
823 .poll = uio_poll,
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Diowarrior.c23 #include <linux/poll.h>
719 .poll = iowarrior_poll,
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-mv-usb.c296 if (mvotg->pdata->vbus->poll() == VBUS_HIGH) { in mv_otg_update_inputs()
309 otg_ctrl->id = !!mvotg->pdata->id->poll(); in mv_otg_update_inputs()
/kernel/linux/linux-5.10/net/rxrpc/
H A Daf_rxrpc.c16 #include <linux/poll.h>
931 .poll = rxrpc_poll,
/kernel/linux/linux-5.10/net/nfc/
H A Dllcp_sock.c924 .poll = llcp_sock_poll,
944 .poll = llcp_sock_poll,
/kernel/linux/linux-5.10/net/rds/
H A Daf_rds.c39 #include <linux/poll.h>
196 * RDS' poll is without a doubt the least intuitive part of the interface,
228 * "historical" reasons. Applications can also poll for in rds_poll()
647 .poll = rds_poll,
/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound_core.c183 #include <linux/poll.h>
1164 .poll = sq_poll,
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h26 #include <linux/poll.h>
796 __poll_t (*poll)(struct file *file, poll_table *wait); member
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c11 #include <poll.h>
979 poll(pollfds, 2, -1); in main()
/kernel/linux/linux-5.10/fs/dlm/
H A Duser.c11 #include <linux/poll.h>
953 .poll = device_poll,
/kernel/linux/linux-5.10/net/core/
H A Dnetpoll.c168 work = napi->poll(napi, 0); in poll_one_napi()
169 WARN_ONCE(work, "%pS exceeded budget in poll\n", napi->poll); in poll_one_napi()
200 /* Some drivers will take the same locks in poll and xmit, in netpoll_poll_dev()
201 * we can't poll if local CPU is already in xmit. in netpoll_poll_dev()
371 "netpoll_send_skb_on_dev(): %s enabled interrupts in poll (%pS)\n", in __netpoll_send_skb()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dsocket.c420 .poll = datagram_poll,
984 .poll = datagram_poll,
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
H A Dpwc-if.c52 #include <linux/poll.h>
144 .poll = vb2_fop_poll,

Completed in 35 milliseconds

1...<<41424344454647484950>>...91