| /Linux-v6.6/sound/core/seq/oss/ |
| D | seq_oss.c | 115 static DEFINE_MUTEX(register_mutex); 127 mutex_lock(®ister_mutex); in odev_open() 129 mutex_unlock(®ister_mutex); in odev_open() 143 mutex_lock(®ister_mutex); in odev_release() 145 mutex_unlock(®ister_mutex); in odev_release() 182 mutex_lock_interruptible(®ister_mutex)) in odev_ioctl() 186 mutex_unlock(®ister_mutex); in odev_ioctl() 232 mutex_lock(®ister_mutex); in register_device() 238 mutex_unlock(®ister_mutex); in register_device() 247 mutex_unlock(®ister_mutex); in register_device() [all …]
|
| /Linux-v6.6/sound/usb/6fire/ |
| D | chip.c | 43 static DEFINE_MUTEX(register_mutex); 91 mutex_lock(®ister_mutex); in usb6fire_chip_probe() 97 mutex_unlock(®ister_mutex); in usb6fire_chip_probe() 103 mutex_unlock(®ister_mutex); in usb6fire_chip_probe() 108 mutex_unlock(®ister_mutex); in usb6fire_chip_probe() 177 mutex_lock(®ister_mutex); in usb6fire_chip_disconnect() 180 mutex_unlock(®ister_mutex); in usb6fire_chip_disconnect()
|
| /Linux-v6.6/sound/core/ |
| D | hwdep.c | 25 static DEFINE_MUTEX(register_mutex); 275 mutex_lock(®ister_mutex); in snd_hwdep_control_ioctl() 291 mutex_unlock(®ister_mutex); in snd_hwdep_control_ioctl() 304 mutex_lock(®ister_mutex); in snd_hwdep_control_ioctl() 310 mutex_unlock(®ister_mutex); in snd_hwdep_control_ioctl() 425 mutex_lock(®ister_mutex); in snd_hwdep_dev_register() 427 mutex_unlock(®ister_mutex); in snd_hwdep_dev_register() 437 mutex_unlock(®ister_mutex); in snd_hwdep_dev_register() 457 mutex_unlock(®ister_mutex); in snd_hwdep_dev_register() 467 mutex_lock(®ister_mutex); in snd_hwdep_dev_disconnect() [all …]
|
| D | pcm.c | 28 static DEFINE_MUTEX(register_mutex); 94 mutex_lock(®ister_mutex); in snd_pcm_control_ioctl() 96 mutex_unlock(®ister_mutex); in snd_pcm_control_ioctl() 121 mutex_lock(®ister_mutex); in snd_pcm_control_ioctl() 148 mutex_unlock(®ister_mutex); in snd_pcm_control_ioctl() 1063 mutex_lock(®ister_mutex); in snd_pcm_dev_register() 1095 mutex_unlock(®ister_mutex); in snd_pcm_dev_register() 1105 mutex_lock(®ister_mutex); in snd_pcm_dev_disconnect() 1134 mutex_unlock(®ister_mutex); in snd_pcm_dev_disconnect() 1159 mutex_lock(®ister_mutex); in snd_pcm_notify() [all …]
|
| D | timer.c | 126 static DEFINE_MUTEX(register_mutex); 297 mutex_lock(®ister_mutex); in snd_timer_open() 324 mutex_unlock(®ister_mutex); in snd_timer_open() 326 mutex_lock(®ister_mutex); in snd_timer_open() 377 mutex_unlock(®ister_mutex); in snd_timer_open() 462 mutex_lock(®ister_mutex); in snd_timer_close() 464 mutex_unlock(®ister_mutex); in snd_timer_close() 991 mutex_lock(®ister_mutex); in snd_timer_free() 1003 mutex_unlock(®ister_mutex); in snd_timer_free() 1028 mutex_lock(®ister_mutex); in snd_timer_dev_register() [all …]
|
| D | rawmidi.c | 44 static DEFINE_MUTEX(register_mutex); 700 mutex_lock(®ister_mutex); in snd_rawmidi_info_select() 702 mutex_unlock(®ister_mutex); in snd_rawmidi_info_select() 1028 mutex_lock(®ister_mutex); in snd_rawmidi_next_device() 1040 mutex_unlock(®ister_mutex); in snd_rawmidi_next_device() 1057 mutex_lock(®ister_mutex); in snd_rawmidi_call_ump_ioctl() 1063 mutex_unlock(®ister_mutex); in snd_rawmidi_call_ump_ioctl() 2027 mutex_lock(®ister_mutex); in snd_rawmidi_dev_register() 2032 mutex_unlock(®ister_mutex); in snd_rawmidi_dev_register() 2105 mutex_lock(®ister_mutex); in snd_rawmidi_dev_register() [all …]
|
| /Linux-v6.6/sound/synth/emux/ |
| D | emux_seq.c | 276 mutex_lock(&emu->register_mutex); in snd_emux_inc_count() 278 mutex_unlock(&emu->register_mutex); in snd_emux_inc_count() 297 mutex_lock(&emu->register_mutex); in snd_emux_dec_count() 299 mutex_unlock(&emu->register_mutex); in snd_emux_dec_count() 318 mutex_lock(&emu->register_mutex); in snd_emux_use() 321 mutex_unlock(&emu->register_mutex); in snd_emux_use() 341 mutex_lock(&emu->register_mutex); in snd_emux_unuse() 344 mutex_unlock(&emu->register_mutex); in snd_emux_unuse()
|
| D | emux_proc.c | 22 mutex_lock(&emu->register_mutex); in snd_emux_proc_info_read() 88 mutex_unlock(&emu->register_mutex); in snd_emux_proc_info_read()
|
| D | emux.c | 34 mutex_init(&emu->register_mutex); in snd_emux_new()
|
| /Linux-v6.6/sound/core/seq/ |
| D | seq_midi.c | 59 static DEFINE_MUTEX(register_mutex); 301 mutex_lock(®ister_mutex); in snd_seq_midisynth_probe() 307 mutex_unlock(®ister_mutex); in snd_seq_midisynth_probe() 317 mutex_unlock(®ister_mutex); in snd_seq_midisynth_probe() 399 mutex_unlock(®ister_mutex); in snd_seq_midisynth_probe() 416 mutex_unlock(®ister_mutex); in snd_seq_midisynth_probe() 430 mutex_lock(®ister_mutex); in snd_seq_midisynth_remove() 433 mutex_unlock(®ister_mutex); in snd_seq_midisynth_remove() 449 mutex_unlock(®ister_mutex); in snd_seq_midisynth_remove()
|
| D | seq_clientmgr.c | 56 static DEFINE_MUTEX(register_mutex); 298 mutex_lock(®ister_mutex); in seq_free_client() 314 mutex_unlock(®ister_mutex); in seq_free_client() 335 mutex_lock(®ister_mutex); in snd_seq_open() 338 mutex_unlock(®ister_mutex); in snd_seq_open() 358 mutex_unlock(®ister_mutex); in snd_seq_open() 365 mutex_unlock(®ister_mutex); in snd_seq_open() 2365 mutex_lock(®ister_mutex); in snd_seq_create_kernel_client() 2377 mutex_unlock(®ister_mutex); in snd_seq_create_kernel_client() 2392 mutex_unlock(®ister_mutex); in snd_seq_create_kernel_client() [all …]
|
| /Linux-v6.6/sound/usb/hiface/ |
| D | chip.c | 39 static DEFINE_MUTEX(register_mutex); 104 mutex_lock(®ister_mutex); in hiface_chip_probe() 130 mutex_unlock(®ister_mutex); in hiface_chip_probe() 138 mutex_unlock(®ister_mutex); in hiface_chip_probe()
|
| /Linux-v6.6/sound/usb/ |
| D | card.c | 118 static DEFINE_MUTEX(register_mutex); 801 mutex_lock(®ister_mutex); in usb_audio_probe() 913 mutex_unlock(®ister_mutex); in usb_audio_probe() 930 mutex_unlock(®ister_mutex); in usb_audio_probe() 949 mutex_lock(®ister_mutex); in usb_audio_disconnect() 994 mutex_unlock(®ister_mutex); in usb_audio_disconnect() 997 mutex_unlock(®ister_mutex); in usb_audio_disconnect()
|
| /Linux-v6.6/drivers/char/xillybus/ |
| D | xillybus_core.c | 885 mutex_lock(&channel->endpoint->register_mutex); in xillybus_read() 898 register_mutex); in xillybus_read() 1096 mutex_lock(&channel->endpoint->register_mutex); in xillybus_myflush() 1106 mutex_unlock(&channel->endpoint->register_mutex); in xillybus_myflush() 1336 mutex_lock(&channel->endpoint->register_mutex); in xillybus_write() 1349 register_mutex); in xillybus_write() 1705 mutex_lock(&channel->endpoint->register_mutex); in xillybus_llseek() 1714 mutex_unlock(&channel->endpoint->register_mutex); in xillybus_llseek() 1819 mutex_init(&endpoint->register_mutex); in xillybus_init_endpoint()
|
| D | xillybus.h | 97 struct mutex register_mutex; member
|
| /Linux-v6.6/drivers/staging/greybus/ |
| D | audio_codec.c | 819 mutex_lock(&gbcodec->register_mutex); in gbaudio_register_module() 825 mutex_unlock(&gbcodec->register_mutex); in gbaudio_register_module() 831 mutex_unlock(&gbcodec->register_mutex); in gbaudio_register_module() 868 mutex_unlock(&gbcodec->register_mutex); in gbaudio_register_module() 941 mutex_lock(&gbcodec->register_mutex); in gbaudio_unregister_module() 990 mutex_unlock(&gbcodec->register_mutex); in gbaudio_unregister_module() 1010 mutex_init(&info->register_mutex); in gbcodec_probe()
|
| D | audio_codec.h | 74 struct mutex register_mutex; member
|
| /Linux-v6.6/include/sound/ |
| D | emux_synth.h | 101 struct mutex register_mutex; member
|
| D | gus.h | 431 struct mutex register_mutex; member
|