action_op
action_op("reset", NULL);
static int action_op(const char *inval, char *outval);
module_param_cb(action, ¶m_ops_str, action_op, 0644);