Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dchgfctl.c65 #define DO_ALL (-1) macro
96 int key = DO_ALL; in ChangeKbdFeedback()
172 if (key == DO_ALL) in ChangeKbdFeedback()
178 if (key == DO_ALL) in ChangeKbdFeedback()
184 if (key == DO_ALL) in ChangeKbdFeedback()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1982 #define DO_ALL (-1) in DoChangeKeyboardControl() macro
1985 int led = DO_ALL; in DoChangeKeyboardControl()
1986 int key = DO_ALL; in DoChangeKeyboardControl()
2057 if (led == DO_ALL) in DoChangeKeyboardControl()
2063 if (led == DO_ALL) in DoChangeKeyboardControl()
2074 XkbSetIndicators(keybd, ((led == DO_ALL) ? ~0L : (1L << (led - 1))), in DoChangeKeyboardControl()
2095 if (key != DO_ALL) in DoChangeKeyboardControl()
2098 if (key == DO_ALL) in DoChangeKeyboardControl()
2104 if (key == DO_ALL) in DoChangeKeyboardControl()
2110 if (key == DO_ALL) in DoChangeKeyboardControl()
[all …]