Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c1467 GOP_PALETTE_ENTRY_32 __user *data32_Pale; in GOP_adp_Ioctl() local
1472 data32_Pale = compat_ptr(data32->pClut); in GOP_adp_Ioctl()
1474 err = get_user(i, &data32_Pale->gop_idx); in GOP_adp_Ioctl()
1476 err |= get_user(i, &data32_Pale->start); in GOP_adp_Ioctl()
1478 err |= get_user(i, &data32_Pale->end); in GOP_adp_Ioctl()
1480 err |= get_user(p, &data32_Pale->pClut); in GOP_adp_Ioctl()
1482 err |= get_user(i, &data32_Pale->palType); in GOP_adp_Ioctl()
1484 err |= get_user(i, &data32_Pale->palSrc); in GOP_adp_Ioctl()
1488 …(&spt_GOP_PALETTE_SET_ENTRY_A0B0[0],sizeof(GOP_PaletteEntry)*(data32_Pale->end-data32_Pale->start+… in GOP_adp_Ioctl()
1571 GOP_PALETTE_ENTRY_32 __user *data32_Pale; in GOP_adp_Ioctl() local
[all …]