Home
last modified time | relevance | path

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

/linux/sound/firewire/fireface/
H A Dff-protocol-latter.c218 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()
/linux/sound/firewire/
H A Damdtp-stream.c149 const unsigned int amdtp_rate_table[CIP_SFC_COUNT] = { variable
158 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()
H A Damdtp-stream.h236 extern const unsigned int amdtp_rate_table[CIP_SFC_COUNT];
H A Damdtp-am824.c292 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
/linux/sound/firewire/oxfw/
H A Doxfw-command.c120 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
/linux/sound/firewire/digi00x/
H A Damdtp-dot.c245 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()