Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dsis_main.c3264 struct SIS_OH *pohRoot; in sisfb_poh_allocate() local
3290 pohRoot = pohThis; in sisfb_poh_allocate()
3293 pohRoot = sisfb_poh_new_node(memheap); in sisfb_poh_allocate()
3294 if(pohRoot == NULL) in sisfb_poh_allocate()
3297 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3298 pohRoot->size = size; in sisfb_poh_allocate()
3307 sisfb_insert_node(pohThis, pohRoot); in sisfb_poh_allocate()
3309 return pohRoot; in sisfb_poh_allocate()