param_get_charp
extern int param_get_charp(char *buffer, const struct kernel_param *kp);
EXPORT_SYMBOL(param_get_charp);
.get = param_get_charp,