Searched refs:poh (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c3168 struct SIS_OH *poh; local
3192 poh = sisfb_poh_new_node(&ivideo->sisfb_heap);
3193 if(poh == NULL)
3196 poh->poh_next = &ivideo->sisfb_heap.oh_free;
3197 poh->poh_prev = &ivideo->sisfb_heap.oh_free;
3198 poh->size = ivideo->sisfb_heap_size;
3199 poh->offset = ivideo->heapstart;
3201 ivideo->sisfb_heap.oh_free.poh_next = poh;
3202 ivideo->sisfb_heap.oh_free.poh_prev = poh;
3204 ivideo->sisfb_heap.max_freesize = poh
3224 struct SIS_OH *poh; local
3307 sisfb_delete_node(struct SIS_OH *poh) argument
3314 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) argument
3396 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) argument
3408 struct SIS_OH *poh = NULL; local
3448 struct SIS_OH *poh; local
[all...]
H A Dsis_main.h733 static void sisfb_delete_node(struct SIS_OH *poh);
734 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
736 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);

Completed in 133 milliseconds