pohList           100 drivers/video/fbdev/sis/sis_main.c static void		sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
pohList          3320 drivers/video/fbdev/sis/sis_main.c sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh)
pohList          3322 drivers/video/fbdev/sis/sis_main.c 	struct SIS_OH *pohTemp = pohList->poh_next;
pohList          3324 drivers/video/fbdev/sis/sis_main.c 	pohList->poh_next = poh;
pohList          3327 drivers/video/fbdev/sis/sis_main.c 	poh->poh_prev = pohList;