Searched refs:input_str (Results 1 – 1 of 1) sorted by relevance
96 char input_str[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = { }; in adf_hb_cfg_write() local106 if (count > sizeof(input_str) - 1) in adf_hb_cfg_write()109 written_chars = simple_write_to_buffer(input_str, sizeof(input_str) - 1, in adf_hb_cfg_write()112 ret = kstrtouint(input_str, 10, &timer_ms); in adf_hb_cfg_write()