Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis_main.c3278 struct SIS_OH *pohRoot; in sisfb_poh_allocate() local
3304 pohRoot = pohThis; in sisfb_poh_allocate()
3307 pohRoot = sisfb_poh_new_node(memheap); in sisfb_poh_allocate()
3308 if(pohRoot == NULL) in sisfb_poh_allocate()
3311 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3312 pohRoot->size = size; in sisfb_poh_allocate()
3321 sisfb_insert_node(pohThis, pohRoot); in sisfb_poh_allocate()
3323 return pohRoot; in sisfb_poh_allocate()