Searched refs:period_num (Results 1 – 6 of 6) sorted by relevance
68 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
2292 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() local2423 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()
516 unsigned char period_num; /* period number */ member
40 #define PERIOD_OFFSET(buf_addr, period_num, period_bytes) \ argument41 ((buf_addr) + ((period_num) * (period_bytes)))
700 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ member
1542 err = t->hw.set_period(t, gparams.period_num, gparams.period_den); in snd_timer_user_gparams()