Searched refs:seq_desc (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/sound/firewire/ |
D | amdtp-stream.h | 148 struct seq_desc *descs; 162 struct seq_desc *descs; 297 struct seq_desc { struct
|
D | amdtp-stream.c | 358 static void pool_blocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, in pool_blocking_data_blocks() 365 struct seq_desc *desc = descs + pos; in pool_blocking_data_blocks() 376 static void pool_ideal_nonblocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, in pool_ideal_nonblocking_data_blocks() 385 struct seq_desc *desc = descs + pos; in pool_ideal_nonblocking_data_blocks() 457 static void pool_ideal_syt_offsets(struct amdtp_stream *s, struct seq_desc *descs, in pool_ideal_syt_offsets() 466 struct seq_desc *desc = descs + pos; in pool_ideal_syt_offsets() 518 struct seq_desc *cache = s->ctx_data.tx.cache.descs; in cache_seq() 524 struct seq_desc *dst = cache + cache_pos; in cache_seq() 539 static void pool_ideal_seq_descs(struct amdtp_stream *s, struct seq_desc *descs, unsigned int size, in pool_ideal_seq_descs() 550 static void pool_replayed_seq(struct amdtp_stream *s, struct seq_desc *descs, unsigned int size, in pool_replayed_seq() [all …]
|