Home
last modified time | relevance | path

Searched refs:shadow_list_lock (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c297 struct mutex shadow_list_lock; member
1978 mutex_lock(&channel->shadow_list_lock); in allegro_put_buffer()
1980 mutex_unlock(&channel->shadow_list_lock); in allegro_put_buffer()
1992 mutex_lock(&channel->shadow_list_lock); in allegro_get_buffer()
2000 mutex_unlock(&channel->shadow_list_lock); in allegro_get_buffer()
2925 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2931 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2936 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2942 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
3119 mutex_init(&channel->shadow_list_lock); in allegro_open()