Searched refs:poll (Results 1226 - 1250 of 2180) sorted by relevance
1...<<41424344454647484950>>...88
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ldisc.c | 13 #include <linux/poll.h> 236 * Note 2: a file_operations routine (read/poll/write) should use this function
|
H A D | ehv_bytechan.c | 28 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | dev.c | 42 * Routine to poll RTC seconds field for change as often as possible, 528 .poll = rtc_dev_poll,
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_clock.c | 166 .poll = ptp_poll,
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-chip.c | 18 #include <linux/poll.h>
|
H A D | tpm1-cmd.c | 16 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_ipmb.c | 13 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | das16m1.c | 561 s->poll = das16m1_ai_poll; in das16m1_attach()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | core.h | 515 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll);
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_synctty.c | 36 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_cisco.c | 17 #include <linux/poll.h> 278 st->timer.expires = jiffies + HZ; /* First poll after 1 s */ in cisco_start()
|
/kernel/linux/linux-6.6/drivers/media/mc/ |
H A D | mc-request.c | 238 .poll = media_request_poll,
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc_drv.c | 225 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | saa6588.c | 18 #include <linux/poll.h> 400 /* --- poll() for /dev/radio --- */ in saa6588_command()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_drv.c | 324 .poll = v4l2_m2m_fop_poll,
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 66 __u8 poll; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | psb_drv.c | 499 .poll = drm_poll,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_drv.c | 518 .poll = drm_poll,
|
/kernel/linux/linux-6.6/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | 14 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | kxtj9.c | 53 * The following table lists the maximum appropriate poll interval for each 167 /* Use the lowest ODR that can support the requested poll interval */ in kxtj9_update_odr() 284 * the set_poll method, which accepts a poll interval in milliseconds, and then 286 * data outputs will not be read AT the requested poll interval, rather, the 292 /* Returns currently selected poll interval (in ms) */ 302 /* Allow users to select a new poll interval (in ms) */ 335 static DEVICE_ATTR(poll, S_IRUGO|S_IWUSR, kxtj9_get_poll, kxtj9_set_poll);
|
/kernel/linux/linux-6.6/drivers/media/common/saa7146/ |
H A D | saa7146_fops.c | 205 .poll = vb2_fop_poll,
|
/kernel/linux/linux-6.6/net/strparser/ |
H A D | strparser.c | 18 #include <linux/poll.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 511 ret = poll(pollfd, 2, -1); in uffd_poll_thread() 515 err("poll error: %d", ret); in uffd_poll_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 11 #include <poll.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | psock_fanout.c | 43 #include <poll.h>
|
Completed in 20 milliseconds
1...<<41424344454647484950>>...88