Searched refs:amdtp_stream_get_max_payload (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/sound/firewire/fireface/ | 
| D | ff-protocol-former.c | 356 				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()
  | 
| D | ff-protocol-latter.c | 160 			amdtp_stream_get_max_payload(&ff->tx_stream),  in latter_allocate_resources() 168 			amdtp_stream_get_max_payload(&ff->rx_stream),  in latter_allocate_resources()
  | 
| /Linux-v5.4/sound/firewire/ | 
| D | amdtp-stream.h | 189 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s);
  | 
| D | amdtp-stream.c | 295 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s)  in amdtp_stream_get_max_payload()  function 308 EXPORT_SYMBOL(amdtp_stream_get_max_payload); 944 		max_ctx_payload_size = amdtp_stream_get_max_payload(s) -  in amdtp_stream_start() 951 		max_ctx_payload_size = amdtp_stream_get_max_payload(s);  in amdtp_stream_start()
  | 
| /Linux-v5.4/sound/firewire/fireworks/ | 
| D | fireworks_stream.c | 181 	return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream));  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/digi00x/ | 
| D | digi00x-stream.c | 214 				amdtp_stream_get_max_payload(stream),  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/motu/ | 
| D | motu-stream.c | 58 				amdtp_stream_get_max_payload(stream),  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/tascam/ | 
| D | tascam-stream.c | 297 				amdtp_stream_get_max_payload(stream),  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/dice/ | 
| D | dice-stream.c | 206 				amdtp_stream_get_max_payload(stream),  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/oxfw/ | 
| D | oxfw-stream.c | 242 	return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream));  in keep_resources()
  | 
| /Linux-v5.4/sound/firewire/bebob/ | 
| D | bebob_stream.c | 553 	return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream));  in keep_resources()
  |