Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c6340 xkbIndicatorMapWireDesc iwire; in SendDeviceLedInfo() local
6343 iwire.flags = sli->maps[i].flags; in SendDeviceLedInfo()
6344 iwire.whichGroups = sli->maps[i].which_groups; in SendDeviceLedInfo()
6345 iwire.groups = sli->maps[i].groups; in SendDeviceLedInfo()
6346 iwire.whichMods = sli->maps[i].which_mods; in SendDeviceLedInfo()
6347 iwire.mods = sli->maps[i].mods.mask; in SendDeviceLedInfo()
6348 iwire.realMods = sli->maps[i].mods.real_mods; in SendDeviceLedInfo()
6349 iwire.virtualMods = sli->maps[i].mods.vmods; in SendDeviceLedInfo()
6350 iwire.ctrls = sli->maps[i].ctrls; in SendDeviceLedInfo()
6352 swaps(&iwire.virtualMods); in SendDeviceLedInfo()
[all …]