Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis.h472 struct SIS_OH { struct
473 struct SIS_OH *poh_next; argument
474 struct SIS_OH *poh_prev; argument
481 struct SIS_OH aoh[1]; argument
485 struct SIS_OH oh_free;
486 struct SIS_OH oh_used;
487 struct SIS_OH *poh_freelist;
Dsis_main.c111 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
112 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
113 static void sisfb_delete_node(struct SIS_OH *poh);
114 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
115 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
116 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3188 struct SIS_OH *poh; in sisfb_heap_init()
3240 static struct SIS_OH *
3244 struct SIS_OH *poh; in sisfb_poh_new_node()
3256 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()
[all …]