Home
last modified time | relevance | path

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

/linux/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c274 mutex_unlock(&hva->protect_mutex); in hva_hw_get_ip_version()
374 mutex_init(&hva->protect_mutex); in hva_hw_probe()
464 mutex_lock(&hva->protect_mutex); in hva_hw_execute_task()
541 mutex_unlock(&hva->protect_mutex); in hva_hw_execute_task()
554 mutex_lock(&hva->protect_mutex); in hva_hw_dump_regs()
558 mutex_unlock(&hva->protect_mutex); in hva_hw_dump_regs()
582 mutex_unlock(&hva->protect_mutex); in hva_hw_dump_regs()
H A Dhva.h355 struct mutex protect_mutex; member