Lines Matching refs:Str_A0B0

1357             GOP_GWIN_FLIP_WIN_INFO Str_A0B0[GOP_MULTIINFO_NUM];  in GOP_adp_Ioctl()  local
1378 … 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() local
1517 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()
1530 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()
1532 free(Str_A0B0); in GOP_adp_Ioctl()
1533 Str_A0B0 = NULL; in GOP_adp_Ioctl()
1538 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()
1540 free(Str_A0B0); in GOP_adp_Ioctl()
1541 Str_A0B0 = NULL; in GOP_adp_Ioctl()
1602 MS_U32 *Str_A0B0 = NULL; in GOP_adp_Ioctl() local
1620 Str_A0B0 = malloc(sizeof(MS_U32) * 256); in GOP_adp_Ioctl()
1621 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()
1623 memset(Str_A0B0, 0x0, sizeof(MS_U32) * 256); in GOP_adp_Ioctl()
1630 Str_A0.pClut = (MS_U32*)Str_A0B0; in GOP_adp_Ioctl()
1634 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()
1636 free(Str_A0B0); in GOP_adp_Ioctl()
1637 Str_A0B0 = NULL; 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()
1656 if(Str_A0B0 != NULL) in GOP_adp_Ioctl()
1658 free(Str_A0B0); in GOP_adp_Ioctl()
1659 Str_A0B0 = NULL; in GOP_adp_Ioctl()