Home
last modified time | relevance | path

Searched refs:use_lock (Results 1 – 10 of 10) sorted by relevance

/sound/core/seq/oss/
Dseq_oss_midi.c49 snd_use_lock_t use_lock; member
112 snd_use_lock_use(&mdev->use_lock); in get_mdev()
132 snd_use_lock_use(&mdev->use_lock); in find_slot()
168 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()
185 snd_use_lock_init(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()
237 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()
238 snd_use_lock_sync(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()
339 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()
350 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()
356 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()
[all …]
Dseq_oss_synth.c61 snd_use_lock_t use_lock; member
92 snd_use_lock_init(&midi_synth_dev.use_lock); in snd_seq_oss_synth_init()
117 snd_use_lock_init(&rec->use_lock); in snd_seq_oss_synth_register()
181 snd_use_lock_sync(&rec->use_lock); in snd_seq_oss_synth_unregister()
199 snd_use_lock_use(&rec->use_lock); in get_sdev()
224 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
237 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()
252 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
261 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup()
[all …]
/sound/core/seq/
Dseq_fifo.h36 snd_use_lock_t use_lock; member
53 #define snd_seq_fifo_lock(fifo) snd_use_lock_use(&(fifo)->use_lock)
54 #define snd_seq_fifo_unlock(fifo) snd_use_lock_free(&(fifo)->use_lock)
Dseq_fifo.c53 snd_use_lock_init(&f->use_lock); in snd_seq_fifo_new()
103 snd_use_lock_sync(&f->use_lock); in snd_seq_fifo_clear()
124 snd_use_lock_use(&f->use_lock); in snd_seq_fifo_event_in()
129 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in()
147 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in()
Dseq_clientmgr.h55 snd_use_lock_t use_lock; member
88 #define snd_seq_client_unlock(client) snd_use_lock_free(&(client)->use_lock)
Dseq_ports.h66 snd_use_lock_t use_lock; member
103 #define snd_seq_port_unlock(port) snd_use_lock_free(&(port)->use_lock)
Dseq_queue.h59 snd_use_lock_t use_lock; member
95 #define queuefree(q) snd_use_lock_free(&(q)->use_lock)
Dseq_ports.c70 snd_use_lock_use(&port->use_lock); in snd_seq_port_use_ptr()
104 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest()
152 snd_use_lock_init(&new_port->use_lock); in snd_seq_create_port()
263 snd_use_lock_sync(&port->use_lock); in port_delete()
Dseq_queue.c122 snd_use_lock_init(&q->use_lock); in queue_new()
150 snd_use_lock_sync(&q->use_lock); in queue_delete()
230 snd_use_lock_use(&q->use_lock); in queueptr()
Dseq_clientmgr.c191 snd_use_lock_use(&client->use_lock); in snd_seq_client_use_ptr()
234 snd_use_lock_init(&client->use_lock); in seq_create_client1()
277 snd_use_lock_sync(&client->use_lock); in seq_free_client1()