Lines Matching refs:cx18_stream
24 static inline void cx18_buf_sync_for_cpu(struct cx18_stream *s, in cx18_buf_sync_for_cpu()
31 static inline void cx18_buf_sync_for_device(struct cx18_stream *s, in cx18_buf_sync_for_device()
38 void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl);
40 static inline void cx18_mdl_sync_for_device(struct cx18_stream *s, in cx18_mdl_sync_for_device()
64 struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl,
68 struct cx18_queue *cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl, in cx18_enqueue()
75 struct cx18_queue *cx18_push(struct cx18_stream *s, struct cx18_mdl *mdl, in cx18_push()
82 struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q);
83 struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id,
85 void cx18_flush_queues(struct cx18_stream *s);
88 void cx18_unload_queues(struct cx18_stream *s);
89 void cx18_load_queues(struct cx18_stream *s);
92 int cx18_stream_alloc(struct cx18_stream *s);
93 void cx18_stream_free(struct cx18_stream *s);