Searched refs:cntl_mutex (Results 1 – 3 of 3) sorted by relevance
1032 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1051 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1065 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1072 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1092 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1098 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1109 mutex_lock(&qdev->cntl_mutex); in msg_xfer()1119 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1211 ret = mutex_lock_interruptible(&qdev->cntl_mutex); in qaic_manage_msg_xfer()1413 mutex_lock(&qdev->cntl_mutex); in resp_worker()[all …]
154 struct mutex cntl_mutex; member
431 ret = drmm_mutex_init(drm, &qdev->cntl_mutex); in create_qdev()