Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbPrKeyEv.c91 if (ndx < xkbi->nRadioGroups) { in XkbProcessKeyboardEvent()
H A Dxkb.c2234 if (maxRG > (int) xkbi->nRadioGroups) { in SetKeyBehaviors()
2241 if (xkbi->nRadioGroups) in SetKeyBehaviors()
2242 memset(&xkbi->radioGroups[xkbi->nRadioGroups], 0, in SetKeyBehaviors()
2243 (maxRG - xkbi->nRadioGroups) * sizeof(XkbRadioGroupRec)); in SetKeyBehaviors()
2244 xkbi->nRadioGroups = maxRG; in SetKeyBehaviors()
2247 xkbi->nRadioGroups = 0; in SetKeyBehaviors()
3998 if ((which & XkbRGNamesMask) && (rep->nRadioGroups > 0)) { in XkbSendNames()
4001 for (i = 0; i < rep->nRadioGroups; i++, atm++) { in XkbSendNames()
4007 desc += rep->nRadioGroups * 4; in XkbSendNames()
4048 .nRadioGroups = xkb->names ? xkb->names->num_rg : 0 in ProcXkbGetNames()
[all …]
H A DxkbInit.c340 xkbi->nRadioGroups = 0; in XkbInitRadioGroups()
H A DxkbEvents.c875 nn.nRadioGroups = pChanges->names.num_rg; in XkbSendNotification()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbsrv.h158 CARD8 nRadioGroups; member