Home
last modified time | relevance | path

Searched refs:sync_wait (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/android/trace/
Dsync.h35 TRACE_EVENT(sync_wait,
/linux-4.4.14/drivers/tty/hvc/
Dhvc_iucv.c543 int sync_wait; in flush_sndbuf_sync() local
549 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */ in flush_sndbuf_sync()
552 if (sync_wait) in flush_sndbuf_sync()
/linux-4.4.14/drivers/media/dvb-frontends/
Ddib8000.c465 u16 tmp, sync_wait = dib8000_read_word(state, 273) & 0xfff0; in dib8000_set_diversity_in() local
470 dib8000_write_word(state, 273, sync_wait | (1 << 2) | 2); // sync_enable = 1; comb_mode = 2 in dib8000_set_diversity_in()
473 dib8000_write_word(state, 273, sync_wait); // sync_enable = 0; comb_mode = 0 in dib8000_set_diversity_in()
2820 u16 sync_wait = 64; in dib8000_set_sync_wait() local
2825 sync_wait = 256; in dib8000_set_sync_wait()
2828 sync_wait = 128; in dib8000_set_sync_wait()
2832 sync_wait = 64; in dib8000_set_sync_wait()
2837sync_wait = (sync_wait * (1 << (c->guard_interval)) * 3) / 2 + 48; /* add 50% SFN margin + compens… in dib8000_set_sync_wait()
2839sync_wait = (sync_wait * (1 << (c->guard_interval)) * 3) / 2 + state->cfg.diversity_delay; /* add … in dib8000_set_sync_wait()
2841 dib8000_write_word(state, 273, (dib8000_read_word(state, 273) & 0x000f) | (sync_wait << 4)); in dib8000_set_sync_wait()
/linux-4.4.14/drivers/usb/atm/
Dueagle-atm.c572 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); in uea_bind()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_dma.c443 bool sync_wait) in scif_sync_dma() argument
474 if (!sync_wait) { in scif_sync_dma()