Home
last modified time | relevance | path

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

/Linux-v5.4/sound/ppc/
Dsnd_ps3.c42 module_param_named(start_delay, snd_ps3_start_delay, uint, 0644);
43 MODULE_PARM_DESC(start_delay, "time to insert silent data in ms");
521 card->start_delay = snd_ps3_start_delay; in snd_ps3_pcm_open()
592 card->start_delay) / in snd_ps3_pcm_prepare()
964 the_card.start_delay = snd_ps3_start_delay; in snd_ps3_driver_probe()
1043 the_card.card->longname, the_card.start_delay); in snd_ps3_driver_probe()
Dsnd_ps3.h87 unsigned int start_delay; member
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c340 u32 block_space, start_delay; in sun4i_tcon0_mode_set_cpu() local
382 start_delay = (mode->crtc_vtotal - mode->crtc_vdisplay - 10 - 1); in sun4i_tcon0_mode_set_cpu()
383 start_delay = start_delay * mode->crtc_htotal * 149; in sun4i_tcon0_mode_set_cpu()
384 start_delay = start_delay / (mode->crtc_clock / 1000) / 8; in sun4i_tcon0_mode_set_cpu()
387 SUN4I_TCON0_CPU_TRI2_START_DELAY(start_delay)); in sun4i_tcon0_mode_set_cpu()
/Linux-v5.4/sound/soc/intel/atom/
Dsst-atom-controls.c840 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
848 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
856 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
864 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
897 .start_delay = 0,
921 ctx->ssp_cmd.start_delay = config->start_delay; in sst_fill_ssp_defaults()
Dsst-atom-controls.h505 u16 start_delay:8; /* Start delay in terms of clock ticks */ member
561 u8 start_delay; member