Searched refs:corestate (Results 1 – 10 of 10) sorted by relevance
758 int corestate; in event_get_corestate() local761 corestate = (kbd && in event_get_corestate()764 corestate |= (mouse && mouse->button) ? (mouse->button->state) : 0; in event_get_corestate()765 corestate |= (mouse && mouse->touch) ? (mouse->touch->state) : 0; in event_get_corestate()767 return corestate; in event_get_corestate()
144 core->u.keyButtonPointer.state = e->corestate; in EventToCore()343 kbp->state = ev->corestate; in eventToKeyButtonPointer()
3676 event->device_event.corestate &= 0x1f00; in ActivatePassiveGrab()3684 event->device_event.corestate |= in ActivatePassiveGrab()
1030 .corestate = XkbStateFieldFromRec(&keyc->xkbInfo->state) in DGAProcessKeyboardEvent()1032 ev.corestate |= pointer->button->state; in DGAProcessKeyboardEvent()1048 .u.event.state = ev.corestate in DGAProcessKeyboardEvent()1064 ev.corestate = event->state; in DGAProcessKeyboardEvent()1082 .corestate = butc ? butc->state : 0 in DGAProcessPointerEvent()1086 ev.corestate |= XkbStateFieldFromRec(&master->key->xkbInfo->state); in DGAProcessPointerEvent()1103 .u.event.state = ev.corestate in DGAProcessPointerEvent()1119 ev.corestate = event->state; in DGAProcessPointerEvent()
132 int corestate; /**< Core key/button state BEFORE the event */ member
275 ev.corestate = state; in dix_event_to_core()335 ev.corestate = state; in dix_event_to_core()340 ev.corestate = state; in dix_event_to_core()402 assert(kbp->state == ev->corestate); in _dix_test_xi_convert()468 ev.corestate = state; in dix_event_to_xi1_conversion()
1407 ptrev->device_event.corestate = event_get_corestate(dev, kbd); in DeliverTouchEmulatedEvent()1614 ev->device_event.corestate = event_get_corestate(NULL, kbd); in ProcessTouchEvent()1693 int corestate; in ProcessDeviceEvent() local1710 corestate = event_get_corestate(mouse, kbd); in ProcessDeviceEvent()1734 event->corestate = corestate; in ProcessDeviceEvent()
473 struct brcms_core *corestate; member
448 if (wlc->corestate) in brcms_c_detach_mfree()449 kfree(wlc->corestate->macstat_snapshot); in brcms_c_detach_mfree()450 kfree(wlc->corestate); in brcms_c_detach_mfree()570 wlc->corestate = kzalloc(sizeof(struct brcms_core), GFP_ATOMIC); in brcms_c_attach_malloc()571 if (wlc->corestate == NULL) { in brcms_c_attach_malloc()576 wlc->corestate->macstat_snapshot = in brcms_c_attach_malloc()578 if (wlc->corestate->macstat_snapshot == NULL) { in brcms_c_attach_malloc()7920 wlc->core = wlc->corestate; in brcms_c_attach()
81747 Xi: rename "state" to "corestate" in ProcessDeviceEvents