Searched refs:input_buf (Results 1 – 2 of 2) sorted by relevance
1375 char input_buf[1]; in debug_input_flush_fn() local1384 if (copy_from_user(input_buf, user_buf, 1)){ in debug_input_flush_fn()1388 if(input_buf[0] == '-') { in debug_input_flush_fn()1392 if (isdigit(input_buf[0])) { in debug_input_flush_fn()1393 int area = ((int) input_buf[0] - (int) '0'); in debug_input_flush_fn()1399 "area\n", input_buf[0]); in debug_input_flush_fn()
45 static char *input_buf; variable59 input_buf = buf; in init_input_buf()425 return input_buf[input_buf_ptr++]; in __read_char()433 return input_buf[input_buf_ptr]; in __peek_char()