Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 111 of 111) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
Dpoll.h15 #ifndef POLLWRNORM
16 #define POLLWRNORM 0x0100 macro
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dpoll.h11 #define POLLWRNORM 4 /* POLLOUT */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/linux-4.4.14/arch/m68k/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dpoll.h14 #define POLLWRNORM POLLOUT macro
/linux-4.4.14/arch/frv/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-radio-tx.c109 return POLLOUT | POLLWRNORM | v4l2_ctrl_poll(file, wait); in vivid_radio_tx_poll()
/linux-4.4.14/include/linux/
Dpoll.h24 #define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM)
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c82 if (events & (POLLOUT | POLLWRNORM)) { in spu_hw_mbox_stat_poll()
84 ret = POLLOUT | POLLWRNORM; in spu_hw_mbox_stat_poll()
Dbacking_ops.c114 if (events & (POLLOUT | POLLWRNORM)) { in spu_backing_mbox_stat_poll()
116 ret = POLLOUT | POLLWRNORM; in spu_backing_mbox_stat_poll()
Dfile.c940 mask = ctx->ops->mbox_stat_poll(ctx, POLLOUT | POLLWRNORM); in spufs_wbox_poll()
1761 mask |= POLLOUT | POLLWRNORM; in spufs_mfc_poll()
/linux-4.4.14/fs/
Dpipe.c321 wake_up_interruptible_sync_poll(&pipe->wait, POLLOUT | POLLWRNORM); in pipe_read()
330 wake_up_interruptible_sync_poll(&pipe->wait, POLLOUT | POLLWRNORM); in pipe_read()
524 mask |= (nrbufs < pipe->buffers) ? POLLOUT | POLLWRNORM : 0; in pipe_poll()
563 …wake_up_interruptible_sync_poll(&pipe->wait, POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM | POLLERR … in pipe_release()
Dfcntl.c425 POLLOUT | POLLWRNORM | POLLWRBAND, /* POLL_OUT */
Dselect.c385 #define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR)
/linux-4.4.14/net/core/
Dstream.c40 POLLWRNORM | POLLWRBAND); in sk_stream_write_space()
Ddatagram.c786 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in datagram_poll()
Dsock.c2327 POLLWRNORM | POLLWRBAND); in sock_def_write_space()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_rw.c213 mask |= POLLOUT | POLLWRNORM; in snd_seq_oss_poll()
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivamnt.c123 mask = POLLOUT | POLLWRNORM; in maint_poll()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c787 if (q->is_output && !(req_events & (POLLOUT | POLLWRNORM))) in vb2_poll()
800 (req_events & (POLLOUT | POLLWRNORM))) { in vb2_poll()
806 return res | POLLOUT | POLLWRNORM; in vb2_poll()
829 return res | POLLOUT | POLLWRNORM; in vb2_poll()
854 res | POLLOUT | POLLWRNORM : in vb2_poll()
Dv4l2-mem2mem.c568 if (!(req_events & (POLLOUT | POLLWRNORM | POLLIN | POLLRDNORM))) in v4l2_m2m_poll()
612 rc |= POLLOUT | POLLWRNORM; in v4l2_m2m_poll()
Dvideobuf-core.c1159 rc = POLLOUT | POLLWRNORM; in videobuf_poll_stream()
/linux-4.4.14/drivers/media/pci/ttpci/
Dav7110_av.c960 mask |= (POLLOUT | POLLWRNORM); in dvb_video_poll()
963 mask |= (POLLOUT | POLLWRNORM); in dvb_video_poll()
1005 mask |= (POLLOUT | POLLWRNORM); in dvb_audio_poll()
1007 mask = (POLLOUT | POLLWRNORM); in dvb_audio_poll()
Dav7110_ca.c246 mask |= (POLLOUT | POLLWRNORM); in dvb_ca_poll()
/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c311 return POLLOUT | POLLWRNORM; in vhci_poll()
/linux-4.4.14/net/unix/
Daf_unix.c418 POLLWRNORM | in unix_dgram_peer_wake_disconnect_wakeup()
456 POLLOUT | POLLWRNORM | POLLWRBAND); in unix_write_space()
2148 POLLOUT | POLLWRNORM | POLLWRBAND); in unix_dgram_recvmsg()
2662 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in unix_poll()
2700 if (!(poll_requested_events(wait) & (POLLWRBAND|POLLWRNORM|POLLOUT))) in unix_dgram_poll()
2717 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in unix_dgram_poll()
/linux-4.4.14/sound/oss/
Dmidibuf.c412 mask |= POLLOUT | POLLWRNORM; in MIDIbuf_poll()
Ddmabuf.c1234 return POLLOUT | POLLWRNORM; in poll_output()
1240 return POLLOUT | POLLWRNORM; in poll_output()
1243 return POLLOUT | POLLWRNORM; in poll_output()
Dsequencer.c1537 mask |= POLLOUT | POLLWRNORM; in sequencer_poll()
Dswarm_cs4297a.c1939 mask |= POLLOUT | POLLWRNORM; in cs4297a_poll()
1946 mask |= POLLOUT | POLLWRNORM; in cs4297a_poll()
/linux-4.4.14/arch/mips/kernel/
Drtlx.c354 mask |= POLLOUT | POLLWRNORM; in file_poll()
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt255 fd[0].events = POLLOUT | POLLWRNORM;
273 if (retval && (fd[0].revents & POLLWRNORM)) {
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.c431 mask = POLLOUT | POLLWRNORM; in irnet_ctrl_poll()
620 mask = POLLOUT | POLLWRNORM; in dev_irnet_poll()
/linux-4.4.14/sound/usb/usx2y/
Dus122l.c284 mask = POLLIN | POLLOUT | POLLWRNORM | POLLERR; in usb_stream_hwdep_poll()
294 mask = POLLIN | POLLOUT | POLLWRNORM; in usb_stream_hwdep_poll()
/linux-4.4.14/drivers/char/
Dsnsc.c346 mask |= POLLOUT | POLLWRNORM; in scdrv_poll()
Ddtlk.c251 mask |= POLLOUT | POLLWRNORM; in dtlk_poll()
Drandom.c1486 mask |= POLLOUT | POLLWRNORM; in random_poll()
/linux-4.4.14/fs/coda/
Dpsdev.c67 unsigned int mask = POLLOUT | POLLWRNORM; in coda_psdev_poll()
/linux-4.4.14/drivers/input/serio/
Dserio_raw.c250 mask = serio_raw->dead ? POLLHUP | POLLERR : POLLOUT | POLLWRNORM; in serio_raw_poll()
/linux-4.4.14/sound/core/
Dcompress_offload.c375 return POLLOUT | POLLWRNORM; in snd_compr_get_poll()
419 retval = POLLOUT | POLLWRNORM | POLLERR; in snd_compr_poll()
Dinfo.c219 mask |= POLLOUT | POLLWRNORM; in snd_info_entry_poll()
Dpcm_native.c3176 mask = POLLOUT | POLLWRNORM; in snd_pcm_playback_poll()
3184 mask = POLLOUT | POLLWRNORM | POLLERR; in snd_pcm_playback_poll()
Drawmidi.c1383 mask |= POLLOUT | POLLWRNORM; in snd_rawmidi_poll()
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c881 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in vsock_poll()
930 mask |= POLLOUT | POLLWRNORM; in vsock_poll()
942 mask |= POLLOUT | POLLWRNORM; in vsock_poll()
/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c432 mask |= POLLOUT | POLLWRNORM; in goldfish_pipe_poll()
/linux-4.4.14/net/dccp/
Dproto.c340 mask |= POLLOUT | POLLWRNORM; in dccp_poll()
350 mask |= POLLOUT | POLLWRNORM; in dccp_poll()
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c292 mask |= POLLOUT | POLLWRNORM; in aim_poll()
/linux-4.4.14/net/rds/
Daf_rds.c185 mask |= (POLLOUT | POLLWRNORM); in rds_poll()
/linux-4.4.14/net/irda/
Daf_irda.c1775 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in irda_poll()
1783 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in irda_poll()
1788 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in irda_poll()
/linux-4.4.14/drivers/char/pcmcia/
Dcm4040_cs.c428 mask |= POLLOUT | POLLWRNORM; in cm4040_poll()
/linux-4.4.14/drivers/xen/
Devtchn.c567 unsigned int mask = POLLOUT | POLLWRNORM; in evtchn_poll()
/linux-4.4.14/crypto/
Dalgif_aead.c489 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in aead_poll()
Dalgif_skcipher.c733 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in skcipher_poll()
/linux-4.4.14/drivers/net/
Dmacvtap.c506 wake_up_interruptible_poll(wqueue, POLLOUT | POLLWRNORM | POLLWRBAND); in macvtap_sock_write_space()
590 mask |= POLLOUT | POLLWRNORM; in macvtap_poll()
Dtun.c1047 mask |= POLLOUT | POLLWRNORM; in tun_chr_poll()
1498 POLLWRNORM | POLLWRBAND); in tun_sock_write_space()
/linux-4.4.14/drivers/usb/misc/
Dldusb.c433 mask |= POLLOUT | POLLWRNORM; in ld_usb_poll()
Dlegousbtower.c528 mask |= POLLOUT | POLLWRNORM; in tower_poll()
Diowarrior.c708 mask |= POLLOUT | POLLWRNORM; in iowarrior_poll()
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c442 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in bt_sock_poll()
/linux-4.4.14/drivers/tty/
Dn_hdlc.c837 mask |= POLLOUT | POLLWRNORM; /* writable */ in n_hdlc_tty_poll()
Dn_tty.c2462 mask |= POLLOUT | POLLWRNORM; in n_tty_poll()
Dn_gsm.c2488 mask |= POLLOUT | POLLWRNORM; in gsmld_poll()
Dtty_io.c452 return POLLIN | POLLOUT | POLLERR | POLLHUP | POLLRDNORM | POLLWRNORM; in hung_up_tty_poll()
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_fops.c335 return res | POLLOUT | POLLWRNORM; in __fops_poll()
/linux-4.4.14/net/rxrpc/
Daf_rxrpc.c606 mask |= POLLOUT | POLLWRNORM; in rxrpc_poll()
/linux-4.4.14/net/ipv4/
Dtcp.c519 mask |= POLLOUT | POLLWRNORM; in tcp_poll()
531 mask |= POLLOUT | POLLWRNORM; in tcp_poll()
534 mask |= POLLOUT | POLLWRNORM; in tcp_poll()
/linux-4.4.14/net/phonet/
Dsocket.c361 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in pn_socket_poll()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00debug.c311 return POLLOUT | POLLWRNORM; in rt2x00debug_poll_queue_dump()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c577 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()
583 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()
/linux-4.4.14/drivers/usb/gadget/function/
Df_hid.c335 ret |= POLLOUT | POLLWRNORM; in f_hidg_poll()
Df_printer.c709 status |= POLLOUT | POLLWRNORM; in printer_poll()
Df_fs.c581 unsigned int mask = POLLWRNORM; in ffs_ep0_poll()
/linux-4.4.14/net/nfc/
Dllcp_sock.c573 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in llcp_sock_poll()
/linux-4.4.14/drivers/input/
Dmousedev.c762 mask = mousedev->exist ? POLLOUT | POLLWRNORM : POLLHUP | POLLERR; in mousedev_poll()
Devdev.c647 mask = POLLOUT | POLLWRNORM; in evdev_poll()
/linux-4.4.14/net/atm/
Dcommon.c677 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in vcc_poll()
/linux-4.4.14/net/caif/
Dcaif_socket.c961 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in caif_poll()
/linux-4.4.14/sound/oss/dmasound/
Ddmasound_core.c686 mask |= POLLOUT | POLLWRNORM; in sq_poll()
/linux-4.4.14/net/rfkill/
Dcore.c1086 unsigned int res = POLLOUT | POLLWRNORM; in rfkill_fop_poll()
/linux-4.4.14/security/tomoyo/
Dcommon.c2459 return head->poll(file, wait) | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
2460 return POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM; in tomoyo_poll_control()
/linux-4.4.14/drivers/usb/class/
Dcdc-wdm.c607 mask |= POLLOUT | POLLWRNORM; in wdm_poll()
Dusblp.c498 ((usblp->no_paper || usblp->wcomplete) ? POLLOUT | POLLWRNORM : 0); in usblp_poll()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c763 res |= POLLOUT | POLLWRNORM; in ivtv_v4l2_dec_poll()
/linux-4.4.14/drivers/isdn/capi/
Dcapi.c737 mask = POLLOUT | POLLWRNORM; in capi_poll()
/linux-4.4.14/drivers/media/dvb-core/
Ddmxdev.c1201 mask |= (POLLOUT | POLLWRNORM | POLLPRI); in dvb_dvr_poll()
/linux-4.4.14/drivers/scsi/
Dsg.c1174 res |= POLLOUT | POLLWRNORM; in sg_poll()
1176 res |= POLLOUT | POLLWRNORM; in sg_poll()
/linux-4.4.14/ipc/
Dmqueue.c533 retval |= POLLOUT | POLLWRNORM; in mqueue_poll_file()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Dsync_serial.c668 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()
/linux-4.4.14/net/sunrpc/
Drpc_pipe.c348 unsigned int mask = POLLOUT | POLLWRNORM; in rpc_pipe_poll()
Dcache.c931 mask = POLLOUT | POLLWRNORM; in cache_poll()
/linux-4.4.14/drivers/infiniband/core/
Duser_mad.c611 unsigned int mask = POLLOUT | POLLWRNORM; in ib_umad_poll()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c978 rc |= POLLOUT | POLLWRNORM; in s5p_mfc_poll()
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c1782 mask |= POLLOUT | POLLWRNORM; in xillybus_poll()
/linux-4.4.14/Documentation/filesystems/
Dspufs.txt124 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever
/linux-4.4.14/drivers/media/pci/ddbridge/
Dddbridge-core.c963 mask |= POLLOUT | POLLWRNORM; in ts_poll()
/linux-4.4.14/drivers/media/radio/
Dradio-wl1273.c1103 return POLLOUT | POLLWRNORM; in wl1273_fm_fops_poll()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_common.c1253 mask = POLLOUT | POLLWRNORM; in isdn_poll()
Disdn_ppp.c712 mask = POLLOUT | POLLWRNORM; in isdn_ppp_poll()
/linux-4.4.14/net/iucv/
Daf_iucv.c1487 mask |= POLLOUT | POLLWRNORM | POLLWRBAND; in iucv_sock_poll()
/linux-4.4.14/sound/core/seq/
Dseq_clientmgr.c1120 mask |= POLLOUT | POLLWRNORM; in snd_seq_poll()
/linux-4.4.14/net/tipc/
Dsocket.c1501 POLLWRNORM | POLLWRBAND); in tipc_write_space()
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_fops.c2293 mask |= POLLOUT | POLLWRNORM; in comedi_poll()
/linux-4.4.14/fs/fuse/
Ddev.c2055 unsigned mask = POLLOUT | POLLWRNORM; in fuse_dev_poll()
/linux-4.4.14/drivers/usb/core/
Ddevio.c2361 mask |= POLLOUT | POLLWRNORM; in usbdev_poll()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c527 mask = POLLOUT | POLLWRNORM; in ppp_poll()
/linux-4.4.14/net/sctp/
Dsocket.c6462 mask |= POLLOUT | POLLWRNORM; in sctp_poll()
6474 mask |= POLLOUT | POLLWRNORM; in sctp_poll()
/linux-4.4.14/net/netlink/
Daf_netlink.c711 mask |= POLLOUT | POLLWRNORM; in netlink_poll()
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_driver.c2577 res |= POLLOUT | POLLWRNORM; in zoran_poll()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c2743 mask |= POLLOUT | POLLWRNORM; in snd_pcm_oss_poll()
/linux-4.4.14/net/packet/
Daf_packet.c3953 mask |= POLLOUT | POLLWRNORM; in packet_poll()