HomeSort by relevance Sort by last modified time
    Searched refs:pExtraFixedBusyBuf (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 141 UINT8* pExtraFixedBusyBuf;
wspi.c 192 pWSPI->pExtraFixedBusyBuf = 0;
228 if (pWSPI->pExtraFixedBusyBuf)
230 os_memoryFree (pWSPI->hOs, pWSPI->pExtraFixedBusyBuf, WSPI_EXTRA_BUFFER_ALLOC_SIZE);
298 if ((pWSPI->pExtraFixedBusyBuf = os_memoryAlloc (pWSPI->hOs, WSPI_EXTRA_BUFFER_ALLOC_SIZE)) == NULL)
    [all...]

Completed in 29 milliseconds