Lines Matching refs:data32
1452 GOP_PALETTE_SET_PARAM_32 __user *data32; in GOP_adp_Ioctl() local
1457 data32 = compat_ptr(pArgs); in GOP_adp_Ioctl()
1458 err = get_user(i, &data32->type); in GOP_adp_Ioctl()
1460 err |= get_user(p, &data32->pClut); in GOP_adp_Ioctl()
1462 err |= get_user(i, &data32->u32Size); in GOP_adp_Ioctl()
1472 data32_Pale = compat_ptr(data32->pClut); in GOP_adp_Ioctl()
1556 GOP_PALETTE_SET_PARAM_32 __user *data32; in GOP_adp_Ioctl() local
1561 data32 = compat_ptr(pArgs); in GOP_adp_Ioctl()
1562 err = get_user(i, &data32->type); in GOP_adp_Ioctl()
1564 err |= get_user(p, &data32->pClut); in GOP_adp_Ioctl()
1566 err |= get_user(i, &data32->u32Size); in GOP_adp_Ioctl()
1576 data32_Pale = compat_ptr(data32->pClut); in GOP_adp_Ioctl()