Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/rmgr/interface/
Dia_css_rmgr_vbuf.h36 struct ia_css_rmgr_vbuf_pool { struct
47 extern struct ia_css_rmgr_vbuf_pool *vbuf_ref; argument
48 extern struct ia_css_rmgr_vbuf_pool *vbuf_write;
49 extern struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool;
57 struct ia_css_rmgr_vbuf_pool *pool);
65 struct ia_css_rmgr_vbuf_pool *pool);
74 struct ia_css_rmgr_vbuf_pool *pool,
84 struct ia_css_rmgr_vbuf_pool *pool,
/Linux-v5.10/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
Drmgr_vbuf.c33 static struct ia_css_rmgr_vbuf_pool refpool = {
44 static struct ia_css_rmgr_vbuf_pool writepool = {
55 static struct ia_css_rmgr_vbuf_pool hmmbufferpool = {
63 struct ia_css_rmgr_vbuf_pool *vbuf_ref = &refpool;
64 struct ia_css_rmgr_vbuf_pool *vbuf_write = &writepool;
65 struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool = &hmmbufferpool;
141 int ia_css_rmgr_init_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_init_vbuf()
174 void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_uninit_vbuf()
212 void rmgr_push_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_push_handle()
240 void rmgr_pop_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_pop_handle()
[all …]