Home
last modified time | relevance | path

Searched refs:ST_M2M_RUNNING (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c40 ST_M2M_RUNNING, /* HW device running */ enumerator
219 if (!test_bit(ST_M2M_RUNNING, &bdisp->state) || (curr_ctx != ctx)) in bdisp_ctx_stop_req()
355 set_bit(ST_M2M_RUNNING, &bdisp->state); in bdisp_device_run()
1100 if (!test_and_clear_bit(ST_M2M_RUNNING, &bdisp->state)) in bdisp_irq_thread()
1150 clear_bit(ST_M2M_RUNNING, &bdisp->state); in bdisp_irq_timeout()
1164 if (!test_bit(ST_M2M_RUNNING, &bdisp->state)) { in bdisp_m2m_suspend()