Home
last modified time | relevance | path

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

/drivers/video/sis/
Dsis.h432 struct SIS_OH { struct
433 struct SIS_OH *poh_next; argument
434 struct SIS_OH *poh_prev; argument
441 struct SIS_OH aoh[1]; argument
445 struct SIS_OH oh_free;
446 struct SIS_OH oh_used;
447 struct SIS_OH *poh_freelist;
Dsis_main.h731 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);
733 static void sisfb_delete_node(struct SIS_OH *poh);
734 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
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_main.c3163 struct SIS_OH *poh; in sisfb_heap_init()
3215 static struct SIS_OH *
3219 struct SIS_OH *poh; in sisfb_poh_new_node()
3231 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()
3249 static struct SIS_OH *
3252 struct SIS_OH *pohThis; in sisfb_poh_allocate()
3253 struct SIS_OH *pohRoot; in sisfb_poh_allocate()
3302 sisfb_delete_node(struct SIS_OH *poh) in sisfb_delete_node()
3309 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) in sisfb_insert_node()
3311 struct SIS_OH *pohTemp = pohList->poh_next; in sisfb_insert_node()
[all …]