Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
Dia_css_rmgr_vbuf.h27 struct ia_css_rmgr_vbuf_pool { struct
38 extern struct ia_css_rmgr_vbuf_pool *vbuf_ref; argument
39 extern struct ia_css_rmgr_vbuf_pool *vbuf_write;
40 extern struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool;
48 struct ia_css_rmgr_vbuf_pool *pool);
56 struct ia_css_rmgr_vbuf_pool *pool);
65 struct ia_css_rmgr_vbuf_pool *pool,
75 struct ia_css_rmgr_vbuf_pool *pool,
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
Drmgr_vbuf.c24 static struct ia_css_rmgr_vbuf_pool refpool;
29 static struct ia_css_rmgr_vbuf_pool writepool = {
36 static struct ia_css_rmgr_vbuf_pool hmmbufferpool = {
42 struct ia_css_rmgr_vbuf_pool *vbuf_ref = &refpool;
43 struct ia_css_rmgr_vbuf_pool *vbuf_write = &writepool;
44 struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool = &hmmbufferpool;
119 int ia_css_rmgr_init_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_init_vbuf()
152 void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_uninit_vbuf()
188 void rmgr_push_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_push_handle()
216 void rmgr_pop_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_pop_handle()
[all …]