Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dsis_main.c3247 struct SIS_OH *pohRoot; in sisfb_poh_allocate() local
3273 pohRoot = pohThis; in sisfb_poh_allocate()
3276 pohRoot = sisfb_poh_new_node(memheap); in sisfb_poh_allocate()
3277 if(pohRoot == NULL) in sisfb_poh_allocate()
3280 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3281 pohRoot->size = size; in sisfb_poh_allocate()
3290 sisfb_insert_node(pohThis, pohRoot); in sisfb_poh_allocate()
3292 return pohRoot; in sisfb_poh_allocate()