Searched refs:nonblock (Results 26 - 50 of 131) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c233 static int usblp_wwait(struct usblp *usblp, int nonblock);
234 static int usblp_wtest(struct usblp *usblp, int nonblock);
235 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock);
236 static int usblp_rtest(struct usblp *usblp, int nonblock);
857 static int usblp_wwait(struct usblp *usblp, int nonblock) argument
870 rc = usblp_wtest(usblp, nonblock);
895 static int usblp_wtest(struct usblp *usblp, int nonblock) argument
909 if (nonblock)
921 static int usblp_rwait_and_lock(struct usblp *usblp, int nonblock) argument
933 if ((rc = usblp_rtest(usblp, nonblock)) <
947 usblp_rtest(struct usblp *usblp, int nonblock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dhwdep.h81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
H A Dcontrol_external.h129 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
H A Drawmidi.h90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep.c304 * \brief set nonblock mode
306 * \param nonblock 0 = block, 1 = nonblock mode
309 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock) argument
313 if ((err = hwdep->ops->nonblock(hwdep, nonblock)) < 0)
315 if (nonblock)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi.c440 * \brief set nonblock mode
442 * \param nonblock 0 = block, 1 = nonblock mode
445 * The nonblock mode cannot be used when the stream is in
448 int snd_rawmidi_nonblock(snd_rawmidi_t *rawmidi, int nonblock) argument
453 if ((err = rawmidi->ops->nonblock(rawmidi, nonblock)) < 0)
455 if (nonblock)
H A Drawmidi_virt.c75 static int snd_rawmidi_virtual_nonblock(snd_rawmidi_t *rmidi, int nonblock) argument
79 return snd_seq_nonblock(virt->handle, nonblock);
283 .nonblock = snd_rawmidi_virtual_nonblock,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer.c395 * \brief set nonblock mode
397 * \param nonblock 0 = block, 1 = nonblock mode
400 int snd_timer_nonblock(snd_timer_t *timer, int nonblock) argument
404 if ((err = timer->ops->nonblock(timer, nonblock)) < 0)
406 if (nonblock)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c1800 int nonblock,
1837 if (nonblock) {
1915 int nonblock; local
1922 nonblock = !!(substream->f_flags & O_NONBLOCK);
1927 return snd_pcm_lib_write1(substream, (unsigned long)buf, size, nonblock,
1978 int nonblock; local
1985 nonblock = !!(substream->f_flags & O_NONBLOCK);
1990 nonblock, snd_pcm_lib_writev_transfer);
2017 int nonblock,
2066 if (nonblock) {
1797 snd_pcm_lib_write1(struct snd_pcm_substream *substream, unsigned long data, snd_pcm_uframes_t size, int nonblock, transfer_f transfer) argument
2014 snd_pcm_lib_read1(struct snd_pcm_substream *substream, unsigned long data, snd_pcm_uframes_t size, int nonblock, transfer_f transfer) argument
2126 int nonblock; local
2182 int nonblock; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snf.c63 snf_setnonblock(pcap_t *p, int nonblock, char *errbuf) argument
65 if (nonblock)
H A Dpcap-win32.c817 return (p->nonblock);
821 pcap_setnonblock_win32(pcap_t *p, int nonblock, char *errbuf) argument
825 if (nonblock) {
843 p->nonblock = (newtimeout == -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A DMakefile.inc16 ../lib/nonblock.c \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-ttysm.c183 int gdbstub_io_rx_char(unsigned char *_ch, int nonblock) argument
201 if (nonblock)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_fifo.c174 struct snd_seq_event_cell **cellp, int nonblock)
187 if (nonblock) {
173 snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_ext.c51 static int snd_ctl_ext_nonblock(snd_ctl_t *handle, int nonblock) argument
55 ext->nonblock = nonblock;
464 .nonblock = snd_ctl_ext_nonblock,
725 ext->nonblock = 1;
H A Dcontrol_hw.c61 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock) argument
70 if (nonblock)
347 .nonblock = snd_ctl_hw_nonblock,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_av.c443 unsigned long count, int nonblock, int type)
457 if (nonblock && !FREE_COND_TS)
462 if (nonblock)
482 unsigned long count, int nonblock, int type)
490 if (nonblock && !FREE_COND)
495 if (nonblock)
515 unsigned long count, int nonblock, int type)
523 if (nonblock && !FREE_COND)
528 if (nonblock)
545 unsigned long count, int nonblock, in
442 ts_play(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
481 dvb_play(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
514 dvb_play_kernel(struct av7110 *av7110, const u8 *buf, unsigned long count, int nonblock, int type) argument
544 dvb_aplay(struct av7110 *av7110, const char __user *buf, unsigned long count, int nonblock, int type) argument
1032 play_iframe(struct av7110 *av7110, char __user *buf, unsigned int len, int nonblock) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_hw.c55 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock) argument
64 if (nonblock)
386 .nonblock = snd_seq_hw_nonblock,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drecv.c384 int ret = 0, nonblock = msg_flags & MSG_DONTWAIT; local
389 timeo = sock_rcvtimeo(sk, nonblock);
409 if (nonblock) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.h108 int snd_pcm_generic_nonblock(snd_pcm_t *pcm, int nonblock);
H A Dpcm_generic.c47 int snd_pcm_generic_nonblock(snd_pcm_t *pcm, int nonblock) argument
50 return snd_pcm_nonblock(generic->slave, nonblock);
H A Dpcm_hw.c197 static int snd_pcm_hw_nonblock(snd_pcm_t *pcm, int nonblock) argument
208 if (nonblock)
1036 .nonblock = snd_pcm_hw_nonblock,
1323 The nonblock option specifies whether the device is opened in a non-blocking
1336 [nonblock BOOL] # Force non-blocking open mode
1375 int nonblock = 1; /* non-block per default */ local
1378 /* look for defaults.pcm.nonblock definition */
1379 if (snd_config_search(root, "defaults.pcm.nonblock", &n) >= 0) {
1382 nonblock = err;
1430 if (strcmp(id, "nonblock")
[all...]
H A Dpcm_null.c58 static int snd_pcm_null_nonblock(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int nonblock ATTRIBUTE_UNUSED)
289 .nonblock = snd_pcm_null_nonblock,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.inc40 curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c \
59 slist.h nonblock.h curl_memrchr.h imap.h pop3.h smtp.h pingpong.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h102 extern asmlinkage int gdbstub_io_rx_char(unsigned char *_ch, int nonblock);

Completed in 173 milliseconds

123456