Searched refs:get_config_int (Results 1 – 5 of 5) sorted by relevance
30 bool get_config_int(const char* field, int* data);
104 if (!get_config_int(rev_field, buffer)) *buffer = 0; in get_clock_info()105 } else if (!get_config_int(cfg_name_table[field_name], buffer)) in get_clock_info()
89 if (!get_config_int(cfg_name_table[CFG_TRACE_LEVEL], &trace_level)) in nfc_hal_init()92 if (get_config_int(cfg_name_table[CFG_DATA_TRACE], &ret)) in nfc_hal_init()323 if (!get_config_int(cfg_name_table[CFG_SLEEP_TIMEOUT], in setSleepTimeout()
154 bool get_config_int(const char* field, int* data) { in get_config_int() function
106 if (!get_config_int(cfg_name_table[CFG_WAKEUP_DELAY], &wakeup_delay)) in device_open()