Searched refs:enter_suspend (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc.c | 458 if (test_bit(0, &dev->enter_suspend)) in s5p_mfc_handle_frame() 658 clear_bit(0, &dev->enter_suspend); in s5p_mfc_irq() 706 clear_bit(0, &dev->enter_suspend); in s5p_mfc_irq() 1473 if (test_and_set_bit(0, &m_dev->enter_suspend) != 0) { in s5p_mfc_suspend() 1486 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend() 1493 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend()
|
H A D | s5p_mfc_common.h | 286 * @enter_suspend: flag set when entering suspend 333 unsigned long enter_suspend; member
|
H A D | s5p_mfc_opr_v5.c | 1322 if (test_bit(0, &dev->enter_suspend)) { in s5p_mfc_try_run_v5()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc.c | 470 if (test_bit(0, &dev->enter_suspend)) in s5p_mfc_handle_frame() 673 clear_bit(0, &dev->enter_suspend); in s5p_mfc_irq() 721 clear_bit(0, &dev->enter_suspend); in s5p_mfc_irq() 1478 if (test_and_set_bit(0, &m_dev->enter_suspend) != 0) { in s5p_mfc_suspend() 1491 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend() 1498 clear_bit(0, &m_dev->enter_suspend); in s5p_mfc_suspend()
|
H A D | s5p_mfc_common.h | 290 * @enter_suspend: flag set when entering suspend 337 unsigned long enter_suspend; member
|
H A D | s5p_mfc_opr_v5.c | 1322 if (test_bit(0, &dev->enter_suspend)) { in s5p_mfc_try_run_v5()
|
Completed in 13 milliseconds