Lines Matching refs:nls_table
20 static struct nls_table default_table;
21 static struct nls_table *tables = &default_table;
246 int __register_nls(struct nls_table *nls, struct module *owner) in __register_nls()
248 struct nls_table ** tmp = &tables; in __register_nls()
269 int unregister_nls(struct nls_table * nls) in unregister_nls()
271 struct nls_table ** tmp = &tables; in unregister_nls()
286 static struct nls_table *find_nls(const char *charset) in find_nls()
288 struct nls_table *nls; in find_nls()
302 struct nls_table *load_nls(const char *charset) in load_nls()
307 void unload_nls(struct nls_table *nls) in unload_nls()
534 static struct nls_table default_table = {
543 struct nls_table *load_nls_default(void) in load_nls_default()
545 struct nls_table *default_nls; in load_nls_default()