Lines Matching refs:bitmap
102 PLATFORM_LE16 bitmap; member
185 u32 *bitmap; member
636 void WBT_PostCommand(WBTContext *work, WBTCommandList *list, u16 bitmap,
651 BOOL WBT_PostCommandSYNC(WBTContext *context, int bitmap, WBTEventCallback callback) in WBT_PostCommandSYNC() argument
657 WBT_PostCommand(context, list, (u16)bitmap, callback); in WBT_PostCommandSYNC()
678 BOOL WBT_PostCommandINFO(WBTContext *context, int bitmap, WBTEventCallback callback, in WBT_PostCommandINFO() argument
685 WBT_PostCommand(context, list, (u16)bitmap, callback); in WBT_PostCommandINFO()
708 BOOL WBT_PostCommandGET(WBTContext *context, int bitmap, WBTEventCallback callback, in WBT_PostCommandGET() argument
716 WBT_PostCommand(context, list, (u16)bitmap, callback); in WBT_PostCommandGET()
737 BOOL WBT_PostCommandMSG(WBTContext *context, int bitmap, WBTEventCallback callback, in WBT_PostCommandMSG() argument
744 WBT_PostCommand(context, list, (u16)bitmap, callback); in WBT_PostCommandMSG()
759 int WBT_CancelCommand(WBTContext * work, int bitmap);