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);
607 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ member
2322 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() local2453 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()
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)))
1467 err = t->hw.set_period(t, gparams.period_num, gparams.period_den); in snd_timer_user_gparams()