Lines Matching refs:spec
2787 static void __init atafb_setup_ext(char *spec)
2803 p = strsep(&spec, ";");
2810 p = strsep(&spec, ";");
2817 p = strsep(&spec, ";");
2825 p = strsep(&spec, ";");
2839 p = strsep(&spec, ";");
2844 p = strsep(&spec, ";");
2850 p = strsep(&spec, ";");
2854 p = strsep(&spec, ";");
2863 p = strsep(&spec, ";");
2871 p = strsep(&spec, ";");
2904 static void __init atafb_setup_int(char *spec)
2921 if (!(p = strsep(&spec, ";")) || !*p)
2924 if (!(p = strsep(&spec, ";")) || !*p)
2928 if ((p = strsep(&spec, ";")) && *p)
2930 if ((p = strsep(&spec, ";")) && *p)
2932 if ((p = strsep(&spec, ";")) && *p)
2940 static void __init atafb_setup_mcap(char *spec)
2949 if (!(p = strsep(&spec, ";")) || !*p)
2954 if (!(p = strsep(&spec, ";")) || !*p)
2959 if (!(p = strsep(&spec, ";")) || !*p)
2964 if (!(p = strsep(&spec, "")) || !*p)
2977 static void __init atafb_setup_user(char *spec)
2984 p = strsep(&spec, ";");
2988 p = strsep(&spec, ";");
2992 p = strsep(&spec, "");