Searched refs:sync_wait (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_iucv.c541 int sync_wait; local
547 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */
550 if (sync_wait)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dueagle-atm.c546 static int sync_wait[NB_MODEM]; variable
555 module_param_array(sync_wait, bool, NULL, 0644);
556 MODULE_PARM_DESC(sync_wait, "wait the synchronisation before starting ATM");
2527 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib8000.c313 u16 sync_wait = dib8000_read_word(state, 273) & 0xfff0; local
317 dib8000_write_word(state, 273, sync_wait | (1 << 2) | 2); // sync_enable = 1; comb_mode = 2
320 dib8000_write_word(state, 273, sync_wait); // sync_enable = 0; comb_mode = 0

Completed in 111 milliseconds