Lines Matching defs:arg
1646 static int __init fw_devlink_setup(char *arg)
1648 if (!arg)
1651 if (strcmp(arg, "off") == 0) {
1653 } else if (strcmp(arg, "permissive") == 0) {
1655 } else if (strcmp(arg, "on") == 0) {
1657 } else if (strcmp(arg, "rpm") == 0) {
1665 static int __init fw_devlink_strict_setup(char *arg)
1667 return kstrtobool(arg, &fw_devlink_strict);
1680 static int __init fw_devlink_sync_state_setup(char *arg)
1682 if (!arg)
1685 if (strcmp(arg, "strict") == 0) {
1688 } else if (strcmp(arg, "timeout") == 0) {