Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.c301 const char *key_str; member
310 .key_str = "F1",
316 .key_str = "F2",
322 .key_str = "F3",
328 .key_str = "F4",
334 .key_str = "F5",
340 .key_str = "F6",
346 .key_str = "F7",
352 .key_str = "F8",
358 .key_str = "F9",
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.c301 const char *key_str; member
310 .key_str = "F1",
316 .key_str = "F2",
322 .key_str = "F3",
328 .key_str = "F4",
334 .key_str = "F5",
340 .key_str = "F6",
346 .key_str = "F7",
352 .key_str = "F8",
358 .key_str = "F9",
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.c301 const char *key_str; member
310 .key_str = "F1",
316 .key_str = "F2",
322 .key_str = "F3",
328 .key_str = "F4",
334 .key_str = "F5",
340 .key_str = "F6",
346 .key_str = "F7",
352 .key_str = "F8",
358 .key_str = "F9",
[all …]
/OK3568_Linux_fs/kernel/security/keys/
H A Drequest_key.c123 char key_str[12], keyring_str[3][12]; in call_sbin_request_key() local
156 sprintf(key_str, "%d", key->serial); in call_sbin_request_key()
184 argv[i++] = key_str; in call_sbin_request_key()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1554 const char *key_str = NULL; in gst_x_image_sink_handle_xevents() local
1583 key_str = XKeysymToString (keysym); in gst_x_image_sink_handle_xevents()
1585 key_str = "unknown"; in gst_x_image_sink_handle_xevents()
1590 e.xkey.keycode, e.xkey.x, e.xkey.y, key_str); in gst_x_image_sink_handle_xevents()
1592 e.type == KeyPress ? "key-press" : "key-release", key_str); in gst_x_image_sink_handle_xevents()