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

  /src/sys/arch/atari/dev/
grfabs_tt.h 42 void tt_probe_video(MODES *);
grfabs_et.h 58 void et_probe_video(MODES *);
grfabs_fal.h 31 * Struct to hold the values for the different video modes
77 void falcon_probe_video(MODES *);
grfabs_reg.h 167 typedef LIST_HEAD(modelist, display_mode) MODES;
184 typedef void (*grf_probe_t)(MODES *);
grfabs.c 51 * List of available graphic modes
53 static MODES modes; variable in typeref:typename:MODES
94 * Initialize list of possible video modes.
102 LIST_INIT(&modes);
105 (*probe_fun)(&modes);
107 return ((modes.lh_first == NULL) ? 0 : 1);
193 dm = modes.lh_first;
grfabs_tt.c 107 * Initialize list of possible video modes.
111 tt_probe_video(MODES *modelp)
ite_cc.c 125 void tt_probe_video(MODES *);
128 void falcon_probe_video(MODES *);
grfabs_et.c 168 * Initialize list of possible video modes.
171 et_probe_video(MODES *modelp)
596 * to fix the other modes....
grfabs_fal.c 119 * The following table contains timing values for the various video modes.
122 * Use other video modes at YOUR OWN RISK.
179 * Initialize list of possible video modes.
182 falcon_probe_video(MODES *modelp)
192 * get all possible modes

Completed in 18 milliseconds