/kernel/linux/linux-5.10/drivers/char/ |
H A D | ppdev.c | 62 #include <linux/poll.h> 783 .poll = pp_poll,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 38 #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 D | hid-sensor-custom.c | 14 #include <linux/poll.h> 714 .poll = hid_sensor_custom_poll,
|
H A D | uhid.c | 20 #include <linux/poll.h> 807 .poll = uhid_char_poll,
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hiddev.c | 15 #include <linux/poll.h> 409 * "poll" file op 851 .poll = hiddev_poll,
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | mousedev.c | 18 #include <linux/poll.h> 777 .poll = mousedev_poll,
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | uinput.c | 22 #include <linux/poll.h> 1096 .poll = uinput_poll,
|
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
H A D | cx25821-video.c | 583 .poll = vb2_fop_poll, 628 .poll = vb2_fop_poll,
|
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_host.c | 22 #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 D | hpilo.c | 24 #include <linux/poll.h> 644 .poll = ilo_poll,
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | main.c | 16 #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 D | ppp_async.c | 22 #include <linux/poll.h> 383 .poll = ppp_asynctty_poll,
|
/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio.c | 17 #include <linux/poll.h> 823 .poll = uio_poll,
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | iowarrior.c | 23 #include <linux/poll.h> 719 .poll = iowarrior_poll,
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 296 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 D | af_rxrpc.c | 16 #include <linux/poll.h> 931 .poll = rxrpc_poll,
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp_sock.c | 924 .poll = llcp_sock_poll, 944 .poll = llcp_sock_poll,
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | af_rds.c | 39 #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 D | dmasound_core.c | 183 #include <linux/poll.h> 1164 .poll = sq_poll,
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.h | 26 #include <linux/poll.h> 796 __poll_t (*poll)(struct file *file, poll_table *wait); member
|
/kernel/linux/linux-5.10/tools/firewire/ |
H A D | nosy-dump.c | 11 #include <poll.h> 979 poll(pollfds, 2, -1); in main()
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | user.c | 11 #include <linux/poll.h> 953 .poll = device_poll,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | netpoll.c | 168 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 D | socket.c | 420 .poll = datagram_poll, 984 .poll = datagram_poll,
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-if.c | 52 #include <linux/poll.h> 144 .poll = vb2_fop_poll,
|