Searched refs:BUG_RETURN_VAL (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 1262 BUG_RETURN_VAL(dev == NULL, FALSE); in InitButtonClassDeviceStruct() 1263 BUG_RETURN_VAL(dev->button != NULL, FALSE); in InitButtonClassDeviceStruct() 1264 BUG_RETURN_VAL(numButtons >= MAX_BUTTONS, FALSE); in InitButtonClassDeviceStruct() 1326 BUG_RETURN_VAL(dev == NULL, FALSE); in InitValuatorClassDeviceStruct() 1435 BUG_RETURN_VAL(dev == NULL, FALSE); in InitFocusClassDeviceStruct() 1436 BUG_RETURN_VAL(dev->focus != NULL, FALSE); in InitFocusClassDeviceStruct() 1458 BUG_RETURN_VAL(dev == NULL, FALSE); in InitPtrFeedbackClassDeviceStruct() 1501 BUG_RETURN_VAL(dev == NULL, FALSE); in InitStringFeedbackClassDeviceStruct() 1537 BUG_RETURN_VAL(dev == NULL, FALSE); in InitBellFeedbackClassDeviceStruct() 1558 BUG_RETURN_VAL(dev == NULL, FALSE); in InitLedFeedbackClassDeviceStruct() [all …]
|
| H A D | touch.c | 593 BUG_RETURN_VAL(!event, 0); in TouchConvertToPointerEvent() 594 BUG_RETURN_VAL(!motion_event, 0); in TouchConvertToPointerEvent() 622 BUG_RETURN_VAL(!button_event, 0); in TouchConvertToPointerEvent() 985 BUG_RETURN_VAL(listener < 0, BadMatch); in TouchListenerAcceptReject() 986 BUG_RETURN_VAL(listener >= ti->num_listeners, BadMatch); in TouchListenerAcceptReject()
|
| H A D | ptrveloc.c | 1061 BUG_RETURN_VAL(!dev, NULL); in GetDevicePredictableAccelData()
|
| H A D | getevents.c | 1627 BUG_RETURN_VAL(buttons >= MAX_BUTTONS, 0); in GetPointerEvents()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 933 BUG_RETURN_VAL(!b || !v, DONT_PROCESS); in UpdateDeviceState() 934 BUG_RETURN_VAL(!t, DONT_PROCESS); in UpdateDeviceState() 948 BUG_RETURN_VAL(!b || !v, DONT_PROCESS); in UpdateDeviceState() 949 BUG_RETURN_VAL(!t, DONT_PROCESS); in UpdateDeviceState() 1306 BUG_RETURN_VAL(!*grab, FALSE); in RetrieveTouchDeliveryData() 1333 BUG_RETURN_VAL(!iclients, FALSE); in RetrieveTouchDeliveryData() 1346 BUG_RETURN_VAL(!iclients, FALSE); in RetrieveTouchDeliveryData() 1400 BUG_RETURN_VAL(nevents == 0, BadValue); in DeliverTouchEmulatedEvent() 2088 BUG_RETURN_VAL(dev == NULL, FALSE); in InitProximityClassDeviceStruct() 2089 BUG_RETURN_VAL(dev->proximity != NULL, FALSE); in InitProximityClassDeviceStruct() [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbInit.c | 529 BUG_RETURN_VAL(dev == NULL, FALSE); in InitKeyboardDeviceStructInternal() 530 BUG_RETURN_VAL(dev->key != NULL, FALSE); in InitKeyboardDeviceStructInternal() 531 BUG_RETURN_VAL(dev->kbdfeed != NULL, FALSE); in InitKeyboardDeviceStructInternal() 532 BUG_RETURN_VAL(rmlvo && keymap, FALSE); in InitKeyboardDeviceStructInternal()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | misc.h | 438 #define BUG_RETURN_VAL(cond, val) \ macro
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | log.c | 378 BUG_RETURN_VAL(length_modifier & LMOD_SHORT, 0); in parse_length_modifier() 386 BUG_RETURN_VAL(length_modifier & (LMOD_LONG|LMOD_LONGLONG), 0); in parse_length_modifier()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 64423 dix: use BUG_RETURN_VAL for an error message 74109 dix: change "still paired warning" to use BUG_RETURN_VAL 74118 dix: use BUG_RETURN_VAL for pairing errors 74128 Replace a few BUG_WARN with BUG_RETURN_VAL
|