Lines Matching refs:Usr
1360 PGOP_GWIN_GFLIP_SWITCH_MULTI_GWIN_PARAM Usr=NULL; in GOP_adp_Ioctl() local
1365 Usr = (PGOP_GWIN_GFLIP_SWITCH_MULTI_GWIN_PARAM)pArgs; in GOP_adp_Ioctl()
1366 Usr_A0 = (PGOP_GWIN_FLIP_MULTI_WIN_INFO)Usr->pMultiFlipInfo; in GOP_adp_Ioctl()
1369 if(copy_from_user(&Str, Usr, sizeof(GOP_GWIN_GFLIP_SWITCH_MULTI_GWIN_PARAM))) in GOP_adp_Ioctl()
1500 PGOP_PALETTE_SET_PARAM Usr=NULL; in GOP_adp_Ioctl() local
1504 Usr=(PGOP_PALETTE_SET_PARAM)pArgs; in GOP_adp_Ioctl()
1505 Usr_A0 = (GOP_PALETTE_ENTRY*)Usr->pClut; in GOP_adp_Ioctl()
1508 if(copy_from_user(&Str, Usr, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()
1604 PGOP_PALETTE_SET_PARAM Usr=NULL; in GOP_adp_Ioctl() local
1608 Usr=(PGOP_PALETTE_SET_PARAM)pArgs; in GOP_adp_Ioctl()
1609 Usr_A0 = (GOP_PALETTE_ENTRY*)Usr->pClut; in GOP_adp_Ioctl()
1615 if(copy_from_user(&Str, Usr, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()
1643 if(copy_to_user(Usr, &Str, sizeof(GOP_PALETTE_SET_PARAM))) in GOP_adp_Ioctl()