Searched refs:ST_M2M_PEND (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-core.h | 61 ST_M2M_PEND, enumerator 77 #define fimc_m2m_pending(dev) test_bit(ST_M2M_PEND, &(dev)->state)
|
H A D | fimc-m2m.c | 104 set_bit(ST_M2M_PEND, &fimc->state); in fimc_device_run()
|
H A D | fimc-core.c | 299 if (test_and_clear_bit(ST_M2M_PEND, &fimc->state)) { in fimc_irq_handler()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.h | 53 ST_M2M_PEND, enumerator 98 #define gsc_m2m_pending(dev) test_bit(ST_M2M_PEND, &(dev)->state)
|
H A D | gsc-m2m.c | 158 set_bit(ST_M2M_PEND, &gsc->state); in gsc_m2m_device_run()
|
H A D | gsc-core.c | 877 if (test_and_clear_bit(ST_M2M_PEND, &gsc->state)) { in gsc_irq_handler()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.h | 53 ST_M2M_PEND, enumerator 95 #define gsc_m2m_pending(dev) test_bit(ST_M2M_PEND, &(dev)->state)
|
H A D | gsc-m2m.c | 158 set_bit(ST_M2M_PEND, &gsc->state); in gsc_m2m_device_run()
|
H A D | gsc-core.c | 875 if (test_and_clear_bit(ST_M2M_PEND, &gsc->state)) { in gsc_irq_handler()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-core.h | 61 ST_M2M_PEND, enumerator 77 #define fimc_m2m_pending(dev) test_bit(ST_M2M_PEND, &(dev)->state)
|
H A D | fimc-m2m.c | 104 set_bit(ST_M2M_PEND, &fimc->state); in fimc_device_run()
|
H A D | fimc-core.c | 300 if (test_and_clear_bit(ST_M2M_PEND, &fimc->state)) { in fimc_irq_handler()
|
Completed in 14 milliseconds