Searched refs:vfe_buf_get_pending (Results 1 – 4 of 4) sorted by relevance
204 output->buf[0] = vfe_buf_get_pending(output); in vfe_enable_output()205 output->buf[1] = vfe_buf_get_pending(output); in vfe_enable_output()571 output->buf[0] = vfe_buf_get_pending(output); in vfe_isr_reg_update()572 output->buf[1] = vfe_buf_get_pending(output); in vfe_isr_reg_update()648 output->buf[!active_index] = vfe_buf_get_pending(output); in vfe_isr_wm_done()
176 struct camss_buffer *vfe_buf_get_pending(struct vfe_output *output);
497 output->buf[i] = vfe_buf_get_pending(output); in vfe_enable_output()681 output->buf[index] = vfe_buf_get_pending(output); in vfe_isr_wm_done()
352 struct camss_buffer *vfe_buf_get_pending(struct vfe_output *output) in vfe_buf_get_pending() function