Searched refs:test_item (Results 1 – 5 of 5) sorted by relevance
542 struct result *result, bool *pass, int test_item) in validate_cm_test_results() argument561 if ((test_item & CM_PANEL) == CM_PANEL) { in validate_cm_test_results()706 if (((test_item & CM_BTN) == CM_BTN) && (cmcp_info->btn_num)) { in validate_cm_test_results()754 struct result *result, bool *pass, int test_item) in validate_cp_test_results() argument770 if ((test_item & CP_PANEL) == CP_PANEL) { in validate_cp_test_results()855 if (((test_item & CP_BTN) == CP_BTN) && (cmcp_info->btn_num)) { in validate_cp_test_results()1477 int test_item = 0; in cyttsp5_cmcp_get_test_item() local1481 test_item = CMCP_FULL_CASE; in cyttsp5_cmcp_get_test_item()1484 test_item = CM_PANEL; in cyttsp5_cmcp_get_test_item()1487 test_item = CP_PANEL; in cyttsp5_cmcp_get_test_item()[all …]
966 struct incell_testitem *test_item = &tdata->ic.incell.u.item; in start_test_ft8201() local986 if (true == test_item->short_test) { in start_test_ft8201()994 if (true == test_item->open_test) { in start_test_ft8201()1002 if (true == test_item->cb_test) { in start_test_ft8201()1010 if (true == test_item->rawdata_test) { in start_test_ft8201()1018 if (true == test_item->lcdnoise_test) { in start_test_ft8201()
532 int parse_test_result(char* rst_filename, char* test_item, char* para0) in parse_test_result() argument539 if (rst_filename == NULL || test_item == NULL) in parse_test_result()558 if((strstr(read_buf,test_item))!= NULL) { in parse_test_result()
139 int parse_test_result(char* rst_filename, char* test_item, char* para0);
680 def decorator(test_item): argument684 return test_item