Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gfx/
H A DGFX_adp.c971 GFX_Set_PaletteOpt PaletteOptA0; in GFX_adp_Ioctl() local
1029 PaletteOpt.pGFX_ConfigInfo = &PaletteOptA0; in GFX_adp_Ioctl()
1030 … if(copy_from_user(&PaletteOptA0, pPaletteOptUsr->pGFX_ConfigInfo, sizeof(GFX_Set_PaletteOpt))) in GFX_adp_Ioctl()
1035 …PaletteOptA0B0 = malloc(sizeof(GFX_PaletteEntry)*(PaletteOptA0.u32PalEnd - PaletteOptA0.u32PalStar… 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 …0, pPaletteOptUsrA0->pPalArray, sizeof(GFX_PaletteEntry)*(PaletteOptA0.u32PalEnd - PaletteOptA0.u3… in GFX_adp_Ioctl()