Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c3223 struct SIS_OH *pohRoot; in sisfb_poh_allocate() local
3249 pohRoot = pohThis; in sisfb_poh_allocate()
3252 pohRoot = sisfb_poh_new_node(memheap); in sisfb_poh_allocate()
3253 if(pohRoot == NULL) in sisfb_poh_allocate()
3256 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3257 pohRoot->size = size; in sisfb_poh_allocate()
3266 sisfb_insert_node(pohThis, pohRoot); in sisfb_poh_allocate()
3268 return pohRoot; in sisfb_poh_allocate()