Searched refs:use_lock (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
D | seq_oss_midi.c | 39 snd_use_lock_t use_lock; member 102 snd_use_lock_use(&mdev->use_lock); in get_mdev() 122 snd_use_lock_use(&mdev->use_lock); in find_slot() 157 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_new_port() 173 snd_use_lock_init(&mdev->use_lock); in snd_seq_oss_midi_check_new_port() 225 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port() 226 snd_use_lock_sync(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port() 328 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open() 339 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open() 345 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open() [all …]
|
D | seq_oss_synth.c | 51 snd_use_lock_t use_lock; member 82 snd_use_lock_init(&midi_synth_dev.use_lock); in snd_seq_oss_synth_init() 107 snd_use_lock_init(&rec->use_lock); in snd_seq_oss_synth_probe() 171 snd_use_lock_sync(&rec->use_lock); in snd_seq_oss_synth_remove() 189 snd_use_lock_use(&rec->use_lock); in get_sdev() 214 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup() 227 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup() 232 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup() 241 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup() 249 snd_use_lock_free(&rec->use_lock); in snd_seq_oss_synth_setup() [all …]
|
/kernel/linux/linux-5.10/sound/core/seq/ |
D | seq_fifo.c | 38 snd_use_lock_init(&f->use_lock); in snd_seq_fifo_new() 90 snd_use_lock_sync(&f->use_lock); in snd_seq_fifo_clear() 111 snd_use_lock_use(&f->use_lock); in snd_seq_fifo_event_in() 116 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in() 135 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_event_in() 255 snd_use_lock_sync(&f->use_lock); in snd_seq_fifo_resize() 276 snd_use_lock_use(&f->use_lock); in snd_seq_fifo_unused_cells() 280 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_unused_cells()
|
D | seq_fifo.h | 21 snd_use_lock_t use_lock; member 38 #define snd_seq_fifo_lock(fifo) snd_use_lock_use(&(fifo)->use_lock) 39 #define snd_seq_fifo_unlock(fifo) snd_use_lock_free(&(fifo)->use_lock)
|
D | seq_clientmgr.h | 42 snd_use_lock_t use_lock; member 76 #define snd_seq_client_unlock(client) snd_use_lock_free(&(client)->use_lock)
|
D | seq_queue.h | 45 snd_use_lock_t use_lock; member 78 #define queuefree(q) snd_use_lock_free(&(q)->use_lock)
|
D | seq_ports.h | 51 snd_use_lock_t use_lock; member 87 #define snd_seq_port_unlock(port) snd_use_lock_free(&(port)->use_lock)
|
D | seq_ports.c | 56 snd_use_lock_use(&port->use_lock); in snd_seq_port_use_ptr() 90 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest() 137 snd_use_lock_init(&new_port->use_lock); in snd_seq_create_port() 140 snd_use_lock_use(&new_port->use_lock); in snd_seq_create_port() 250 snd_use_lock_sync(&port->use_lock); in port_delete()
|
D | seq_queue.c | 107 snd_use_lock_init(&q->use_lock); in queue_new() 137 snd_use_lock_sync(&q->use_lock); in queue_delete() 177 snd_use_lock_use(&q->use_lock); in snd_seq_queue_alloc() 179 snd_use_lock_free(&q->use_lock); in snd_seq_queue_alloc() 213 snd_use_lock_use(&q->use_lock); in queueptr()
|
D | seq_clientmgr.c | 160 snd_use_lock_use(&client->use_lock); in snd_seq_client_use_ptr() 237 snd_use_lock_init(&client->use_lock); in seq_create_client1() 279 snd_use_lock_sync(&client->use_lock); in seq_free_client1() 1558 snd_use_lock_free(&q->use_lock); in snd_seq_ioctl_create_queue()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0013_linux_drivers_base.patch | 149 …-980,11 +983,20 @@ static void genpd_sync_power_off(struct generic_pm_domain *genpd, bool use_lock, 173 … -992,6 +1004,9 @@ static void genpd_sync_power_off(struct generic_pm_domain *genpd, bool use_lock, 183 … -1038,6 +1053,9 @@ static void genpd_sync_power_on(struct generic_pm_domain *genpd, bool use_lock,
|
/kernel/linux/linux-5.10/drivers/base/power/ |
D | domain.c | 978 static void genpd_sync_power_off(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_off() argument 1000 if (use_lock) in genpd_sync_power_off() 1003 genpd_sync_power_off(link->parent, use_lock, depth + 1); in genpd_sync_power_off() 1005 if (use_lock) in genpd_sync_power_off() 1020 static void genpd_sync_power_on(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_on() argument 1031 if (use_lock) in genpd_sync_power_on() 1034 genpd_sync_power_on(link->parent, use_lock, depth + 1); in genpd_sync_power_on() 1036 if (use_lock) in genpd_sync_power_on()
|