Home
last modified time | relevance | path

Searched defs:test_funcs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h417 struct test_funcs { struct
418 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);
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dmap_perf_test_user.c299 const test_func test_funcs[] = { variable