Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/
Damdtp-stream.c122 const unsigned int amdtp_rate_table[CIP_SFC_COUNT] = { variable
131 EXPORT_SYMBOL(amdtp_rate_table);
197 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters()
198 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
201 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters()
Dfcp.c39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt()
127 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
Damdtp-stream.h170 extern const unsigned int amdtp_rate_table[CIP_SFC_COUNT];
Damdtp-am824.c351 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-command.c117 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
/linux-4.4.14/sound/firewire/digi00x/
Damdtp-dot.c268 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()