Home
last modified time | relevance | path

Searched refs:mode_idx (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/camcontrol/
H A Dmodeedit.c782 int mode_idx; /* Index for scanning mode params. */ in modepage_dump() local
792 for (mode_idx = 0; mode_idx < mph->page_length; mode_idx++) { in modepage_dump()
793 printf("%02x%c", mode_pars[mode_idx], in modepage_dump()
794 (((mode_idx + 1) % 8) == 0) ? '\n' : ' '); in modepage_dump()
/dragonfly/sys/dev/drm/i915/
H A Ddvo_ns2501.c554 int mode_idx, i; in ns2501_mode_set() local
591 mode_idx = MODE_640x480; in ns2501_mode_set()
593 mode_idx = MODE_800x600; in ns2501_mode_set()
595 mode_idx = MODE_1024x768; in ns2501_mode_set()
609 conf = ns2501_modes + mode_idx; in ns2501_mode_set()