Home
last modified time | relevance | path

Searched defs:_hsl (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c187 stListNode* listFindNextFreeNode( stHslController *_hsl ) in listFindNextFreeNode()
206 stListNode* listAppendValue(stHslController *_hsl, MS_U32 newValue) in listAppendValue()
240 void listRemoveNode(stHslController *_hsl, stListNode *node) in listRemoveNode()
269 MS_U32 listGetFirstValue( stHslController *_hsl ) in listGetFirstValue()
289 MS_BOOL listIsEmpty(stHslController *_hsl) in listIsEmpty()
318 MS_BOOL bufferSendBytes(p_HslController _hsl, const MS_U8* const pu8MessageBuffer, const MS_U32 u32… in bufferSendBytes()
344 p_HslController _hsl = (p_HslController)data; in bufferWriteThread() local
666 MS_BOOL initBufferMemory(stHslController* const _hsl, const MS_U32 size, const MS_PHYADDR physAddr) in initBufferMemory()
760 MS_BOOL deleteBufferMemory(stHslController* const _hsl) in deleteBufferMemory()
782 MS_BOOL bufferFinalize(stHslController* const _hsl) in bufferFinalize()
[all …]
H A Dfrhsl_autotest.c159 void CmdSend(stHslController* const _hsl, const void *message, int length) in CmdSend()
164 MS_BOOL SendMessage(p_HslController _hsl, void *a_pBody, int a_bodySize) in SendMessage()
176 MS_BOOL RespCardStatus(p_HslController _hsl, MS_U8 *a_buffer) in RespCardStatus()
248 MS_BOOL RespHslData(p_HslController _hsl, MS_U8 *a_buffer) in RespHslData()
322 MS_U32 ProcessCmd(p_HslController _hsl, MS_U8 *a_cmdBuffer) in ProcessCmd()
478 MS_BOOL RespHslCmd(p_HslController _hsl, MS_U8 *a_buffer) in RespHslCmd()
533 MS_BOOL RespFilterMx(p_HslController _hsl, MS_U8 * a_buffer) in RespFilterMx()
586 static void CmdRecvStart(p_HslController _hsl) in CmdRecvStart()
791 MS_BOOL FrHsl_AutoTest_Init(stHslController* const _hsl) in FrHsl_AutoTest_Init()
803 void FrHsl_AutoTest_End(stHslController* const _hsl) in FrHsl_AutoTest_End()
H A Dfrhsl_cfg.c115 void FrHslResetConnection(stHslController* const _hsl) in FrHslResetConnection()
H A DapiHSL.c258 void M_FrHslNArgumentsMsg(MS_U32 u32Header, p_HslController _hsl, MS_U16 N, ...) in M_FrHslNArgumentsMsg()
930 MS_BOOL FrHslCommand(p_HslController _hsl, CmdInfo* const pCmd) in FrHslCommand()