Searched refs:cntl_mutex (Results 1 – 3 of 3) sorted by relevance
1031 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1050 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1064 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1071 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1091 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1097 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1108 mutex_lock(&qdev->cntl_mutex); in msg_xfer()1115 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1207 ret = mutex_lock_interruptible(&qdev->cntl_mutex); in qaic_manage_msg_xfer()1409 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()