Home
last modified time | relevance | path

Searched refs:vfe_buf_get_pending (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss-vfe-gen1.c204 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()
Dcamss-vfe-480.c313 output->buf[i] = vfe_buf_get_pending(output); in vfe_enable_output()
435 output->buf[index] = vfe_buf_get_pending(output); in vfe_isr_wm_done()
Dcamss-vfe.h185 struct camss_buffer *vfe_buf_get_pending(struct vfe_output *output);
Dcamss-vfe-17x.c483 output->buf[i] = vfe_buf_get_pending(output); in vfe_enable_output()
613 output->buf[index] = vfe_buf_get_pending(output); in vfe_isr_wm_done()
Dcamss-vfe.c471 struct camss_buffer *vfe_buf_get_pending(struct vfe_output *output) in vfe_buf_get_pending() function