Home
last modified time | relevance | path

Searched refs:amdtp_stream_get_max_payload (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-protocol-former.c356 amdtp_stream_get_max_payload(&ff->rx_stream), in ff800_allocate_resources()
472 amdtp_stream_get_max_payload(&ff->tx_stream), in ff400_allocate_resources()
480 amdtp_stream_get_max_payload(&ff->rx_stream), in ff400_allocate_resources()
H A Dff-protocol-latter.c234 amdtp_stream_get_max_payload(&ff->tx_stream), in latter_allocate_resources()
242 amdtp_stream_get_max_payload(&ff->rx_stream), in latter_allocate_resources()
/OK3568_Linux_fs/kernel/sound/firewire/
H A Damdtp-stream.h195 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s);
H A Damdtp-stream.c313 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload() function
326 EXPORT_SYMBOL(amdtp_stream_get_max_payload);
1078 max_ctx_payload_size = amdtp_stream_get_max_payload(s); in amdtp_stream_start()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_stream.c181 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-stream.c58 amdtp_stream_get_max_payload(stream), in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-stream.c214 amdtp_stream_get_max_payload(stream), in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-stream.c297 amdtp_stream_get_max_payload(stream), in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-stream.c206 amdtp_stream_get_max_payload(stream), in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-stream.c242 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_stream.c539 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()