Searched refs:sound_queue (Results 1 – 2 of 2) sorted by relevance
408 struct sound_queue dmasound_write_sq;411 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()435 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()448 static int sq_setup(struct sound_queue *sq) in sq_setup()688 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()697 static inline void sq_wake_up(struct sound_queue *sq, struct file *file,707 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()953 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()
206 struct sound_queue { struct239 extern struct sound_queue dmasound_write_sq; argument