Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c149 err |= get_user(p, &data32->pArg); in utopia_proc_ioctl_compat()
150 err |= put_user(compat_ptr(p), &data->pArg); in utopia_proc_ioctl_compat()
257 …e_data))->fpIoctl(((UTOPIA2K_ADP*)(filp->private_data))->pInstant,sIoctlArg.u32Cmd,sIoctlArg.pArg); in utopia_proc_ioctl()
769 void* pArg = NULL; variable
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_private.h151 void* pArg; member
195 compat_uptr_t pArg; member
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c129 void *HslSelfTestThreadFun(void* pArg) in HslSelfTestThreadFun() argument
135 memcpy(pCommand, pArg, sizeof(ST_HSL_SELFTEST_CMD)); in HslSelfTestThreadFun()
H A Dfrhsl_cfg.h323 void *HslSelfTestThreadFun(void* pArg);
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c2178 void TimerTask(void* pArg) in TimerTask() argument
2181 void* pTempArg = pArg; in TimerTask()
2184 pArg = pTempArg; in TimerTask()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c415 sIOCTLArg.pArg = pArgs; in UtopiaIoctl()