Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c101 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
3332 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) in sisfb_insert_node() argument
3334 struct SIS_OH *pohTemp = pohList->poh_next; in sisfb_insert_node()
3336 pohList->poh_next = poh; in sisfb_insert_node()
3339 poh->poh_prev = pohList; in sisfb_insert_node()