Lines Matching defs:s
40 int amdtp_out_stream_init(struct amdtp_out_stream *s, struct fw_unit *unit, in amdtp_out_stream_init()
60 void amdtp_out_stream_destroy(struct amdtp_out_stream *s) in amdtp_out_stream_destroy()
76 void amdtp_out_stream_set_rate(struct amdtp_out_stream *s, unsigned int rate) in amdtp_out_stream_set_rate()
113 unsigned int amdtp_out_stream_get_max_payload(struct amdtp_out_stream *s) in amdtp_out_stream_get_max_payload()
147 void amdtp_out_stream_set_pcm_format(struct amdtp_out_stream *s, in amdtp_out_stream_set_pcm_format()
167 static unsigned int calculate_data_blocks(struct amdtp_out_stream *s) in calculate_data_blocks()
200 static unsigned int calculate_syt(struct amdtp_out_stream *s, in calculate_syt()
243 static void amdtp_write_s32(struct amdtp_out_stream *s, in amdtp_write_s32()
269 static void amdtp_write_s16(struct amdtp_out_stream *s, in amdtp_write_s16()
295 static void amdtp_fill_pcm_silence(struct amdtp_out_stream *s, in amdtp_fill_pcm_silence()
307 static void amdtp_fill_midi(struct amdtp_out_stream *s, in amdtp_fill_midi()
317 static void queue_out_packet(struct amdtp_out_stream *s, unsigned int cycle) in queue_out_packet()
387 struct amdtp_out_stream *s = data; in out_packet_callback() local
402 static int queue_initial_skip_packets(struct amdtp_out_stream *s) in queue_initial_skip_packets()
434 int amdtp_out_stream_start(struct amdtp_out_stream *s, int channel, int speed) in amdtp_out_stream_start()
512 void amdtp_out_stream_update(struct amdtp_out_stream *s) in amdtp_out_stream_update()
526 void amdtp_out_stream_stop(struct amdtp_out_stream *s) in amdtp_out_stream_stop()
551 void amdtp_out_stream_pcm_abort(struct amdtp_out_stream *s) in amdtp_out_stream_pcm_abort()