Searched refs:start_key (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | screen_test.c | 17 unsigned int start_key; variable 109 if ((!start_key) || (code == start_key)) { in screenTest_key_detect() 141 start_key = get_key_code(key_name); in screen_test()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lru_dist.c | 358 int start_key, end_key; in test_lru_loss0() local 362 start_key = 101; in test_lru_loss0() 365 while (start_key <= end_key) { in test_lru_loss0() 366 bpf_map_lookup_elem(map_fd, &start_key, value); in test_lru_loss0() 367 start_key++; in test_lru_loss0()
|
| /OK3568_Linux_fs/external/rk_pcba_test/rk_pcba_test/ |
| H A D | test_config.cfg | 76 ; start_key: value: "KEY_BACK" "KEY_VOLUMEUP" "KEY_VOLUMEDOWN" "KEY_HOME" "KEY_MENU" 78 ; key_times: press start_key key_times will enter lcd test mode. 88 start_key = "KEY_VOLUMEUP"
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | tnc.c | 1927 union ubifs_key start_key; in do_lookup_dh() local 1931 lowest_dent_key(c, &start_key, key_inum(c, key)); in do_lookup_dh() 1934 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in do_lookup_dh() 2723 union ubifs_key start_key; in ubifs_tnc_remove_dh() local 2725 lowest_dent_key(c, &start_key, key_inum(c, key)); in ubifs_tnc_remove_dh() 2727 err = ubifs_lookup_level0(c, &start_key, &znode, &n); in ubifs_tnc_remove_dh()
|