Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/sis/
H A Dsis_main.c3246 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3263 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3272 if(size == pohThis->size) { in sisfb_poh_allocate()
3273 pohRoot = pohThis; in sisfb_poh_allocate()
3283 pohThis->offset += size; in sisfb_poh_allocate()
3284 pohThis->size -= size; in sisfb_poh_allocate()
3317 struct SIS_OH *pohThis; in sisfb_poh_free() local
3349 poh_next = pohThis; in sisfb_poh_free()
3350 } else if((pohThis->offset + pohThis->size) == ulLower) { in sisfb_poh_free()
3351 poh_prev = pohThis; in sisfb_poh_free()
[all …]