HomeSort by: relevance | last modified time | path
    Searched refs:videomode_list (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/videomode/
test.c 13 if (strcmp(videomode_list[j].name, argv[i]) == 0) {
16 videomode_list[j].dot_clock,
17 videomode_list[j].flags);
videomode.h 66 extern const struct videomode videomode_list[];
pickmode.c 53 this = &videomode_list[i];
79 this = &videomode_list[i];
videomode.c 28 const struct videomode videomode_list[] = { variable in typeref:typename:const struct videomode[]
edid.c 307 if (strcmp(name, videomode_list[i].name) == 0)
308 return &videomode_list[i];
  /src/sys/dev/ic/
igsfb_subr.c 440 if (strcmp(dc->dc_modestring, videomode_list[i].name) == 0)
445 size = videomode_list[i].hdisplay * videomode_list[i].vdisplay;
447 if ((videomode_list[i].dot_clock <= IGS_MAX_CLOCK) &&
448 (videomode_list[i].hdisplay <= 2048) &&
449 (videomode_list[i].hdisplay >= 320) &&
450 (videomode_list[i].vdisplay <= 2048) &&
451 (videomode_list[i].vdisplay >= 200) &&
453 mode = &videomode_list[i];
ct65550.c 241 chipsfb_set_videomode(sc, &videomode_list[16]);
  /src/sys/arch/arm/iomd/
vidc20config.c 335 modes = videomode_list;
  /src/sys/dev/usb/
udl.c 1820 if (strcmp(name, videomode_list[i].name) == 0)
1821 return &videomode_list[i];
  /src/sys/dev/pci/
radeonfb.c 2099 if (!strcmp(name, videomode_list[i].name))
2100 return &videomode_list[i];
2101 if (!strcmp(vm, videomode_list[i].name))
2102 vmp = &videomode_list[i];

Completed in 108 milliseconds