Searched refs:CHN_F_NBIO (Results 1 – 3 of 3) sorted by relevance
364 rdch->flags |= CHN_F_NBIO; in dsp_open()399 wrch->flags |= CHN_F_NBIO; in dsp_open()944 rdch->flags |= CHN_F_NBIO; in dsp_ioctl()946 rdch->flags &= ~CHN_F_NBIO; in dsp_ioctl()952 wrch->flags |= CHN_F_NBIO; in dsp_ioctl()954 wrch->flags &= ~CHN_F_NBIO; in dsp_ioctl()
359 #define CHN_F_NBIO 0x00000040 /* do non-blocking i/o */ macro
492 } else if (c->flags & (CHN_F_NBIO | CHN_F_NOTRIGGER)) { in chn_write()625 } else if (c->flags & (CHN_F_NBIO | CHN_F_NOTRIGGER)) in chn_read()