Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.c105 FTS_TEST_ERROR("fts_data is null, no test"); in fts_test_i2c_read()
124 FTS_TEST_ERROR("fts_data is null, no test"); in fts_test_i2c_write()
179 FTS_TEST_ERROR("read buffer fail"); in fts_test_read()
190 FTS_TEST_ERROR("read buffer fail"); in fts_test_read()
233 FTS_TEST_ERROR("write buffer fail"); in fts_test_write()
277 FTS_TEST_ERROR("Enter work mode fail"); in enter_work_mode()
315 FTS_TEST_ERROR("Enter factory mode fail"); in enter_factory_mode()
444 FTS_TEST_ERROR("test/func is null\n"); in start_scan()
520 FTS_TEST_ERROR("test/func is null\n"); in get_rawdata()
678 FTS_TEST_ERROR("test/func is null\n"); in get_cb_sc()
[all …]
H A Dfocaltech_test_ini.c174 FTS_TEST_ERROR("error occured while opening file %s.", filepath); in fts_test_get_ini_size()
209 FTS_TEST_ERROR("error occured while opening file %s.", filepath); in fts_test_read_ini_data()
294 FTS_TEST_ERROR("line length(%d)>max(%d)", line_length, MAX_INI_LINE_LEN); in ini_get_line()
327 FTS_TEST_ERROR("mark(=)in keyword line fail"); in ini_parse_keyword()
336 FTS_TEST_ERROR("section is null"); in ini_parse_keyword()
342 FTS_TEST_ERROR("keyword num(%d)>max(%d),please check MAX_KEYWORD_NUM", in ini_parse_keyword()
362 FTS_TEST_ERROR("section line length fail"); in ini_parse_section()
367 FTS_TEST_ERROR("section_num(%d) fail", ini->section_num); in ini_parse_section()
379 FTS_TEST_ERROR("section num(%d)>max(%d), please check MAX_INI_SECTION_NUM", in ini_parse_section()
402 FTS_TEST_ERROR("ini_get_line fail"); in ini_init_inidata()
[all …]
H A Dfocaltech_test.h569 #define FTS_TEST_ERROR(fmt, args...) do { printk(KERN_ERR "[FTS][TEST][Error]%s. line: %d. "fmt"\n… macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c975 FTS_TEST_ERROR("tdata is null"); in start_test_ft8201()