Searched refs:period_num (Results 1 – 8 of 8) sorted by relevance
33 u32 period_num; member54 get_user(gparams.period_num, &user->period_num) || in snd_timer_user_gparams_compat()
1635 err = t->hw.set_period(t, gparams->period_num, gparams->period_den); in timer_set_gparams()
68 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
2289 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2324 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2325 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()2398 unsigned char period = data->synct[target->limit_entry].period_num; in nsp32_set_async()2418 unsigned char period_num, ackwidth; in nsp32_set_max_sync() local2420 period_num = data->synct[target->limit_entry].period_num; in nsp32_set_max_sync()2425 target->syncreg = TO_SYNCREG(period_num, *offset); in nsp32_set_max_sync()2442 period = data->synct[entry].period_num; in nsp32_set_sync_entry()
516 unsigned char period_num; /* period number */ member
28 #define PERIOD_OFFSET(buf_addr, period_num, period_bytes) \ argument29 ((buf_addr) + ((period_num) * (period_bytes)))
722 unsigned long period_num; /* requested precise period duration (in seconds) - numerator */ member