Home
last modified time | relevance | path

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

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