Searched refs:sisfb_heap (Results 1 - 3 of 3) sorted by relevance

/drivers/video/fbdev/sis/
H A Dsis_main.c3155 ivideo->sisfb_heap.vinfo = ivideo;
3157 ivideo->sisfb_heap.poha_chain = NULL;
3158 ivideo->sisfb_heap.poh_freelist = NULL;
3160 poh = sisfb_poh_new_node(&ivideo->sisfb_heap);
3164 poh->poh_next = &ivideo->sisfb_heap.oh_free;
3165 poh->poh_prev = &ivideo->sisfb_heap.oh_free;
3169 ivideo->sisfb_heap.oh_free.poh_next = poh;
3170 ivideo->sisfb_heap.oh_free.poh_prev = poh;
3171 ivideo->sisfb_heap.oh_free.size = 0;
3172 ivideo->sisfb_heap
[all...]
H A Dsis.h489 struct SIS_HEAP sisfb_heap; /* This card's vram heap */ member in struct:sis_video_info
H A Dsis_main.h145 static struct SIS_HEAP *sisfb_heap; variable in typeref:struct:SIS_HEAP

Completed in 51 milliseconds