Searched refs:pohList (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.h734 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
H A Dsis_main.c3314 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) argument
3316 struct SIS_OH *pohTemp = pohList->poh_next;
3318 pohList->poh_next = poh;
3321 poh->poh_prev = pohList;

Completed in 45 milliseconds