Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis.h458 struct SIS_OH { struct
459 struct SIS_OH *poh_next; argument
460 struct SIS_OH *poh_prev; argument
467 struct SIS_OH aoh[1]; argument
471 struct SIS_OH oh_free;
472 struct SIS_OH oh_used;
473 struct SIS_OH *poh_freelist;
Dsis_main.c97 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
98 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
99 static void sisfb_delete_node(struct SIS_OH *poh);
100 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
101 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
102 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3174 struct SIS_OH *poh; in sisfb_heap_init()
3226 static struct SIS_OH *
3230 struct SIS_OH *poh; in sisfb_poh_new_node()
3242 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()
[all …]