Searched refs:S_IDLE (Results 1 – 2 of 2) sorted by relevance
57 enum viacam_opstate { S_IDLE = 0, S_RUNNING = 1 }; enumerator554 cam->opstate = S_IDLE; in viacam_stop_engine()616 if (cam->opstate != S_IDLE) { in viacam_vb2_start_streaming()884 if (cam->opstate != S_IDLE) in viacam_s_fmt_vid_cap()1021 if (cam->opstate != S_IDLE) { in viacam_suspend()1051 if (cam->opstate != S_IDLE) { in viacam_resume()1173 cam->opstate = S_IDLE; in viacam_probe()
42 S_IDLE, /* Just hanging around */ enumerator