Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUsbcommon.h102 #define Usb_AllocateCachedMemory(x) pfnAllocCachedMem(x) macro
115 #define Usb_AllocateCachedMemory(x) kmalloc(x, 0) macro
H A DdrvUSBVerify.c207 pointer = Usb_AllocateCachedMemory(VER_USB_STACK_SIZE); // 8k bytes stack size in VerUSBTask_Create()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvUsbcommon.h101 #define Usb_AllocateCachedMemory(x) pfnAllocCachedMem(x) macro
114 #define Usb_AllocateCachedMemory(x) kmalloc(x, 0) macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h101 #define Usb_AllocateCachedMemory(x) pfnAllocCachedMem(x) macro
114 #define Usb_AllocateCachedMemory(x) kmalloc(x, 0) macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt62931 #define Usb_AllocateCachedMemory(x) pfnAllocCachedMem(x)
62944 #define Usb_AllocateCachedMemory(x) kmalloc(x, 0)