Home
last modified time | relevance | path

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

/openbmc/linux/fs/nls/
H A Dnls_base.c275 static struct nls_table *find_nls(const char *charset) in find_nls() function
293 return try_then_request_module(find_nls(charset), "nls_%s", charset); in load_nls()