OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:key_state
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/fdt/
gpiokeys.c
87
int
key_state
;
member in struct:gpiokeys_key
198
key->
key_state
= fdtbus_gpio_read(key->key_pin);
226
key->
key_state
= -1; /* Send notification on attach */
289
if (new_state != key->
key_state
) {
290
key->
key_state
= new_state;
305
key->
key_state
? PSWITCH_EVENT_PRESSED : PSWITCH_EVENT_RELEASED);
308
key->
key_state
? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP,
gpiokeys.c
87
int
key_state
;
member in struct:gpiokeys_key
198
key->
key_state
= fdtbus_gpio_read(key->key_pin);
226
key->
key_state
= -1; /* Send notification on attach */
289
if (new_state != key->
key_state
) {
290
key->
key_state
= new_state;
305
key->
key_state
? PSWITCH_EVENT_PRESSED : PSWITCH_EVENT_RELEASED);
308
key->
key_state
? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP,
/src/external/ibm-public/postfix/dist/src/postmap/
postmap.c
720
POSTMAP_KEY_STATE
key_state
;
local
727
key_state
.dicts = dicts;
728
key_state
.maps = maps;
729
key_state
.map_count = map_count;
730
key_state
.dict_flags = dict_flags;
731
key_state
.header_done = 0;
732
key_state
.found = 0;
744
(void *) &
key_state
);
750
&&
key_state
.header_done == 0 && mime_errs == 0)
763
found =
key_state
.found
[
all
...]
postmap.c
720
POSTMAP_KEY_STATE
key_state
;
local
727
key_state
.dicts = dicts;
728
key_state
.maps = maps;
729
key_state
.map_count = map_count;
730
key_state
.dict_flags = dict_flags;
731
key_state
.header_done = 0;
732
key_state
.found = 0;
744
(void *) &
key_state
);
750
&&
key_state
.header_done == 0 && mime_errs == 0)
763
found =
key_state
.found
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026