Searched refs:use_lock (Results 1 – 11 of 11) sorted by relevance
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 …]
39 snd_use_lock_t use_lock; member103 snd_use_lock_use(&mdev->use_lock); in get_mdev()123 snd_use_lock_use(&mdev->use_lock); in find_slot()159 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()175 snd_use_lock_init(&mdev->use_lock); in snd_seq_oss_midi_check_new_port()229 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()230 snd_use_lock_sync(&mdev->use_lock); in snd_seq_oss_midi_check_exit_port()388 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_open()427 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_close()450 snd_use_lock_free(&mdev->use_lock); in snd_seq_oss_midi_filemode()[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)
45 snd_use_lock_t use_lock; member75 #define queuefree(q) snd_use_lock_free(&(q)->use_lock)
44 snd_use_lock_t use_lock; member82 #define snd_seq_client_unlock(client) snd_use_lock_free(&(client)->use_lock)
62 snd_use_lock_t use_lock; member105 #define snd_seq_port_unlock(port) snd_use_lock_free(&(port)->use_lock)
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()
56 snd_use_lock_use(&port->use_lock); in snd_seq_port_use_ptr()94 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest()142 snd_use_lock_init(&new_port->use_lock); in snd_seq_create_port()145 snd_use_lock_use(&new_port->use_lock); in snd_seq_create_port()262 snd_use_lock_sync(&port->use_lock); in port_delete()
166 snd_use_lock_use(&client->use_lock); in snd_seq_client_use_ptr()243 snd_use_lock_init(&client->use_lock); in seq_create_client1()286 snd_use_lock_sync(&client->use_lock); in seq_free_client1()1587 snd_use_lock_free(&q->use_lock); in snd_seq_ioctl_create_queue()
1122 static void genpd_sync_power_off(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_off() argument1151 if (use_lock) in genpd_sync_power_off()1154 genpd_sync_power_off(link->parent, use_lock, depth + 1); in genpd_sync_power_off()1156 if (use_lock) in genpd_sync_power_off()1171 static void genpd_sync_power_on(struct generic_pm_domain *genpd, bool use_lock, in genpd_sync_power_on() argument1182 if (use_lock) in genpd_sync_power_on()1185 genpd_sync_power_on(link->parent, use_lock, depth + 1); in genpd_sync_power_on()1187 if (use_lock) in genpd_sync_power_on()1442 bool use_lock; in genpd_switch_state() local1448 use_lock = genpd_is_irq_safe(genpd); in genpd_switch_state()[all …]