Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dsis_main.c3258 poh->poh_next = poh + 1; in sisfb_poh_new_node()
3262 poh->poh_next = NULL; in sisfb_poh_new_node()
3327 poh->poh_prev->poh_next = poh->poh_next; in sisfb_delete_node()
3336 pohList->poh_next = poh; in sisfb_insert_node()
3340 poh->poh_next = pohTemp; in sisfb_insert_node()
3349 struct SIS_OH *poh_next; in sisfb_poh_free() local
3370 poh_prev = poh_next = NULL; in sisfb_poh_free()
3378 poh_next = pohThis; in sisfb_poh_free()
3387 if(poh_prev && poh_next) { in sisfb_poh_free()
3401 if(poh_next) { in sisfb_poh_free()
[all …]
H A Dsis.h459 struct SIS_OH *poh_next; member