Home
last modified time | relevance | path

Searched refs:period_time (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-pcm.c316 unsigned int period_time = spcm->stream[direction].dsp_max_burst_size_in_ms; in hda_dsp_pcm_open() local
323 period_time += min(period_time, HDA_MAX_PERIOD_TIME_HEADROOM); in hda_dsp_pcm_open()
327 period_time * USEC_PER_MSEC, in hda_dsp_pcm_open()
/linux/sound/drivers/
H A Ddummy.c365 ktime_t period_time; member
386 hrtimer_forward_now(timer, dpcm->period_time); in dummy_hrtimer_callback()
395 hrtimer_start(&dpcm->timer, dpcm->period_time, HRTIMER_MODE_REL_SOFT); in dummy_hrtimer_start()
444 dpcm->period_time = ktime_set(sec, nsecs); in dummy_hrtimer_prepare()