Home
last modified time | relevance | path

Searched refs:WBTBlockInfoList (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.3.1/include/nitro/
Dwbt.h165 typedef struct WBTBlockInfoList struct
168 struct WBTBlockInfoList *next; argument
173 WBTBlockInfoList; typedef
430 BOOL WBT_RegisterBlock(WBTBlockInfoList *block_info_list, u32 block_id,
444 WBTBlockInfoList *WBT_UnregisterBlock(u32 block_id);
/TwlSDK-5.3.1/include/nitro/wfs/
Dserver.h54 WBTBlockInfoList info;
78 WBTBlockInfoList table_info[1];
/TwlSDK-5.3.1/build/libraries/wbt/common/src/
Dwbt_api.c49 WBTBlockInfoList *list = wbti_command_work->list; in WBT_PrintBTList()
324 WBT_RegisterBlock(WBTBlockInfoList *block_info_list, WBTBlockId block_id, const void *user_id, in WBT_RegisterBlock()
357 WBTBlockInfoList *WBT_UnregisterBlock(WBTBlockId block_id) in WBT_UnregisterBlock()
Dwbt_context.c314 WBTBlockInfoList *list = work->list; in WBTi_GetPacketBuffer()
548 WBTBlockInfoList *list = work->list; in WBTi_TryCreateResponse()
1578 WBT_RegisterBlockInfo(WBTContext * work, WBTBlockInfoList *list, u32 id, in WBT_RegisterBlockInfo()
1583 WBTBlockInfoList **pp; in WBT_RegisterBlockInfo()
1619 WBTBlockInfoList *WBT_UnregisterBlockInfo(WBTContext * work, u32 id) in WBT_UnregisterBlockInfo()
1621 WBTBlockInfoList *retval = NULL; in WBT_UnregisterBlockInfo()
1624 WBTBlockInfoList **pp; in WBT_UnregisterBlockInfo()
1653 WBTBlockInfoList *list = work->list; in WBT_GetRegisteredCount()
/TwlSDK-5.3.1/include/nitro/wbt/
Dcontext.h219 WBTBlockInfoList *list; /* Registered data block list */
798 BOOL WBT_RegisterBlockInfo(WBTContext * work, WBTBlockInfoList *list, u32 id,
811 WBTBlockInfoList *WBT_UnregisterBlockInfo(WBTContext * work, u32 id);
/TwlSDK-5.3.1/build/demos/wbt/wbt-1/src/
Dbt.c61 static WBTBlockInfoList bt_list[NUM_OF_BT_LIST];