Searched refs:buffer_mutex (Results 1 – 6 of 6) sorted by relevance
66 mutex_lock(&priv->buffer_mutex); in tpm_dev_async_work()88 mutex_unlock(&priv->buffer_mutex); in tpm_dev_async_work()107 mutex_lock(&priv->buffer_mutex); in tpm_timeout_work()111 mutex_unlock(&priv->buffer_mutex); in tpm_timeout_work()122 mutex_init(&priv->buffer_mutex); in tpm_common_open()137 mutex_lock(&priv->buffer_mutex); in tpm_common_read()166 mutex_unlock(&priv->buffer_mutex); in tpm_common_read()179 mutex_lock(&priv->buffer_mutex); in tpm_common_write()215 mutex_unlock(&priv->buffer_mutex); in tpm_common_write()238 mutex_unlock(&priv->buffer_mutex); in tpm_common_write()[all …]
12 struct mutex buffer_mutex; member
205 struct mutex buffer_mutex; /* SPI buffer mutex */ member230 mutex_lock(&priv->buffer_mutex); in cc2520_cmd_strobe()239 mutex_unlock(&priv->buffer_mutex); in cc2520_cmd_strobe()258 mutex_lock(&priv->buffer_mutex); in cc2520_get_status()268 mutex_unlock(&priv->buffer_mutex); in cc2520_get_status()287 mutex_lock(&priv->buffer_mutex); in cc2520_write_register()301 mutex_unlock(&priv->buffer_mutex); in cc2520_write_register()322 mutex_lock(&priv->buffer_mutex); in cc2520_write_ram()336 mutex_unlock(&priv->buffer_mutex); in cc2520_write_ram()360 mutex_lock(&priv->buffer_mutex); in cc2520_read_register()[all …]
225 struct mutex buffer_mutex; member
721 mutex_lock(&runtime->buffer_mutex); in snd_pcm_buffer_access_lock()728 mutex_unlock(&runtime->buffer_mutex); in snd_pcm_buffer_access_unlock()1258 mutex_lock_nested(&s->runtime->buffer_mutex, depth); in snd_pcm_action_group()1291 mutex_unlock(&s1->runtime->buffer_mutex); in snd_pcm_action_group()
421 struct mutex buffer_mutex; /* protect for buffer changes */ member