Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/marvell/
H A Dmcam-core.c453 if (cam->state != S_STREAMING || bufno < 0) in mcam_frame_tasklet()
665 if (cam->state != S_STREAMING) in mcam_dma_sg_done()
1062 cam->state = S_STREAMING; in mcam_read_setup()
1105 if (cam->state == S_STREAMING && test_bit(CF_SG_RESTART, &cam->flags)) in mcam_vb_buf_queue()
1190 if (cam->state != S_STREAMING) in mcam_vb_stop_streaming()
1695 if (cam->state != S_STREAMING) in mcam_frame_complete()
1971 if (cam->state == S_STREAMING) { in mccic_resume()
H A Dmcam-core.h43 S_STREAMING, /* Streaming data */ enumerator