Lines Matching refs:Str
1355 GOP_GWIN_GFLIP_SWITCH_MULTI_GWIN_PARAM Str; in GOP_adp_Ioctl() local
1369 if(copy_from_user(&Str, Usr, sizeof(GOP_GWIN_GFLIP_SWITCH_MULTI_GWIN_PARAM))) in GOP_adp_Ioctl()
1373 Str.pMultiFlipInfo = (MS_U32*)&Str_A0; in GOP_adp_Ioctl()
1394 u32Ret=UtopiaIoctl(pInstanceTmp, u32Cmd, (void*)&Str); in GOP_adp_Ioctl()
1495 GOP_PALETTE_SET_PARAM Str; in GOP_adp_Ioctl() local
1508 if(copy_from_user(&Str, Usr, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()
1512 Str.pClut = (MS_U32*)&Str_A0; in GOP_adp_Ioctl()
1537 u32Ret=UtopiaIoctl(pInstanceTmp, u32Cmd, (void*)&Str); in GOP_adp_Ioctl()
1599 GOP_PALETTE_SET_PARAM Str; in GOP_adp_Ioctl() local
1612 Str.pClut = (MS_U32*)&Str_A0; in GOP_adp_Ioctl()
1615 if(copy_from_user(&Str, Usr, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()
1642 u32Ret=UtopiaIoctl(pInstanceTmp, u32Cmd, (void*)&Str); in GOP_adp_Ioctl()
1643 if(copy_to_user(Usr, &Str, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()