m_dev            1459 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_dev *m_dev = dev_get_drvdata(dev);
m_dev            1462 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if (m_dev->num_inst == 0)
m_dev            1465 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if (test_and_set_bit(0, &m_dev->enter_suspend) != 0) {
m_dev            1471 drivers/media/platform/s5p-mfc/s5p_mfc.c 	while (test_and_set_bit(0, &m_dev->hw_lock) != 0) {
m_dev            1474 drivers/media/platform/s5p-mfc/s5p_mfc.c 		ret = wait_event_interruptible_timeout(m_dev->queue,
m_dev            1475 drivers/media/platform/s5p-mfc/s5p_mfc.c 			m_dev->int_cond, msecs_to_jiffies(MFC_INT_TIMEOUT));
m_dev            1478 drivers/media/platform/s5p-mfc/s5p_mfc.c 			clear_bit(0, &m_dev->enter_suspend);
m_dev            1483 drivers/media/platform/s5p-mfc/s5p_mfc.c 	ret = s5p_mfc_sleep(m_dev);
m_dev            1485 drivers/media/platform/s5p-mfc/s5p_mfc.c 		clear_bit(0, &m_dev->enter_suspend);
m_dev            1486 drivers/media/platform/s5p-mfc/s5p_mfc.c 		clear_bit(0, &m_dev->hw_lock);
m_dev            1493 drivers/media/platform/s5p-mfc/s5p_mfc.c 	struct s5p_mfc_dev *m_dev = dev_get_drvdata(dev);
m_dev            1495 drivers/media/platform/s5p-mfc/s5p_mfc.c 	if (m_dev->num_inst == 0)
m_dev            1497 drivers/media/platform/s5p-mfc/s5p_mfc.c 	return s5p_mfc_wakeup(m_dev);