Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
Drmgr_vbuf.c33 static struct ia_css_rmgr_vbuf_pool refpool;
38 static struct ia_css_rmgr_vbuf_pool writepool = {
45 static struct ia_css_rmgr_vbuf_pool hmmbufferpool = {
51 struct ia_css_rmgr_vbuf_pool *vbuf_ref = &refpool;
52 struct ia_css_rmgr_vbuf_pool *vbuf_write = &writepool;
53 struct ia_css_rmgr_vbuf_pool *hmm_buffer_pool = &hmmbufferpool;
128 int ia_css_rmgr_init_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_init_vbuf()
161 void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool) in ia_css_rmgr_uninit_vbuf()
197 void rmgr_push_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_push_handle()
225 void rmgr_pop_handle(struct ia_css_rmgr_vbuf_pool *pool, in rmgr_pop_handle()
[all …]