Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/cpu/drv/cpu/
H A DdrvCPU_private.h114 typedef void (*IOCTL_CPU_DISABLE)(void); typedef
135 IOCTL_CPU_DISABLE fpCPUDisable;
H A DmdrvCPU.c57 psCpuInstPri->fpCPUDisable = (IOCTL_CPU_DISABLE)_MDrv_CPU_Disable; in CPUOpen()