Searched refs:sync_wait (Results 1 - 4 of 4) sorted by relevance
/drivers/staging/android/trace/ |
H A D | sync.h | 35 TRACE_EVENT(sync_wait,
|
/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 465 u16 tmp, sync_wait = dib8000_read_word(state, 273) & 0xfff0; local 470 dib8000_write_word(state, 273, sync_wait | (1 << 2) | 2); // sync_enable = 1; comb_mode = 2 473 dib8000_write_word(state, 273, sync_wait); // sync_enable = 0; comb_mode = 0 2819 u16 sync_wait = 64; local 2824 sync_wait = 256; 2827 sync_wait = 128; 2831 sync_wait = 64; 2836 sync_wait = (sync_wait * (1 << (c->guard_interval)) * 3) / 2 + 48; /* add 50% SFN margin + compensate for one DVSY-fifo */ 2838 sync_wait [all...] |
/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 542 int sync_wait; local 548 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ 551 if (sync_wait)
|
/drivers/usb/atm/ |
H A D | ueagle-atm.c | 572 static bool sync_wait[NB_MODEM]; variable 581 module_param_array(sync_wait, bool, NULL, 0644); 582 MODULE_PARM_DESC(sync_wait, "wait the synchronisation before starting ATM"); 2548 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT);
|
Completed in 84 milliseconds