Searched refs:UTOPIA2K_ADP (Results 1 – 2 of 2) sorted by relevance
218 …u32Ret = (*(MODULE##IOCTLSetModule_adp_Init))(&(((UTOPIA2K_ADP*)(filp->private_data))->fpIoctl)); \ in utopia_proc_ioctl()225 …u32Ret = UtopiaOpen(sOpenArg.u32ModuleID,&(((UTOPIA2K_ADP*)(filp->private_data))->pInstant),sOpenA… in utopia_proc_ioctl()237 u32Ret |= MODULE##_adp_Init(&(((UTOPIA2K_ADP*)(filp->private_data))->fpIoctl)); \ in utopia_proc_ioctl()244 …u32Ret = UtopiaOpen(sOpenArg.u32ModuleID,&(((UTOPIA2K_ADP*)(filp->private_data))->pInstant),sOpenA… in utopia_proc_ioctl()257 …u32Ret = ((UTOPIA2K_ADP*)(filp->private_data))->fpIoctl(((UTOPIA2K_ADP*)(filp->private_data))->pIn… in utopia_proc_ioctl()263 u32Ret = UtopiaClose((((UTOPIA2K_ADP*)(filp->private_data))->pInstant)); in utopia_proc_ioctl()387 UTOPIA2K_ADP *Tmp; in utopia_proc_open()389 Tmp = kzalloc(sizeof(UTOPIA2K_ADP), GFP_KERNEL); in utopia_proc_open()393 memset(Tmp,0,sizeof(UTOPIA2K_ADP)); in utopia_proc_open()401 UTOPIA2K_ADP *mmapData = file->private_data ; in utopia_proc_release()
3 typedef struct _KERNEL_MODULE_ADP UTOPIA2K_ADP; typedef