Searched refs:get_keyword_value (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.h | 134 int get_keyword_value(char *section, char *name, int *value); 137 get_keyword_value("Interface", name, value) 139 get_keyword_value("Basic_Threshold", name, value) 141 get_keyword_value("SpecialSet", name, value) 143 get_keyword_value("TestItem", name, value)
|
| H A D | focaltech_test_ini.c | 476 int get_keyword_value(char *section, char *name, int *value) in get_keyword_value() function 630 get_keyword_value("INVALID_NODE", str, &tdata->node_valid[cnt]); in init_node_valid() 643 get_keyword_value("INVALID_NODES", str, &tdata->node_valid_sc[cnt]); in init_node_valid()
|