Home
last modified time | relevance | path

Searched refs:BUG_WARN (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c1112 BUG_WARN(dev->id < 0); in xi2mask_isset_for_device()
1113 BUG_WARN(dev->id >= mask->nmasks); in xi2mask_isset_for_device()
1114 BUG_WARN(bits_to_bytes(event_type + 1) > mask->mask_size); in xi2mask_isset_for_device()
1146 BUG_WARN(deviceid < 0); in xi2mask_set()
1147 BUG_WARN(deviceid >= mask->nmasks); in xi2mask_set()
1148 BUG_WARN(bits_to_bytes(event_type + 1) > mask->mask_size); in xi2mask_set()
1162 BUG_WARN(deviceid > 0 && deviceid >= mask->nmasks); in xi2mask_zero()
1212 BUG_WARN(deviceid < 0); in xi2mask_set_one_mask()
1213 BUG_WARN(deviceid >= xi2mask->nmasks); in xi2mask_set_one_mask()
1224 BUG_WARN(deviceid < 0); in xi2mask_get_one_mask()
[all …]
H A Dcursor.c118 BUG_WARN(CursorRefCount(pCurs) < 0); in FreeCursor()
H A Dgetevents.c890 BUG_WARN(dev->valuator && dev->valuator->numAxes < 2); in scale_to_desktop()
2042 BUG_WARN(!dev->enabled); in GetDixTouchEnd()
H A Dtouch.c489 BUG_WARN(num_events > 1); in TouchDeliverDeviceClassesChangedEvent()
H A Devents.c1329 BUG_WARN(!ti); in ComputeFreezes()
3790 BUG_WARN(!evtype); in MatchForType()
/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dc2p_core.h46 BUG_WARN(1); in c2p_unsupported()
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h430 #define BUG_WARN(cond) __BUG_WARN_MSG(cond, 0, NULL) macro
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c139 BUG_WARN(!pbd); in GetBarrierDevice()
H A Dexevents.c1462 BUG_WARN(!g); in DeliverTouchEmulatedEvent()
1524 BUG_WARN(converted == 0); in DeliverEmulatedMotionEvent()
1829 BUG_WARN(num_events > 1); in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c120 BUG_WARN(!IsSystemCounter(counter)); in SysCounterGetPrivate()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog62717 Just make this call BUG_WARN(1) to indicate that something unexpected
73414 Make BUG_WARN* signal safe
74128 Replace a few BUG_WARN with BUG_RETURN_VAL
74142 BUG_WARN(foo);
76631 dix: don't BUG_WARN for button events from button-only device
76639 It emits [BTN_3] = 0 on unplug, which would trigger the BUG_WARN.
78994 include: prettify BUG_WARN output
81802 dix: use BUG_WARN for input mask size issues
82378 include: add BUG_WARN macro for internal bug cases.
82384 Plus, reading BUG_WARN somewhere is a good indicator to the casual reader