| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | xi2.c | 78 SetBit(mask, i); in xi2mask_test() 106 SetBit(mask, i); in xi2mask_test() 124 SetBit(mask, i); in xi2mask_test() 125 SetBit(mask, i * 2); in xi2mask_test()
|
| H A D | protocol-xiselectevents.c | 121 SetBit(bits, bit); in _set_bit() 123 SetBit(bits, XI_TouchBegin); in _set_bit() 124 SetBit(bits, XI_TouchUpdate); in _set_bit() 125 SetBit(bits, XI_TouchEnd); in _set_bit() 222 SetBit(bits, XI_HierarchyChanged); in request_XISelectEvents_masks()
|
| H A D | protocol-xipassivegrabdevice.c | 220 SetBit(mask, XI2LASTEVENT + 1); in test_XIPassiveGrabDevice() 235 SetBit(mask, XI_ButtonPress); in test_XIPassiveGrabDevice() 236 SetBit(mask, XI_KeyPress); in test_XIPassiveGrabDevice() 237 SetBit(mask, XI_Enter); in test_XIPassiveGrabDevice()
|
| H A D | protocol-xigetselectedevents.c | 178 SetBit(mask, i); in test_XIGetSelectedEvents() 186 SetBit(mask, i); in test_XIGetSelectedEvents()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiquerypointer.c | 162 SetBit(buttons, pDev->button->map[i]); in ProcXIQueryPointer() 165 SetBit(buttons, pDev->button->map[1]); in ProcXIQueryPointer()
|
| H A D | xiquerydevice.c | 279 SetBit(bits, i); in ListButtonInfo()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/ |
| H A D | cx25821-biffuncs.h | 12 #define SetBit(Bit) (1 << Bit) macro
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 272 SetBit(ev.valuators.mask, 0); in dix_event_to_core() 273 SetBit(ev.valuators.mask, 1); in dix_event_to_core() 465 SetBit(ev.valuators.mask, 0); in dix_event_to_xi1_conversion() 466 SetBit(ev.valuators.mask, 1); in dix_event_to_xi1_conversion() 507 SetBit(ev.valuators.mask, 0); in dix_event_to_xi1_conversion() 508 SetBit(ev.valuators.mask, 1); in dix_event_to_xi1_conversion() 509 SetBit(ev.valuators.mask, 2); in dix_event_to_xi1_conversion() 510 SetBit(ev.valuators.mask, 3); in dix_event_to_xi1_conversion() 511 SetBit(ev.valuators.mask, 4); in dix_event_to_xi1_conversion() 512 SetBit(ev.valuators.mask, 5); in dix_event_to_xi1_conversion() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 512 SetBit(mask->mask, valuator); in _valuator_mask_set_double() 777 SetBit(event->buttons, mouse->button->map[i]); in event_set_state() 780 SetBit(event->buttons, mouse->button->map[1]); in event_set_state() 1150 SetBit(mask->masks[deviceid], event_type); in xi2mask_set()
|
| H A D | getevents.c | 96 SetBit(pDev->button->down, button); in set_button_down() 98 SetBit(pDev->button->postdown, button); in set_button_down() 127 SetBit(pDev->key->down, key_code); in set_key_down() 129 SetBit(pDev->key->postdown, key_code); in set_key_down() 222 SetBit(event->valuators.mask, i); in set_raw_valuators() 243 SetBit(event->valuators.mask, i); in set_valuators() 245 SetBit(event->valuators.mode, i); in set_valuators()
|
| H A D | eventconvert.c | 709 SetBit(ptr, i); in eventToDeviceEvent() 716 SetBit(ptr, i); in eventToDeviceEvent() 779 SetBit(ptr, i); in eventToRawEvent()
|
| H A D | enterleave.c | 808 SetBit(&xi2event[1], mouse->button->map[i]); in DeviceFocusEvent()
|
| H A D | events.c | 4647 SetBit(&event[1], i); in DeviceEnterLeaveEvent()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbPrKeyEv.c | 140 SetBit(xkbi->overlay_perkey_state, key); in XkbProcessKeyboardEvent()
|
| H A D | XKBMisc.c | 474 SetBit(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey() 487 SetBit(xkb->ctrls->per_key_repeat, key); in XkbApplyCompatMapToKey()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 22 #define SetBit(n) (1<<(n)) macro
|
| H A D | nvidia.c | 334 | SetBit(7); in nvidia_calc_regs() 343 | SetBit(4) in nvidia_calc_regs() 348 | SetBit(6) in nvidia_calc_regs() 351 state->crtc[0x11] = SetBitField(v_end, 3: 0, 3:0) | SetBit(5); in nvidia_calc_regs()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | fbdev.c | 84 #define SetBit(n) (1<<(n)) macro 723 newmode.crtc[0x3] = SetBitField (hBlankEnd, 4: 0, 4:0) | SetBit (7); in riva_load_video_mode() 732 | SetBit (4) in riva_load_video_mode() 737 | SetBit (6); in riva_load_video_mode() 740 | SetBit (5); in riva_load_video_mode()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 65 #define SetBit(ptr, bit) (((BYTE *) (ptr))[(bit)>>3] |= (1 << ((bit) & 7))) macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1122 SetBit(ev.valuators.mask, 0); in DGAProcessPointerEvent() 1123 SetBit(ev.valuators.mask, 1); in DGAProcessPointerEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 1782 SetBit(mask, xbtn - 1); in tablet_tool_button_state()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 12050 #define SetBit(ptr, bit) (((BYTE *) (ptr))[(bit)>>3] |= (1 << ((bit) & 7))) 98876 xkb: Replace a few manual bitflips with SetBit & friends. 107714 dix: use BitIsOn/SetBit/ClearBit macros for set_key_down helpers. 134473 dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.h 134499 render: rename SetBit to RenderSetBit. 134501 Avoiding namespace collision with the SetBit macro soon to be used in the
|