Searched refs:op_mutex (Results 1 – 3 of 3) sorted by relevance
87 void *op_mutex; member603 rotator_handle->op_mutex = NULL; in exynos_rotator_create()610 rotator_handle->op_mutex = exynos_mutex_create(EXYNOS_MUTEX_TYPE_PRIVATE, mutex_name); in exynos_rotator_create()611 if (rotator_handle->op_mutex == NULL) { in exynos_rotator_create()616 exynos_mutex_lock(rotator_handle->op_mutex); in exynos_rotator_create()632 exynos_mutex_unlock(rotator_handle->op_mutex); in exynos_rotator_create()649 if (rotator_handle->op_mutex) in exynos_rotator_create()650 exynos_mutex_unlock(rotator_handle->op_mutex); in exynos_rotator_create()669 exynos_mutex_lock(rotator_handle->op_mutex); in exynos_rotator_destroy()682 exynos_mutex_unlock(rotator_handle->op_mutex); in exynos_rotator_destroy()[all …]
732 gsc_handle->op_mutex = NULL; in exynos_gsc_create()744 gsc_handle->op_mutex = exynos_mutex_create(EXYNOS_MUTEX_TYPE_PRIVATE, mutex_name); in exynos_gsc_create()745 if (gsc_handle->op_mutex == NULL) { in exynos_gsc_create()750 exynos_mutex_lock(gsc_handle->op_mutex); in exynos_gsc_create()769 exynos_mutex_unlock(gsc_handle->op_mutex); in exynos_gsc_create()788 if (gsc_handle->op_mutex) in exynos_gsc_create()789 exynos_mutex_unlock(gsc_handle->op_mutex); in exynos_gsc_create()791 if (exynos_mutex_destroy(gsc_handle->op_mutex) == false) in exynos_gsc_create()820 gsc_handle->op_mutex = NULL; in exynos_gsc_reserve()913 gsc_handle->op_mutex = NULL; in exynos_gsc_create_exclusive()[all …]
128 void *op_mutex; member