Home
last modified time | relevance | path

Searched refs:script_fetch (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscreen_test.c136 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 Dddr_test.c168 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 Dpcba_core.c117 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 Dscript.h40 int script_fetch(char *main_name, char *sub_name, int value[], int count);
H A Dscript.c98 int script_fetch(char *main_name, char *sub_name, int value[], int count) in script_fetch() function
H A Drtc_test.c152 if (script_fetch("rtc", "module_args", (int *)dt, 8) == 0) in rtc_test()
H A Dbt_test.c495 if(script_fetch("bluetooth", "chip_type", (int *)dt, 8) == 0) {
621 if(script_fetch("bluetooth", "chip_type", (int *)dt, 8) == 0) {