Home
last modified time | relevance | path

Searched refs:vfreq (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/
Dvideo.c1419 struct video_frequency vfreq; in video_get_frequency() local
1425 err = hw->get_frequency(sc->hw_softc, &vfreq); in video_get_frequency()
1429 freq->tuner = vfreq.tuner_index; in video_get_frequency()
1431 freq->frequency = vfreq.frequency; in video_get_frequency()
1440 struct video_frequency vfreq; in video_set_frequency() local
1459 vfreq.tuner_index = freq->tuner; in video_set_frequency()
1460 vfreq.frequency = freq->frequency; in video_set_frequency()
1462 return hw->set_frequency(sc->hw_softc, &vfreq); in video_set_frequency()
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmsx150 >>>>>>>>>>>>>>>0x002B ubyte&0x80 0x00 \b, vfreq=60Hz
151 >>>>>>>>>>>>>>>0x002B ubyte&0x80 0x80 \b, vfreq=50Hz
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_edid.c2386 unsigned vfreq = (t->vfreq_aspect & EDID_TIMING_VFREQ_MASK) in drm_mode_std() local
2396 vrefresh_rate = vfreq + 60; in drm_mode_std()