Lines Matching refs:m_dev
1459 struct s5p_mfc_dev *m_dev = dev_get_drvdata(dev); in s5p_mfc_suspend() local
1462 if (m_dev->num_inst == 0) in s5p_mfc_suspend()
1465 if (test_and_set_bit(0, &m_dev->enter_suspend) != 0) { in s5p_mfc_suspend()
1471 while (test_and_set_bit(0, &m_dev->hw_lock) != 0) { in s5p_mfc_suspend()
1474 ret = wait_event_interruptible_timeout(m_dev->queue, in s5p_mfc_suspend()
1475 m_dev->int_cond, msecs_to_jiffies(MFC_INT_TIMEOUT)); in s5p_mfc_suspend()
1478 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend()
1483 ret = s5p_mfc_sleep(m_dev); in s5p_mfc_suspend()
1485 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend()
1486 clear_bit(0, &m_dev->hw_lock); in s5p_mfc_suspend()
1493 struct s5p_mfc_dev *m_dev = dev_get_drvdata(dev); in s5p_mfc_resume() local
1495 if (m_dev->num_inst == 0) in s5p_mfc_resume()
1497 return s5p_mfc_wakeup(m_dev); in s5p_mfc_resume()