Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb2/
H A DDSCMB_adp.c285 DSCMB_KL_ATOMICEXEC* pKLAtomicArgs=NULL; in DSCMB_adp_Ioctl() local
373 pKLAtomicArgs = (DSCMB_KL_ATOMICEXEC*)buffer_arg; in DSCMB_adp_Ioctl()
378 … CMP_CPY_FROM_USER((void*)buffer_array0, (void*)pKLAtomicArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
379 pKLAtomicArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
384 … CPY_FROM_USER((void*)buffer_array0, (void*)pKLAtomicArgs->KLCfg, sizeof(DSCMB_KLCfg_All)); in DSCMB_adp_Ioctl()
385 pKLAtomicArgs->KLCfg = (DSCMB_KLCfg_All*)buffer_array0; in DSCMB_adp_Ioctl()
389 if(pKLAtomicArgs->KLCfg->u32Level == 1) in DSCMB_adp_Ioctl()
393 else if(pKLAtomicArgs->KLCfg->u32Level == 2) in DSCMB_adp_Ioctl()
397 else if(pKLAtomicArgs->KLCfg->u32Level == 3) in DSCMB_adp_Ioctl()
401 else if(pKLAtomicArgs->KLCfg->u32Level == 4) in DSCMB_adp_Ioctl()
[all …]