Lines Matching refs:spec
2812 static void __init atafb_setup_ext(char *spec) in atafb_setup_ext() argument
2828 p = strsep(&spec, ";"); in atafb_setup_ext()
2835 p = strsep(&spec, ";"); in atafb_setup_ext()
2842 p = strsep(&spec, ";"); in atafb_setup_ext()
2850 p = strsep(&spec, ";"); in atafb_setup_ext()
2864 p = strsep(&spec, ";"); in atafb_setup_ext()
2869 p = strsep(&spec, ";"); in atafb_setup_ext()
2875 p = strsep(&spec, ";"); in atafb_setup_ext()
2879 p = strsep(&spec, ";"); in atafb_setup_ext()
2888 p = strsep(&spec, ";"); in atafb_setup_ext()
2896 p = strsep(&spec, ";"); in atafb_setup_ext()
2929 static void __init atafb_setup_int(char *spec) in atafb_setup_int() argument
2946 if (!(p = strsep(&spec, ";")) || !*p) in atafb_setup_int()
2949 if (!(p = strsep(&spec, ";")) || !*p) in atafb_setup_int()
2953 if ((p = strsep(&spec, ";")) && *p) in atafb_setup_int()
2955 if ((p = strsep(&spec, ";")) && *p) in atafb_setup_int()
2957 if ((p = strsep(&spec, ";")) && *p) in atafb_setup_int()
2965 static void __init atafb_setup_mcap(char *spec) in atafb_setup_mcap() argument
2974 if (!(p = strsep(&spec, ";")) || !*p) in atafb_setup_mcap()
2979 if (!(p = strsep(&spec, ";")) || !*p) in atafb_setup_mcap()
2984 if (!(p = strsep(&spec, ";")) || !*p) in atafb_setup_mcap()
2989 if (!(p = strsep(&spec, "")) || !*p) in atafb_setup_mcap()
3002 static void __init atafb_setup_user(char *spec) in atafb_setup_user() argument
3009 p = strsep(&spec, ";"); in atafb_setup_user()
3013 p = strsep(&spec, ";"); in atafb_setup_user()
3017 p = strsep(&spec, ""); in atafb_setup_user()