Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c290 FBLinearLinkPtr LinearAreas; member
787 pLink = offman->LinearAreas; in LinearRemoveCBWrapper()
804 offman->LinearAreas = pLink->next; in LinearRemoveCBWrapper()
838 if (!offman->LinearAreas) in AllocateLinear()
841 linear = offman->LinearAreas; in AllocateLinear()
896 DumpDebug(offman->LinearAreas); in AllocateLinear()
963 link->next = offman->LinearAreas; in localAllocateOffscreenLinear()
964 offman->LinearAreas = link; in localAllocateOffscreenLinear()
979 DumpDebug(offman->LinearAreas); in localAllocateOffscreenLinear()
993 pLink = offman->LinearAreas; in localFreeOffscreenLinear()
[all …]