Searched refs:PaletteOptA0B0 (Results 1 – 1 of 1) sorted by relevance
973 GFX_PaletteEntry *PaletteOptA0B0 = NULL; in GFX_adp_Ioctl() local1035 …PaletteOptA0B0 = malloc(sizeof(GFX_PaletteEntry)*(PaletteOptA0.u32PalEnd - PaletteOptA0.u32PalStar… in GFX_adp_Ioctl()1036 if(PaletteOptA0B0 != NULL) in GFX_adp_Ioctl()1038 …memset(PaletteOptA0B0, 0x0, sizeof(GFX_PaletteEntry)*(PaletteOptA0.u32PalEnd - PaletteOptA0.u32Pal… in GFX_adp_Ioctl()1044 PaletteOptA0.pPalArray = PaletteOptA0B0; in GFX_adp_Ioctl()1045 …if(copy_from_user(PaletteOptA0B0, pPaletteOptUsrA0->pPalArray, sizeof(GFX_PaletteEntry)*(PaletteOp… in GFX_adp_Ioctl()1047 if(PaletteOptA0B0 != NULL) in GFX_adp_Ioctl()1049 free(PaletteOptA0B0); in GFX_adp_Ioctl()1050 PaletteOptA0B0 = NULL; in GFX_adp_Ioctl()1055 if(PaletteOptA0B0 != NULL) in GFX_adp_Ioctl()[all …]