Searched refs:montype (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/
H A Dacornfb.c732 current_par.montype = -1; acornfb_init_fbinfo()
749 * montype:type
769 current_par.montype = -2; acornfb_parse_mon()
809 current_par.montype = -1; acornfb_parse_mon()
814 current_par.montype = -2; acornfb_parse_montype()
818 current_par.montype = 0; acornfb_parse_montype()
821 current_par.montype = 1; acornfb_parse_montype()
824 current_par.montype = 2; acornfb_parse_montype()
827 current_par.montype = 3; acornfb_parse_montype()
830 current_par.montype = 4; acornfb_parse_montype()
833 current_par.montype = -1; acornfb_parse_montype()
835 current_par.montype = simple_strtoul(opt, &opt, 0); acornfb_parse_montype()
837 if (current_par.montype == -2 || acornfb_parse_montype()
838 current_par.montype > NR_MONTYPES) { acornfb_parse_montype()
841 current_par.montype = -1; acornfb_parse_montype()
880 { "montype", acornfb_parse_montype },
976 if (current_par.montype == -1) acornfb_probe()
977 current_par.montype = acornfb_detect_monitortype(); acornfb_probe()
979 if (current_par.montype == -1 || current_par.montype > NR_MONTYPES) acornfb_probe()
980 current_par.montype = 4; acornfb_probe()
982 if (current_par.montype >= 0) { acornfb_probe()
983 fb_info.monspecs = monspecs[current_par.montype]; acornfb_probe()
H A Dacornfb.h51 signed int montype; member in struct:acornfb_par
H A Dsa1100fb.c115 * - remove unused 'montype' stuff

Completed in 97 milliseconds