Lines Matching defs:s

78 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,  in amdtp_stream_init()
101 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy()
135 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints()
196 void amdtp_stream_set_parameters(struct amdtp_stream *s, in amdtp_stream_set_parameters()
252 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload()
277 void amdtp_stream_set_pcm_format(struct amdtp_stream *s, in amdtp_stream_set_pcm_format()
310 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare()
319 static unsigned int calculate_data_blocks(struct amdtp_stream *s) in calculate_data_blocks()
354 static unsigned int calculate_syt(struct amdtp_stream *s, in calculate_syt()
397 static void amdtp_write_s32(struct amdtp_stream *s, in amdtp_write_s32()
422 static void amdtp_write_s16(struct amdtp_stream *s, in amdtp_write_s16()
447 static void amdtp_read_s32(struct amdtp_stream *s, in amdtp_read_s32()
471 static void amdtp_fill_pcm_silence(struct amdtp_stream *s, in amdtp_fill_pcm_silence()
493 static bool midi_ratelimit_per_packet(struct amdtp_stream *s, unsigned int port) in midi_ratelimit_per_packet()
508 static void midi_rate_use_one_byte(struct amdtp_stream *s, unsigned int port) in midi_rate_use_one_byte()
513 static void amdtp_fill_midi(struct amdtp_stream *s, in amdtp_fill_midi()
540 static void amdtp_pull_midi(struct amdtp_stream *s, in amdtp_pull_midi()
559 static void update_pcm_pointers(struct amdtp_stream *s, in update_pcm_pointers()
588 struct amdtp_stream *s = (void *)data; in pcm_period_tasklet() local
595 static int queue_packet(struct amdtp_stream *s, in queue_packet()
623 static inline int queue_out_packet(struct amdtp_stream *s, in queue_out_packet()
630 static inline int queue_in_packet(struct amdtp_stream *s) in queue_in_packet()
636 static void handle_out_packet(struct amdtp_stream *s, unsigned int syt) in handle_out_packet()
680 static void handle_in_packet(struct amdtp_stream *s, in handle_in_packet()
789 struct amdtp_stream *s = private_data; in out_stream_callback() local
810 struct amdtp_stream *s = private_data; in in_stream_callback() local
865 struct amdtp_stream *s = private_data; in amdtp_stream_first_callback() local
894 int amdtp_stream_start(struct amdtp_stream *s, int channel, int speed) in amdtp_stream_start()
999 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer()
1015 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update()
1029 void amdtp_stream_stop(struct amdtp_stream *s) in amdtp_stream_stop()
1057 void amdtp_stream_pcm_abort(struct amdtp_stream *s) in amdtp_stream_pcm_abort()