Lines Matching defs:s

80 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,  in amdtp_stream_init()
118 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy()
155 struct snd_interval *s = hw_param_interval(params, rule->var); in apply_constraint_to_size() local
179 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints()
255 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters()
295 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload()
316 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare()
324 static unsigned int calculate_data_blocks(struct amdtp_stream *s, in calculate_data_blocks()
368 static unsigned int calculate_syt(struct amdtp_stream *s, in calculate_syt()
412 static void update_pcm_pointers(struct amdtp_stream *s, in update_pcm_pointers()
432 struct amdtp_stream *s = (void *)data; in pcm_period_tasklet() local
439 static int queue_packet(struct amdtp_stream *s, struct fw_iso_packet *params) in queue_packet()
460 static inline int queue_out_packet(struct amdtp_stream *s, in queue_out_packet()
468 static inline int queue_in_packet(struct amdtp_stream *s, in queue_in_packet()
478 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2], in generate_cip_header()
491 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header()
516 static int check_cip_header(struct amdtp_stream *s, const __be32 *buf, in check_cip_header()
612 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header()
681 static int generate_device_pkt_descs(struct amdtp_stream *s, in generate_device_pkt_descs()
723 static void generate_ideal_pkt_descs(struct amdtp_stream *s, in generate_ideal_pkt_descs()
755 static inline void cancel_stream(struct amdtp_stream *s) in cancel_stream()
763 static void process_ctx_payloads(struct amdtp_stream *s, in process_ctx_payloads()
780 struct amdtp_stream *s = private_data; in out_stream_callback() local
822 struct amdtp_stream *s = private_data; in in_stream_callback() local
861 struct amdtp_stream *s = private_data; in amdtp_stream_first_callback() local
897 static int amdtp_stream_start(struct amdtp_stream *s, int channel, int speed) in amdtp_stream_start()
1037 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer()
1068 int amdtp_stream_pcm_ack(struct amdtp_stream *s) in amdtp_stream_pcm_ack()
1085 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update()
1100 static void amdtp_stream_stop(struct amdtp_stream *s) in amdtp_stream_stop()
1128 void amdtp_stream_pcm_abort(struct amdtp_stream *s) in amdtp_stream_pcm_abort()
1168 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s, in amdtp_domain_add_stream()
1193 struct amdtp_stream *s; in amdtp_domain_start() local
1217 struct amdtp_stream *s, *next; in amdtp_domain_stop() local