Lines Matching refs:amdtp_stream
79 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,
117 void amdtp_stream_destroy(struct amdtp_stream *s)
178 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s,
273 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate,
313 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s)
334 void amdtp_stream_pcm_prepare(struct amdtp_stream *s)
426 static void update_pcm_pointers(struct amdtp_stream *s,
446 struct amdtp_stream *s = container_of(work, struct amdtp_stream,
454 static int queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params,
476 static inline int queue_out_packet(struct amdtp_stream *s,
484 static inline int queue_in_packet(struct amdtp_stream *s,
494 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2],
507 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle,
532 static int check_cip_header(struct amdtp_stream *s, const __be32 *buf,
628 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle,
704 static int generate_device_pkt_descs(struct amdtp_stream *s,
760 static void generate_pkt_descs(struct amdtp_stream *s, struct pkt_desc *descs,
804 static inline void cancel_stream(struct amdtp_stream *s)
812 static void process_ctx_payloads(struct amdtp_stream *s,
829 struct amdtp_stream *s = private_data;
887 struct amdtp_stream *s = private_data;
921 struct amdtp_stream *irq_target = d->irq_target;
925 struct amdtp_stream *s;
968 struct amdtp_stream *irq_target = private_data;
971 struct amdtp_stream *s;
1004 struct amdtp_stream *s = private_data;
1047 static int amdtp_stream_start(struct amdtp_stream *s, int channel, int speed,
1190 struct amdtp_stream *s)
1192 struct amdtp_stream *irq_target = d->irq_target;
1229 int amdtp_domain_stream_pcm_ack(struct amdtp_domain *d, struct amdtp_stream *s)
1231 struct amdtp_stream *irq_target = d->irq_target;
1251 void amdtp_stream_update(struct amdtp_stream *s)
1266 static void amdtp_stream_stop(struct amdtp_stream *s)
1294 void amdtp_stream_pcm_abort(struct amdtp_stream *s)
1338 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s,
1341 struct amdtp_stream *tmp;
1405 struct amdtp_stream *s;
1518 struct amdtp_stream *s, *next;