Home
last modified time | relevance | path

Searched refs:serial_types (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dsetserial.c258 static const char serial_types[] ALIGN1 = variable
412 return nth_string(serial_types, type); in uart_type()
432 return index_in_strings_case_insensitive(serial_types, name); in uart_id()