Searched refs:sdr_cap_buf (Results 1 – 1 of 1) sorted by relevance
87 struct vivid_buffer *sdr_cap_buf = NULL; in vivid_thread_sdr_cap_tick() local 98 sdr_cap_buf = list_entry(dev->sdr_cap_active.next, in vivid_thread_sdr_cap_tick() 100 list_del(&sdr_cap_buf->list); in vivid_thread_sdr_cap_tick() 104 if (sdr_cap_buf) { in vivid_thread_sdr_cap_tick() 105 sdr_cap_buf->vb.sequence = dev->sdr_cap_with_seq_wrap_count; in vivid_thread_sdr_cap_tick() 106 v4l2_ctrl_request_setup(sdr_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_sdr_cap_tick() 108 v4l2_ctrl_request_complete(sdr_cap_buf->vb.vb2_buf.req_obj.req, in vivid_thread_sdr_cap_tick() 110 vivid_sdr_cap_process(dev, sdr_cap_buf); in vivid_thread_sdr_cap_tick() 111 sdr_cap_buf->vb.vb2_buf.timestamp = in vivid_thread_sdr_cap_tick() 113 vb2_buffer_done(&sdr_cap_buf in vivid_thread_sdr_cap_tick() [all...]