Home
last modified time | relevance | path

Searched refs:poh_next (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c3202 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3207 ivideo->sisfb_heap.oh_free.poh_next = poh; in sisfb_heap_init()
3212 ivideo->sisfb_heap.oh_used.poh_next = &ivideo->sisfb_heap.oh_used; in sisfb_heap_init()
3246 poh->poh_next = poh + 1; in sisfb_poh_new_node()
3250 poh->poh_next = NULL; in sisfb_poh_new_node()
3255 memheap->poh_freelist = poh->poh_next; in sisfb_poh_new_node()
3273 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3280 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3315 poh->poh_prev->poh_next = poh->poh_next; in sisfb_delete_node()
3337 struct SIS_OH *poh_next; sisfb_poh_free() local
[all...]
H A Dsis.h460 struct SIS_OH *poh_next; member
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c3214 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()
3219 ivideo->sisfb_heap.oh_free.poh_next = poh; in sisfb_heap_init()
3224 ivideo->sisfb_heap.oh_used.poh_next = &ivideo->sisfb_heap.oh_used; in sisfb_heap_init()
3258 poh->poh_next = poh + 1; in sisfb_poh_new_node()
3262 poh->poh_next = NULL; in sisfb_poh_new_node()
3267 memheap->poh_freelist = poh->poh_next; in sisfb_poh_new_node()
3285 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3292 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3327 poh->poh_prev->poh_next = poh->poh_next; in sisfb_delete_node()
3349 struct SIS_OH *poh_next; sisfb_poh_free() local
[all...]
H A Dsis.h459 struct SIS_OH *poh_next; member

Completed in 12 milliseconds