Searched refs:cntl_mutex (Results 1 – 3 of 3) sorted by relevance
1027 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1046 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1060 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1067 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1088 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1094 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1105 mutex_lock(&qdev->cntl_mutex); in msg_xfer()1112 mutex_unlock(&qdev->cntl_mutex); in msg_xfer()1204 ret = mutex_lock_interruptible(&qdev->cntl_mutex); in qaic_manage_msg_xfer()1406 mutex_lock(&qdev->cntl_mutex); in resp_worker()[all …]
127 struct mutex cntl_mutex; member
388 ret = drmm_mutex_init(drm, &qdev->cntl_mutex); in create_qdev()