Searched refs:use_lock (Results 1 – 11 of 11) sorted by relevance
39 snd_use_lock_t use_lock; member102 snd_use_lock_use(&mdev->use_lock); in get_mdev()122 snd_use_lock_use(&mdev->use_lock); in find_slot()158 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()174 snd_use_lock_init(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()227 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()228 snd_use_lock_sync(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()332 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()343 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()349 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()[all …]
51 snd_use_lock_t use_lock; member82 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 …]
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()256 snd_use_lock_sync(&f->use_lock); in snd_seq_fifo_resize()277 snd_use_lock_use(&f->use_lock); in snd_seq_fifo_unused_cells()281 snd_use_lock_free(&f->use_lock); in snd_seq_fifo_unused_cells()
21 snd_use_lock_t use_lock; member38 #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)
42 snd_use_lock_t use_lock; member76 #define snd_seq_client_unlock(client) snd_use_lock_free(&(client)->use_lock)
45 snd_use_lock_t use_lock; member75 #define queuefree(q) snd_use_lock_free(&(q)->use_lock)
51 snd_use_lock_t use_lock; member87 #define snd_seq_port_unlock(port) snd_use_lock_free(&(port)->use_lock)
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()
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()
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()1570 snd_use_lock_free(&q->use_lock); in snd_seq_ioctl_create_queue()
1075 static void genpd_sync_power_off(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_off() argument1104 if (use_lock) in genpd_sync_power_off()1107 genpd_sync_power_off(link->parent, use_lock, depth + 1); in genpd_sync_power_off()1109 if (use_lock) in genpd_sync_power_off()1124 static void genpd_sync_power_on(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_on() argument1135 if (use_lock) in genpd_sync_power_on()1138 genpd_sync_power_on(link->parent, use_lock, depth + 1); in genpd_sync_power_on()1140 if (use_lock) in genpd_sync_power_on()1437 bool use_lock; in genpd_switch_state() local1443 use_lock = genpd_is_irq_safe(genpd); in genpd_switch_state()[all …]