poh_next          460 drivers/video/fbdev/sis/sis.h 	struct SIS_OH *poh_next;
poh_next         3202 drivers/video/fbdev/sis/sis_main.c 	poh->poh_next = &ivideo->sisfb_heap.oh_free;
poh_next         3207 drivers/video/fbdev/sis/sis_main.c 	ivideo->sisfb_heap.oh_free.poh_next = poh;
poh_next         3212 drivers/video/fbdev/sis/sis_main.c 	ivideo->sisfb_heap.oh_used.poh_next = &ivideo->sisfb_heap.oh_used;
poh_next         3246 drivers/video/fbdev/sis/sis_main.c 			poh->poh_next = poh + 1;
poh_next         3250 drivers/video/fbdev/sis/sis_main.c 		poh->poh_next = NULL;
poh_next         3255 drivers/video/fbdev/sis/sis_main.c 	memheap->poh_freelist = poh->poh_next;
poh_next         3273 drivers/video/fbdev/sis/sis_main.c 	pohThis = memheap->oh_free.poh_next;
poh_next         3280 drivers/video/fbdev/sis/sis_main.c 		pohThis = pohThis->poh_next;
poh_next         3315 drivers/video/fbdev/sis/sis_main.c 	poh->poh_prev->poh_next = poh->poh_next;
poh_next         3316 drivers/video/fbdev/sis/sis_main.c 	poh->poh_next->poh_prev = poh->poh_prev;
poh_next         3322 drivers/video/fbdev/sis/sis_main.c 	struct SIS_OH *pohTemp = pohList->poh_next;
poh_next         3324 drivers/video/fbdev/sis/sis_main.c 	pohList->poh_next = poh;
poh_next         3328 drivers/video/fbdev/sis/sis_main.c 	poh->poh_next = pohTemp;
poh_next         3337 drivers/video/fbdev/sis/sis_main.c 	struct SIS_OH *poh_next;
poh_next         3342 drivers/video/fbdev/sis/sis_main.c 	poh_freed = memheap->oh_used.poh_next;
poh_next         3350 drivers/video/fbdev/sis/sis_main.c 		poh_freed = poh_freed->poh_next;
poh_next         3358 drivers/video/fbdev/sis/sis_main.c 	poh_prev = poh_next = NULL;
poh_next         3362 drivers/video/fbdev/sis/sis_main.c 	pohThis = memheap->oh_free.poh_next;
poh_next         3366 drivers/video/fbdev/sis/sis_main.c 			poh_next = pohThis;
poh_next         3370 drivers/video/fbdev/sis/sis_main.c 		pohThis = pohThis->poh_next;
poh_next         3375 drivers/video/fbdev/sis/sis_main.c 	if(poh_prev && poh_next) {
poh_next         3376 drivers/video/fbdev/sis/sis_main.c 		poh_prev->size += (poh_freed->size + poh_next->size);
poh_next         3377 drivers/video/fbdev/sis/sis_main.c 		sisfb_delete_node(poh_next);
poh_next         3379 drivers/video/fbdev/sis/sis_main.c 		sisfb_free_node(memheap, poh_next);
poh_next         3389 drivers/video/fbdev/sis/sis_main.c 	if(poh_next) {
poh_next         3390 drivers/video/fbdev/sis/sis_main.c 		poh_next->size += poh_freed->size;
poh_next         3391 drivers/video/fbdev/sis/sis_main.c 		poh_next->offset = poh_freed->offset;
poh_next         3393 drivers/video/fbdev/sis/sis_main.c 		return poh_next;
poh_next         3407 drivers/video/fbdev/sis/sis_main.c 	poh->poh_next = memheap->poh_freelist;