Searched refs:stHslController (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_ringbuffer.c | 187 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() 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() 811 MS_U32 bufferCalculateFreeSpace(stHslController* const _hsl) in bufferCalculateFreeSpace() 837 MS_BOOL bufferInitialize(stHslController* const _hsl, const MS_PHYADDR physAddr, const MS_U32 size) in bufferInitialize() [all …]
|
| H A D | frhsl_ringbuffer.h | 204 MS_BOOL bufferInitialize(stHslController* const _hsl, const MS_PHYADDR physAddr, const MS_U32 size); 205 MS_BOOL bufferFinalize(stHslController* const _hsl); 206 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const … 207 MS_BOOL bufferDumpOldestDataSegment(stHslController* const _hsl); 208 void bufferAcknowledgeWrite(stHslController* const _hsl, stListNode* const s_dataInfo); 209 MS_BOOL bufferProcessCommand(stHslController* const _hsl, CmdInfo* const pCmd);
|
| H A D | frhsl_autotest.h | 116 MS_BOOL FrHsl_AutoTest_Init(stHslController* const _hsl); 117 void FrHsl_AutoTest_End(stHslController* const _hsl); 119 void CmdSend(stHslController* const _hsl, const void *message, int length);
|
| H A D | frhsl_autotest.c | 159 void CmdSend(stHslController* const _hsl, const void *message, int length) in CmdSend() 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 D | frhsl_cfg.h | 282 } stHslController; typedef 288 void FrHslResetConnection(stHslController* const _hsl);
|
| H A D | apiHSL.c | 134 stHslController gHSL[HSL_INSTANCES]; 597 stHslController *hsl=0; in FrHslInitialiseMulti() 872 stHslController *hsl; in FrHslFinalize()
|
| H A D | frhsl_cfg.c | 115 void FrHslResetConnection(stHslController* const _hsl) in FrHslResetConnection()
|