Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnls.h48 extern int __register_nls(struct nls_table *, struct module *);
53 #define register_nls(nls) __register_nls((nls), THIS_MODULE)
/linux-6.1.9/fs/nls/
Dnls_base.c235 int __register_nls(struct nls_table *nls, struct module *owner) in __register_nls() function
256 EXPORT_SYMBOL(__register_nls);