Home
last modified time | relevance | path

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

/linux-6.12.1/sound/firewire/
Damdtp-stream.c316 static int amdtp_stream_get_max_ctx_payload_size(struct amdtp_stream *s) in amdtp_stream_get_max_ctx_payload_size() function
344 return cip_header_size + amdtp_stream_get_max_ctx_payload_size(s); in amdtp_stream_get_max_payload()
1724 max_ctx_payload_size = amdtp_stream_get_max_ctx_payload_size(s); in amdtp_stream_start()