Searched defs:test_funcs (Results 1 – 2 of 2) sorted by relevance
417 struct test_funcs { struct418 u64 ctype[FTX_MAX_COMPATIBLE_TYPE];419 enum test_hw_type hwtype;420 int startscan_mode;421 int key_num_total;422 bool rawdata2_support;423 bool force_touch;424 int (*param_init)(void);425 int (*init)(void);426 int (*start_test)(void);
299 const test_func test_funcs[] = { variable