Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c542 struct result *result, bool *pass, int test_item) in validate_cm_test_results() argument
561 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() argument
770 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() local
1481 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 …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c966 struct incell_testitem *test_item = &tdata->ic.incell.u.item; in start_test_ft8201() local
986 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()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dpcba_core.c532 int parse_test_result(char* rst_filename, char* test_item, char* para0) in parse_test_result() argument
539 if (rst_filename == NULL || test_item == NULL) in parse_test_result()
558 if((strstr(read_buf,test_item))!= NULL) { in parse_test_result()
H A Dcommon.h139 int parse_test_result(char* rst_filename, char* test_item, char* para0);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Dtesting.py680 def decorator(test_item): argument
684 return test_item