Home
last modified time | relevance | path

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

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