Searched defs:S_IDLE (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/marvell-ccic/
H A Dmcam-core.h38 S_IDLE, /* Just hanging around */ enumerator in enum:mcam_state
/drivers/media/video/
H A Dvia-camera.c61 enum viacam_opstate { S_IDLE = 0, S_RUNNING = 1 }; enumerator in enum:viacam_opstate
575 cam->opstate = S_IDLE;
711 if (cam->opstate != S_IDLE)
1012 if (cam->opstate != S_IDLE) {
1090 if (cam->opstate != S_IDLE) {
1252 if (cam->opstate != S_IDLE) {
1282 if (cam->opstate != S_IDLE) {
1395 cam->opstate = S_IDLE;

Completed in 98 milliseconds