Lines Matching refs:WBTCommandList
145 struct WBTCommandList;
151 typedef struct WBTCommandList struct
153 struct WBTCommandList *next; argument
157 WBTCommandList; argument
194 WBTCommandList *command;
195 WBTCommandList *command_pool;
428 WBTCommandList *WBT_GetCurrentCommandList(const WBTContext *work) in WBT_GetCurrentCommandList()
445 WBTCommandList *list = work->command; in WBT_GetCurrentCommand()
473 void WBT_AddCommandPool(WBTContext *work, WBTCommandList *list, int count) in WBT_AddCommandPool()
492 WBTCommandList *WBT_AllocCommandList(WBTContext *work) in WBT_AllocCommandList()
494 WBTCommandList *list = work->command_pool; in WBT_AllocCommandList()
528 void WBT_CreateCommandSYNC(WBTContext *work, WBTCommandList *list) in WBT_CreateCommandSYNC()
549 void WBT_CreateCommandINFO(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandINFO()
583 void WBT_CreateCommandGET(WBTContext *work, WBTCommandList * list, in WBT_CreateCommandGET()
612 void WBT_CreateCommandMSG(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandMSG()
636 void WBT_PostCommand(WBTContext *work, WBTCommandList *list, u16 bitmap,
653 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandSYNC()
681 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandINFO()
712 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandGET()
740 WBTCommandList *list = WBT_AllocCommandList(context); in WBT_PostCommandMSG()