Home
last modified time | relevance | path

Searched refs:snd_use_lock_free (Results 1 – 9 of 9) sorted by relevance

/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c207 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
220 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
225 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
234 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
242 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
312 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_cleanup()
352 snd_use_lock_free(&rec->use_lock); in get_synthdev()
419 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_reset()
449 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_load_patch()
463 snd_use_lock_free( in snd_seq_oss_synth_info()
[all...]
H A Dseq_oss_midi.c154 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()
224 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()
383 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()
422 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_close()
445 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_filemode()
462 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_reset()
495 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_reset()
512 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_get_addr()
532 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_input()
541 snd_use_lock_free( in snd_seq_oss_midi_input()
[all...]
/linux/sound/core/seq/
H A Dseq_fifo.c114 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in()
133 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in()
274 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_unused_cells()
H A Dseq_lock.h16 #define snd_use_lock_free(lockp) atomic_dec(lockp) macro
H A Dseq_fifo.h39 #define snd_seq_fifo_unlock(fifo) snd_use_lock_free(&(fifo)->use_lock)
H A Dseq_queue.h74 #define queuefree(q) snd_use_lock_free(&(q)->use_lock)
H A Dseq_clientmgr.h82 #define snd_seq_client_unlock(client) snd_use_lock_free(&(client)->use_lock)
H A Dseq_queue.c158 * call snd_use_lock_free(&q->use_lock).
171 snd_use_lock_free(&q->use_lock); in snd_seq_queue_alloc()
H A Dseq_clientmgr.c1631 snd_use_lock_free(&q->use_lock); in snd_seq_ioctl_create_queue()