Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/sti/hva/
Dhva-hw.c275 mutex_unlock(&hva->protect_mutex); in hva_hw_get_ip_version()
381 mutex_init(&hva->protect_mutex); in hva_hw_probe()
468 mutex_lock(&hva->protect_mutex); in hva_hw_execute_task()
543 mutex_unlock(&hva->protect_mutex); in hva_hw_execute_task()
556 mutex_lock(&hva->protect_mutex); in hva_hw_dump_regs()
560 mutex_unlock(&hva->protect_mutex); in hva_hw_dump_regs()
584 mutex_unlock(&hva->protect_mutex); in hva_hw_dump_regs()
Dhva.h355 struct mutex protect_mutex; member