Searched refs:active_bufs (Results 1 – 1 of 1) sorted by relevance
248 struct list_head active_bufs; member671 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()680 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()764 INIT_LIST_HEAD(&pcdev->active_bufs); in mx2_stop_streaming()1299 ibuf = list_first_entry(&pcdev->active_bufs, struct mx2_buf_internal, in mx27_camera_frame_done_emma()1309 list_move_tail(pcdev->active_bufs.next, &pcdev->discard); in mx27_camera_frame_done_emma()1358 list_move_tail(pcdev->discard.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()1368 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()1384 if (list_empty(&pcdev->active_bufs)) { in mx27_camera_emma_irq()1400 ibuf = list_first_entry(&pcdev->active_bufs, in mx27_camera_emma_irq()[all …]