Home
last modified time | relevance | path

Searched refs:SIS_HEAP (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/video/sis/
Dsis_main.h145 static struct SIS_HEAP *sisfb_heap;
731 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
732 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
735 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
736 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
Dsis.h404 struct SIS_HEAP { struct
489 struct SIS_HEAP sisfb_heap; /* This card's vram heap */
Dsis_main.c3223 sisfb_poh_new_node(struct SIS_HEAP *memheap) in sisfb_poh_new_node()
3257 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) in sisfb_poh_allocate()
3328 sisfb_poh_free(struct SIS_HEAP *memheap, u32 base) in sisfb_poh_free()
3398 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) in sisfb_free_node()