Searched refs:Str_A0B0 (Results 1 – 1 of 1) sorted by relevance
1357 GOP_GWIN_FLIP_WIN_INFO Str_A0B0[GOP_MULTIINFO_NUM]; in GOP_adp_Ioctl() local1378 … if(copy_from_user(&Str_A0B0[0], Usr_A0B0, sizeof(GOP_GWIN_FLIP_WIN_INFO)*Usr_A0->u8InfoCnt)) in GOP_adp_Ioctl()1387 Str_A0.FlipInfo[i] = Str_A0B0[i]; in GOP_adp_Ioctl()1388 Str_A0B0[i].pQueueCnt =(MS_U32*)&Str_A0B0CO; in GOP_adp_Ioctl()1498 MS_U32 *Str_A0B0 = NULL; in GOP_adp_Ioctl() local1517 Str_A0B0 = malloc(sizeof(MS_U32) * 256); in GOP_adp_Ioctl()1518 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()1520 memset(Str_A0B0, 0x0, sizeof(MS_U32) * 256); in GOP_adp_Ioctl()1527 Str_A0.pClut = (MS_U32*)Str_A0B0; 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()[all …]