mfc_mutex         177 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_locked = mutex_trylock(&dev->mfc_mutex);
mfc_mutex         216 drivers/media/platform/s5p-mfc/s5p_mfc.c 		mutex_unlock(&dev->mfc_mutex);
mfc_mutex         760 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if (mutex_lock_interruptible(&dev->mfc_mutex))
mfc_mutex         846 drivers/media/platform/s5p-mfc/s5p_mfc.c 	q->lock = &dev->mfc_mutex;
mfc_mutex         873 drivers/media/platform/s5p-mfc/s5p_mfc.c 	q->lock = &dev->mfc_mutex;
mfc_mutex         904 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_unlock(&dev->mfc_mutex);
mfc_mutex         929 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_unlock(&dev->mfc_mutex);
mfc_mutex         943 drivers/media/platform/s5p-mfc/s5p_mfc.c 		mutex_lock(&dev->mfc_mutex);
mfc_mutex         985 drivers/media/platform/s5p-mfc/s5p_mfc.c 		mutex_unlock(&dev->mfc_mutex);
mfc_mutex        1001 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_lock(&dev->mfc_mutex);
mfc_mutex        1014 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_unlock(&dev->mfc_mutex);
mfc_mutex        1018 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_lock(&dev->mfc_mutex);
mfc_mutex        1038 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_unlock(&dev->mfc_mutex);
mfc_mutex        1324 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_init(&dev->mfc_mutex);
mfc_mutex        1345 drivers/media/platform/s5p-mfc/s5p_mfc.c 	vfd->lock	= &dev->mfc_mutex;
mfc_mutex        1364 drivers/media/platform/s5p-mfc/s5p_mfc.c 	vfd->lock	= &dev->mfc_mutex;
mfc_mutex        1431 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_lock(&dev->mfc_mutex);
mfc_mutex        1439 drivers/media/platform/s5p-mfc/s5p_mfc.c 	mutex_unlock(&dev->mfc_mutex);
mfc_mutex         314 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	struct mutex mfc_mutex; /* video_device lock */