Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c297 struct mutex shadow_list_lock; member
1928 mutex_lock(&channel->shadow_list_lock); in allegro_put_buffer()
1930 mutex_unlock(&channel->shadow_list_lock); in allegro_put_buffer()
1942 mutex_lock(&channel->shadow_list_lock); in allegro_get_buffer()
1950 mutex_unlock(&channel->shadow_list_lock); in allegro_get_buffer()
2863 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2869 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2874 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2880 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
3055 mutex_init(&channel->shadow_list_lock); in allegro_open()