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

/drivers/media/platform/
H A Darv.c112 int start_capture; /* duaring capture in INT. mode. */ member in struct:ar
310 ar->start_capture = -1;
314 wait_event_interruptible(ar->wait, ar->start_capture == 0);
559 ar->start_capture = 1; /* during capture */
563 if (ar->start_capture == 1 && line_number <= (ar->height - 1)) {
573 ar->start_capture = 0;
/drivers/media/platform/soc_camera/
H A Domap1_camera.c426 static void start_capture(struct omap1_cam_dev *pcdev) function
527 start_capture(pcdev);
701 start_capture(pcdev);

Completed in 72 milliseconds