Home
last modified time | relevance | path

Searched refs:FTS_TEST_SAVE_ERR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c116 FTS_TEST_SAVE_ERR("write master reg fail\n"); in ft8201_write_reg()
124 FTS_TEST_SAVE_ERR("write slave reg fail\n"); in ft8201_write_reg()
197 FTS_TEST_SAVE_ERR("IC cascade type(%d) fail\n", info->m_s_sel.bits.type); in check_ic_info_validity()
203 FTS_TEST_SAVE_ERR("i2c addr of master(0x%x)/slave(0x%x) fail\n", in check_ic_info_validity()
210 FTS_TEST_SAVE_ERR("master tx(%d) fail\n", info->m_tx); in check_ic_info_validity()
215 FTS_TEST_SAVE_ERR("master rx(%d) fail\n", info->m_rx); in check_ic_info_validity()
220 FTS_TEST_SAVE_ERR("slave tx(%d) fail\n", info->s_tx); in check_ic_info_validity()
225 FTS_TEST_SAVE_ERR("slave rx(%d) fail\n", info->s_rx); in check_ic_info_validity()
240 FTS_TEST_SAVE_ERR("read m/s select info fail\n"); in get_chip_information()
247 FTS_TEST_SAVE_ERR("read ch_x_m fail\n"); in get_chip_information()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.c338 FTS_TEST_SAVE_ERR("mass data buffer malloc fail\n"); in read_mass_data()
346 FTS_TEST_SAVE_ERR("read mass data fail\n"); in read_mass_data()
371 FTS_TEST_SAVE_ERR("start short test fail\n"); in short_get_adcdata_incell()
387 FTS_TEST_SAVE_ERR("short test timeout, ADC data not OK\n"); in short_get_adcdata_incell()
394 FTS_TEST_SAVE_ERR("get short(adc) data fail\n"); in short_get_adcdata_incell()
424 FTS_TEST_SAVE_ERR("Wait State Update fail\n"); in wait_state_update()
462 FTS_TEST_SAVE_ERR("write start scan mode fail\n"); in start_scan()
478 FTS_TEST_SAVE_ERR("scan timeout\n"); in start_scan()
497 FTS_TEST_SAVE_ERR("wirte line/start addr fail\n"); in read_rawdata()
503 FTS_TEST_SAVE_ERR("read rawdata fail\n"); in read_rawdata()
[all …]
H A Dfocaltech_test_ini.c511 FTS_TEST_SAVE_ERR("test item count(%d) > max(%d)\n", in get_test_item()
540 FTS_TEST_SAVE_ERR("basic_thr string length > count\n"); in get_basic_threshold()
662 FTS_TEST_SAVE_ERR("get test item fail\n"); in get_test_item_incell()
683 FTS_TEST_SAVE_ERR("get basic thr fail\n"); in get_test_threshold_incell()
691 FTS_TEST_SAVE_ERR("special basic thr init fail\n"); in get_test_threshold_incell()
762 FTS_TEST_SAVE_ERR("get incell test item fail\n"); in ini_init_test_incell()
769 FTS_TEST_SAVE_ERR("get incell threshold fail\n"); in ini_init_test_incell()
787 FTS_TEST_SAVE_ERR("get test item fail\n"); in get_test_item_mc_sc()
810 FTS_TEST_SAVE_ERR("get basic thr fail\n"); in get_test_threshold_mc_sc()
818 FTS_TEST_SAVE_ERR("special basic thr init fail\n"); in get_test_threshold_mc_sc()
[all …]
H A Dfocaltech_test.h580 #define FTS_TEST_SAVE_ERR(fmt, args...) do { \ macro