Home
last modified time | relevance | path

Searched refs:state_changes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbLEDs.c57 unsigned long state_changes, Bool enable_changes) in XkbIndicatorsToUpdate() argument
67 if (state_changes & (XkbModifierStateMask | XkbGroupStateMask)) in XkbIndicatorsToUpdate()
69 if (state_changes & (XkbModifierBaseMask | XkbGroupBaseMask)) in XkbIndicatorsToUpdate()
71 if (state_changes & (XkbModifierLatchMask | XkbGroupLatchMask)) in XkbIndicatorsToUpdate()
73 if (state_changes & (XkbModifierLockMask | XkbGroupLockMask)) in XkbIndicatorsToUpdate()
75 if (state_changes & XkbCompatStateMask) in XkbIndicatorsToUpdate()
287 changes->indicators.state_changes |= affected; in XkbUpdateLedAutoState()
383 if (changes.state_changes != 0) in XkbSetIndicators()
385 XkbIndicatorsToUpdate(dev, changes.state_changes, FALSE); in XkbSetIndicators()
393 if (changes.state_changes || changes.ctrls.enabled_ctrls_changes) in XkbSetIndicators()
[all …]
H A DxkbEvents.c801 if (pChanges->state_changes) { in XkbSendNotification()
804 sn.changed = pChanges->state_changes; in XkbSendNotification()
856 if (pChanges->indicators.state_changes) { in XkbSendNotification()
863 in.changed = pChanges->indicators.state_changes; in XkbSendNotification()
H A DxkbUtils.c751 changes->state_changes |= XkbStateChangedFlags(&old, &xkbi->state); in XkbCheckSecondaryEffects()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h521 unsigned int state_changes; member
548 unsigned short state_changes; member