Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86RamDac.c42 RamDacRecPtr infoRec; in RamDacCreateInfoRec() local
44 infoRec = calloc(1, sizeof(RamDacRec)); in RamDacCreateInfoRec()
46 return infoRec; in RamDacCreateInfoRec()
52 RamDacHelperRecPtr infoRec; in RamDacHelperCreateInfoRec() local
54 infoRec = calloc(1, sizeof(RamDacHelperRec)); in RamDacHelperCreateInfoRec()
56 return infoRec; in RamDacHelperCreateInfoRec()
60 RamDacDestroyInfoRec(RamDacRecPtr infoRec) in RamDacDestroyInfoRec() argument
62 free(infoRec); in RamDacDestroyInfoRec()
66 RamDacHelperDestroyInfoRec(RamDacHelperRecPtr infoRec) in RamDacHelperDestroyInfoRec() argument
68 free(infoRec); in RamDacHelperDestroyInfoRec()