Home
last modified time | relevance | path

Searched refs:poll_requested_events (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/include/linux/
Dpoll.h64 static inline unsigned long poll_requested_events(const poll_table *p) in poll_requested_events() function
/linux-4.4.14/drivers/media/radio/si470x/
Dradio-si470x-common.c518 unsigned long req_events = poll_requested_events(pts); in si470x_fops_poll()
/linux-4.4.14/drivers/media/radio/
Dradio-cadet.c492 unsigned long req_events = poll_requested_events(wait); in cadet_poll()
Dradio-si476x.c1156 unsigned long req_events = poll_requested_events(pts); in si476x_radio_fops_poll()
/linux-4.4.14/drivers/dma-buf/
Ddma-buf.c152 events = poll_requested_events(poll) & (POLLIN | POLLOUT); in dma_buf_poll()
/linux-4.4.14/drivers/misc/mei/
Dmain.c611 unsigned long req_events = poll_requested_events(wait); in mei_poll()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_api.c1348 if (poll_requested_events(wait) & POLLIN) in __scif_pollfd()
1350 if (poll_requested_events(wait) & POLLOUT) in __scif_pollfd()
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-mem2mem.c555 unsigned long req_events = poll_requested_events(wait); in v4l2_m2m_poll()
Dvideobuf-core.c1124 unsigned long req_events = poll_requested_events(wait); in videobuf_poll_stream()
Dvideobuf2-v4l2.c771 unsigned long req_events = poll_requested_events(wait); in vb2_poll()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.c613 unsigned long req_events = poll_requested_events(wait); in cx18_v4l2_enc_poll()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-encoder.c919 unsigned long req_events = poll_requested_events(wait); in fops_poll()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c769 unsigned long req_events = poll_requested_events(wait); in ivtv_v4l2_enc_poll()
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-video.c517 unsigned long req_events = poll_requested_events(wait); in hdpvr_poll()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-video.c1440 unsigned long req_events = poll_requested_events(wait); in __tm6000_poll()
/linux-4.4.14/drivers/media/platform/
Dfsl-viu.c1271 unsigned long req_events = poll_requested_events(wait); in viu_poll()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-417.c1788 unsigned long req_events = poll_requested_events(wait); in mpeg_poll()
Dcx231xx-video.c1967 unsigned long req_events = poll_requested_events(wait); in cx231xx_v4l2_poll()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2959 unsigned long req_events = poll_requested_events(wait); in bttv_poll()
3331 unsigned long req_events = poll_requested_events(wait); in radio_poll()
/linux-4.4.14/drivers/media/usb/gspca/
Dgspca.c1859 unsigned long req_events = poll_requested_events(wait); in dev_poll()
/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2_core.c2364 if ((poll_requested_events(wait) & (POLLIN | POLLRDNORM)) && in cpia2_poll()
/linux-4.4.14/net/unix/
Daf_unix.c2700 if (!(poll_requested_events(wait) & (POLLWRBAND|POLLWRNORM|POLLOUT))) in unix_dgram_poll()
/linux-4.4.14/fs/fuse/
Dfile.c2709 inarg.events = (__u32)poll_requested_events(wait); in fuse_file_poll()