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

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c100 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
3303 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) argument
3305 struct SIS_OH *pohTemp = pohList->poh_next;
3307 pohList->poh_next = poh;
3310 poh->poh_prev = pohList;

Completed in 218 milliseconds