Home
last modified time | relevance | path

Searched refs:stf_v_buf (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/staging/media/starfive/camss/
Dstf-capture.c79 struct stf_v_buf *output = &cap->buffers; in stf_init_addrs()
96 static struct stfcamss_buffer *stf_buf_get_pending(struct stf_v_buf *output) in stf_buf_get_pending()
113 struct stf_v_buf *output = &cap->buffers; in stf_cap_s_cfg()
138 struct stf_v_buf *output = &cap->buffers; in stf_cap_s_cleanup()
268 static void stf_buf_add_ready(struct stf_v_buf *output, in stf_buf_add_ready()
275 static struct stfcamss_buffer *stf_buf_get_ready(struct stf_v_buf *output) in stf_buf_get_ready()
289 static void stf_buf_add_pending(struct stf_v_buf *output, in stf_buf_add_pending()
296 static void stf_buf_update_on_last(struct stf_v_buf *output) in stf_buf_update_on_last()
311 static void stf_buf_update_on_next(struct stf_v_buf *output) in stf_buf_update_on_next()
327 struct stf_v_buf *output = &cap->buffers; in stf_buf_update_on_new()
[all …]
Dstf-capture.h60 struct stf_v_buf { struct
75 struct stf_v_buf buffers; argument