Searched refs:active_bufs (Results 1 – 1 of 1) sorted by relevance
248 struct list_head active_bufs; member673 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()682 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()766 INIT_LIST_HEAD(&pcdev->active_bufs); in mx2_stop_streaming()1315 ibuf = list_first_entry(&pcdev->active_bufs, struct mx2_buf_internal, in mx27_camera_frame_done_emma()1325 list_move_tail(pcdev->active_bufs.next, &pcdev->discard); in mx27_camera_frame_done_emma()1375 list_move_tail(pcdev->discard.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()1385 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()1401 if (list_empty(&pcdev->active_bufs)) { in mx27_camera_emma_irq()1417 ibuf = list_first_entry(&pcdev->active_bufs, in mx27_camera_emma_irq()[all …]