Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/
H A DGOP_adp.c1362 GOP_GWIN_FLIP_WIN_INFO* Usr_A0B0[GOP_MULTIINFO_NUM]; in GOP_adp_Ioctl() local
1367 Usr_A0B0[0] = (GOP_GWIN_FLIP_WIN_INFO*)&Usr_A0->FlipInfo; in GOP_adp_Ioctl()
1378 … if(copy_from_user(&Str_A0B0[0], Usr_A0B0, sizeof(GOP_GWIN_FLIP_WIN_INFO)*Usr_A0->u8InfoCnt)) in GOP_adp_Ioctl()
1385 Usr_A0B0CO = (MS_U32*)Usr_A0B0[i]->pQueueCnt; in GOP_adp_Ioctl()
1502 MS_U32* Usr_A0B0=NULL; in GOP_adp_Ioctl() local
1506 Usr_A0B0 = (MS_U32*)Usr_A0->pClut; in GOP_adp_Ioctl()
1528 if(copy_from_user(Str_A0B0, Usr_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl()
1606 MS_U32* Usr_A0B0=NULL; in GOP_adp_Ioctl() local
1610 Usr_A0B0 = (MS_U32*)Usr_A0->pClut; in GOP_adp_Ioctl()
1652 if(copy_to_user(Usr_A0B0, Str_A0B0, sizeof(MS_U32)*(Usr_A0->end-Usr_A0->start+1))) in GOP_adp_Ioctl()