Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dstdio_console.c43 static int con_config(char *str, char **error_out);
61 .config = con_config,
75 static int con_config(char *str, char **error_out) in con_config() function