Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/drivers/
Dstdio_console.c44 static int con_get_config(char *dev, char *str, int size, char **error_out);
62 .get_config = con_get_config,
80 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() function