Home
last modified time | relevance | path

Searched refs:which_groups (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbLEDs.c123 if ((map->groups) && ((map->which_groups & (~XkbIM_UseBase)) != 0)) { in XkbApplyLEDChangeToKeyboard()
131 if (map->which_groups & (XkbIM_UseLocked | XkbIM_UseEffective)) { in XkbApplyLEDChangeToKeyboard()
136 if (map->which_groups & XkbIM_UseLatched) in XkbApplyLEDChangeToKeyboard()
141 else if (map->which_groups & (XkbIM_UseLatched | XkbIM_UseEffective)) { in XkbApplyLEDChangeToKeyboard()
214 if (map->which_groups & XkbIM_UseAnyGroup) { in ComputeAutoState()
215 if (map->which_groups & XkbIM_UseBase) in ComputeAutoState()
217 if (map->which_groups & XkbIM_UseLatched) in ComputeAutoState()
219 if (map->which_groups & XkbIM_UseLocked) in ComputeAutoState()
221 if (map->which_groups & XkbIM_UseEffective) in ComputeAutoState()
479 what = (map->which_mods | map->which_groups); in XkbCheckIndicatorMaps()
H A Dxkbout.c246 if (led->which_groups != 0) { in WriteXKBIndicatorMap()
247 if (led->which_groups != XkbIM_UseEffective) { in WriteXKBIndicatorMap()
249 XkbIMWhichStateMaskText(led->which_groups, XkbXKBFile)); in WriteXKBIndicatorMap()
335 if ((map->flags != 0) || (map->which_groups != 0) || in XkbWriteXKBCompatMap()
H A Dxkmread.c653 map->which_groups = wire.which_groups; in ReadXkmIndicators()
H A DXKM_file_format.txt442 which_groups: CARD8
H A Dxkb.c3240 wire->whichGroups = indicators->maps[i].which_groups; in XkbSendIndicatorMap()
3333 sli->maps[i].which_groups = desc->whichGroups; in _XkbSetIndicatorMap()
3469 rep.whichGroups = map->which_groups; in ProcXkbGetNamedIndicator()
3609 map->which_groups = stuff->whichGroups; in _XkbSetNamedIndicator()
6344 iwire.whichGroups = sli->maps[i].which_groups; in SendDeviceLedInfo()
6700 sli->maps[n].which_groups = mapWire->whichGroups; in SetDeviceIndicators()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h391 unsigned char which_groups; member
399 (((i)->which_groups&&(i)->groups)||\
402 #define XkbIM_InUse(i) ((i)->flags || (i)->which_groups || (i)->which_mods || \