Searched refs:sound_queue (Results 1 – 2 of 2) sorted by relevance
405 struct sound_queue dmasound_write_sq;408 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()432 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()445 static int sq_setup(struct sound_queue *sq) in sq_setup()685 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()694 static inline void sq_wake_up(struct sound_queue *sq, struct file *file,704 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()950 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