Home
last modified time | relevance | path

Searched refs:period_num (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/sound/
Dtimer.h68 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
/linux-4.1.27/drivers/scsi/
Dnsp32.c2292 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2327 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2328 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2401 unsigned char period = data->synct[target->limit_entry].period_num; in nsp32_set_async()
2421 unsigned char period_num, ackwidth; in nsp32_set_max_sync() local
2423 period_num = data->synct[target->limit_entry].period_num; in nsp32_set_max_sync()
2428 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()
2445 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
Dnsp32.h516 unsigned char period_num; /* period number */ member
/linux-4.1.27/sound/soc/sh/
Dsiu_pcm.c40 #define PERIOD_OFFSET(buf_addr, period_num, period_bytes) \ argument
41 ((buf_addr) + ((period_num) * (period_bytes)))
/linux-4.1.27/include/uapi/sound/
Dasound.h700 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ member
/linux-4.1.27/sound/core/
Dtimer.c1542 err = t->hw.set_period(t, gparams.period_num, gparams.period_den); in snd_timer_user_gparams()