Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dtimer.h68 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
Dasound.h607 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ member
/linux-3.4.99/drivers/scsi/
Dnsp32.c2322 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2357 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2358 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2431 unsigned char period = data->synct[target->limit_entry].period_num; in nsp32_set_async()
2451 unsigned char period_num, ackwidth; in nsp32_set_max_sync() local
2453 period_num = data->synct[target->limit_entry].period_num; in nsp32_set_max_sync()
2458 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()
2475 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
Dnsp32.h516 unsigned char period_num; /* period number */ member
/linux-3.4.99/sound/soc/sh/
Dsiu_pcm.c40 #define PERIOD_OFFSET(buf_addr, period_num, period_bytes) \ argument
41 ((buf_addr) + ((period_num) * (period_bytes)))
/linux-3.4.99/sound/core/
Dtimer.c1467 err = t->hw.set_period(t, gparams.period_num, gparams.period_den); in snd_timer_user_gparams()