Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosApi.h122 void os_disableIrq (TI_HANDLE OsContext);
134 void os_enableIrq (TI_HANDLE OsContext);
147 void os_InterruptServiced (TI_HANDLE OsContext);
195 void *os_memoryAlloc (TI_HANDLE OsContext,TI_UINT32 Size);
213 void *os_memoryCAlloc (TI_HANDLE OsContext, TI_UINT32 Number, TI_UINT32 Size);
228 void os_memorySet (TI_HANDLE OsContext, void *pMemPtr, TI_INT32 Value, TI_UINT32 Length);
242 void os_memoryZero (TI_HANDLE OsContext, void *pMemPtr, TI_UINT32 Length);
257 void os_memoryCopy (TI_HANDLE OsContext, void *pDestination, void *pSource, TI_UINT32 Size);
271 void os_memoryFree (TI_HANDLE OsContext, void *pMemPtr, TI_UINT32 Size);
289 TI_INT32 os_memoryCompare (TI_HANDLE OsContext, TI_UINT8* Buf1, TI_UINT8* Buf2, TI_INT32 Count);
[all …]
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
Dosapi.c88 static void SendLoggerData (TI_HANDLE OsContext, TI_UINT8 *pMsg, TI_UINT16 len) in SendLoggerData() argument
90 TWlanDrvIfObj *drv = (TWlanDrvIfObj *)OsContext; in SendLoggerData()
190 TI_HANDLE os_timerCreate (TI_HANDLE OsContext, fTimerFunction pRoutine, TI_HANDLE hFuncHandle) in os_timerCreate() argument
192 TOsTimer *pOsTimer = os_memoryAlloc (OsContext, sizeof(TOsTimer)); in os_timerCreate()
216 void os_timerDestroy (TI_HANDLE OsContext, TI_HANDLE TimerHandle) in os_timerDestroy() argument
218 os_timerStop (OsContext, TimerHandle); in os_timerDestroy()
219 os_memoryFree (OsContext, TimerHandle, sizeof(TOsTimer)); in os_timerDestroy()
234 void os_timerStart (TI_HANDLE OsContext, TI_HANDLE TimerHandle, TI_UINT32 DelayMs) in os_timerStart() argument
253 void os_timerStop (TI_HANDLE OsContext, TI_HANDLE TimerHandle) in os_timerStop() argument
273 void os_periodicIntrTimerStart (TI_HANDLE OsContext) in os_periodicIntrTimerStart() argument
[all …]
Dosmemapi.c96 TI_HANDLE OsContext, in os_memoryAlloc() argument
105 …os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,to… in os_memoryAlloc()
144 os_profile (OsContext, 4, total_size); in os_memoryAlloc()
169 TI_HANDLE OsContext, in os_memoryCAlloc() argument
178 …os_printf("MTT:%s:%d ::os_memoryCAlloc(0x%p, %lu, %lu) : %lu\n",__FUNCTION__,__LINE__,OsContext,Nu… in os_memoryCAlloc()
182 pAllocatedMem = os_memoryAlloc(OsContext, MemSize); in os_memoryCAlloc()
214 TI_HANDLE OsContext, in os_memoryFree() argument
228 …os_printf("MTT:%s:%d ::os_memoryFree(0x%p, 0x%p, %lu) : %d\n",__FUNCTION__,__LINE__,OsContext,pMem… in os_memoryFree()
244 os_profile (OsContext, 5, blk->size + sizeof(struct os_mem_block) + sizeof(__u32)); in os_memoryFree()
265 TI_HANDLE OsContext, in os_memorySet() argument
[all …]
/hardware/ti/wlan/wl1271/platforms/hw/linux/
Dhost_platform.h90 TI_HANDLE OsContext
95 TI_HANDLE OsContext
Dhost_platform.c282 void *hPlatform_hwGetRegistersAddr(TI_HANDLE OsContext) in hPlatform_hwGetRegistersAddr() argument
298 void *hPlatform_hwGetMemoryAddr(TI_HANDLE OsContext) in hPlatform_hwGetMemoryAddr() argument