Home
last modified time | relevance | path

Searched refs:SL_OPCODE_SILO_FS (Results 1 – 3 of 3) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dfs.c169 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsOpen()
259 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsClose()
315 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsRead()
389 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsWrite()
483 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsGetInfo()
548 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsDel()
592 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsCtl()
695 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsProgram()
799 VERIFY_API_ALLOWED(SL_OPCODE_SILO_FS); in sl_FsGetFileList()
Dprotocol.h157 #define SL_OPCODE_SILO_FS ( 0x4 << SL_OPCODE_SILO_OFFSET ) macro
Ddriver.c781 if ((SL_IS_DEVICE_LOCKED) && (SL_OPCODE_SILO_FS != Silo)) in _SlDrvDriverIsApiAllowed()
1710 …CmdCmpltTimeout = (SL_OPCODE_SILO_FS & cmdOpcode)? (_u32)(SL_DRIVER_TIMEOUT_LONG) : (_u32)SL_DRIVE… in _SlDrvMsgReadCmdCtx()