Lines Matching defs:s

67 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit,  in amdtp_stream_init()
103 void amdtp_stream_destroy(struct amdtp_stream *s) in amdtp_stream_destroy()
138 int amdtp_stream_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_stream_add_pcm_hw_constraints()
192 int amdtp_stream_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_stream_set_parameters()
225 unsigned int amdtp_stream_get_max_payload(struct amdtp_stream *s) in amdtp_stream_get_max_payload()
242 void amdtp_stream_pcm_prepare(struct amdtp_stream *s) in amdtp_stream_pcm_prepare()
251 static unsigned int calculate_data_blocks(struct amdtp_stream *s, in calculate_data_blocks()
295 static unsigned int calculate_syt(struct amdtp_stream *s, in calculate_syt()
338 static void update_pcm_pointers(struct amdtp_stream *s, in update_pcm_pointers()
359 struct amdtp_stream *s = (void *)data; in pcm_period_tasklet() local
366 static int queue_packet(struct amdtp_stream *s, in queue_packet()
394 static inline int queue_out_packet(struct amdtp_stream *s, in queue_out_packet()
401 static inline int queue_in_packet(struct amdtp_stream *s) in queue_in_packet()
407 static int handle_out_packet(struct amdtp_stream *s, unsigned int data_blocks, in handle_out_packet()
440 static int handle_in_packet(struct amdtp_stream *s, in handle_in_packet()
551 struct amdtp_stream *s = private_data; in out_stream_callback() local
583 struct amdtp_stream *s = private_data; in in_stream_callback() local
661 struct amdtp_stream *s = private_data; in amdtp_stream_first_callback() local
690 int amdtp_stream_start(struct amdtp_stream *s, int channel, int speed) in amdtp_stream_start()
795 unsigned long amdtp_stream_pcm_pointer(struct amdtp_stream *s) in amdtp_stream_pcm_pointer()
811 void amdtp_stream_update(struct amdtp_stream *s) in amdtp_stream_update()
827 void amdtp_stream_stop(struct amdtp_stream *s) in amdtp_stream_stop()
855 void amdtp_stream_pcm_abort(struct amdtp_stream *s) in amdtp_stream_pcm_abort()