Home
last modified time | relevance | path

Searched refs:start_delay (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dcldma.h17 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay);
H A Dcldma.c124 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay) in hda_cldma_transfer() argument
133 schedule_delayed_work(&cl->memcpy_work, start_delay); in hda_cldma_transfer()
/kernel/linux/linux-5.10/sound/ppc/
H A 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()
576 card->start_delay) / in snd_ps3_pcm_prepare()
945 the_card.start_delay = snd_ps3_start_delay; in snd_ps3_driver_probe()
1023 pr_info("%s started. start_delay=%dms\n", in snd_ps3_driver_probe()
1024 the_card.card->longname, the_card.start_delay); in snd_ps3_driver_probe()
H A Dsnd_ps3.h87 unsigned int start_delay; member
/kernel/linux/linux-6.6/sound/ppc/
H A 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()
576 card->start_delay) / in snd_ps3_pcm_prepare()
940 the_card.start_delay = snd_ps3_start_delay; in snd_ps3_driver_probe()
1018 pr_info("%s started. start_delay=%dms\n", in snd_ps3_driver_probe()
1019 the_card.card->longname, the_card.start_delay); in snd_ps3_driver_probe()
H A Dsnd_ps3.h87 unsigned int start_delay; member
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c366 u32 block_space, start_delay; in sun4i_tcon0_mode_set_cpu() local
408 start_delay = (mode->crtc_vtotal - mode->crtc_vdisplay - 10 - 1); in sun4i_tcon0_mode_set_cpu()
409 start_delay = start_delay * mode->crtc_htotal * 149; in sun4i_tcon0_mode_set_cpu()
410 start_delay = start_delay / (mode->crtc_clock / 1000) / 8; in sun4i_tcon0_mode_set_cpu()
413 SUN4I_TCON0_CPU_TRI2_START_DELAY(start_delay)); in sun4i_tcon0_mode_set_cpu()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c355 u32 block_space, start_delay; in sun4i_tcon0_mode_set_cpu() local
405 start_delay = (mode->crtc_vtotal - mode->crtc_vdisplay - 10 - 1); in sun4i_tcon0_mode_set_cpu()
406 start_delay = start_delay * mode->crtc_htotal * 149; in sun4i_tcon0_mode_set_cpu()
407 start_delay = start_delay / (mode->crtc_clock / 1000) / 8; in sun4i_tcon0_mode_set_cpu()
410 SUN4I_TCON0_CPU_TRI2_START_DELAY(start_delay)); in sun4i_tcon0_mode_set_cpu()
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-atom-controls.c858 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
866 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
874 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
882 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
915 .start_delay = 0,
939 ctx->ssp_cmd.start_delay = config->start_delay; in sst_fill_ssp_defaults()
H A Dsst-atom-controls.h505 u16 start_delay:8; /* Start delay in terms of clock ticks */ member
561 u8 start_delay; member
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-atom-controls.c858 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
866 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
874 ctx->ssp_cmd.start_delay = 1; in sst_fill_ssp_config()
882 ctx->ssp_cmd.start_delay = 0; in sst_fill_ssp_config()
915 .start_delay = 0,
939 ctx->ssp_cmd.start_delay = config->start_delay; in sst_fill_ssp_defaults()
H A Dsst-atom-controls.h505 u16 start_delay:8; /* Start delay in terms of clock ticks */ member
561 u8 start_delay; member

Completed in 16 milliseconds