Searched refs:script_fetch (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | screen_test.c | 136 if (script_fetch("Lcd", "start_key", (int *)key_name, 4) != 0) { in screen_test() 143 if (script_fetch("Lcd", "key_times", &key_times, 1) != 0) { in screen_test() 147 if (script_fetch("Lcd", "all_key_change", &all_key_change, 1) != 0) { in screen_test()
|
| H A D | ddr_test.c | 168 if (script_fetch("ddr", "freq_test", &freq_test, 1) != 0) { 181 if (script_fetch("ddr", "max_freq", &max_freq, 1) != 0) { 187 if (script_fetch("ddr", "min_freq", &min_freq, 1) != 0) {
|
| H A D | pcba_core.c | 117 if (script_fetch in parse_testcase() 121 if (script_fetch(mainkey_name, "activated", &activated, 1)) in parse_testcase() 129 if (script_fetch in parse_testcase() 136 if (script_fetch(mainkey_name, "category", &category, 1) in parse_testcase() 141 if (script_fetch(mainkey_name, "run_type", &run_type, 1) in parse_testcase()
|
| H A D | script.h | 40 int script_fetch(char *main_name, char *sub_name, int value[], int count);
|
| H A D | script.c | 98 int script_fetch(char *main_name, char *sub_name, int value[], int count) in script_fetch() function
|
| H A D | rtc_test.c | 152 if (script_fetch("rtc", "module_args", (int *)dt, 8) == 0) in rtc_test()
|
| H A D | bt_test.c | 495 if(script_fetch("bluetooth", "chip_type", (int *)dt, 8) == 0) { 621 if(script_fetch("bluetooth", "chip_type", (int *)dt, 8) == 0) {
|