Lines Matching refs:spec
2719 static void __init atafb_setup_ext(char *spec)
2735 p = strsep(&spec, ";");
2742 p = strsep(&spec, ";");
2749 p = strsep(&spec, ";");
2757 p = strsep(&spec, ";");
2771 p = strsep(&spec, ";");
2776 p = strsep(&spec, ";");
2782 p = strsep(&spec, ";");
2786 p = strsep(&spec, ";");
2795 p = strsep(&spec, ";");
2803 p = strsep(&spec, ";");
2836 static void __init atafb_setup_int(char *spec)
2853 if (!(p = strsep(&spec, ";")) || !*p)
2856 if (!(p = strsep(&spec, ";")) || !*p)
2860 if ((p = strsep(&spec, ";")) && *p)
2862 if ((p = strsep(&spec, ";")) && *p)
2864 if ((p = strsep(&spec, ";")) && *p)
2872 static void __init atafb_setup_mcap(char *spec)
2881 if (!(p = strsep(&spec, ";")) || !*p)
2886 if (!(p = strsep(&spec, ";")) || !*p)
2891 if (!(p = strsep(&spec, ";")) || !*p)
2896 if (!(p = strsep(&spec, "")) || !*p)
2909 static void __init atafb_setup_user(char *spec)
2916 p = strsep(&spec, ";");
2920 p = strsep(&spec, ";");
2924 p = strsep(&spec, "");