Searched refs:amdtp_rate_table (Results 1 – 6 of 6) sorted by relevance
218 for (i = 0; i < ARRAY_SIZE(amdtp_rate_table); ++i) { in latter_allocate_resources()219 if (rate == amdtp_rate_table[i]) in latter_allocate_resources()222 if (i == ARRAY_SIZE(amdtp_rate_table)) in latter_allocate_resources()
149 const unsigned int amdtp_rate_table[CIP_SFC_COUNT] = { variable158 EXPORT_SYMBOL(amdtp_rate_table);171 if (snd_interval_test(r, amdtp_rate_table[i])) in apply_constraint_to_size()276 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters()277 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()280 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters()2098 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100; in amdtp_domain_start()2103 amdtp_rate_table[d->irq_target->sfc]); in amdtp_domain_start()2110 amdtp_rate_table[d->irq_target->sfc]); in amdtp_domain_start()
236 extern const unsigned int amdtp_rate_table[CIP_SFC_COUNT];
292 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
120 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
245 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()