Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwcam.c340 sc->cur_format = (val >> 29) & 0x7; in fwcam_probe_task()
381 if (sc->cur_format == IIDC_FMT_VGA && in fwcam_frame_size()
451 (uint32_t)sc->cur_format << IIDC_CUR_V_SHIFT); in fwcam_iso_start()
477 "speed=%d\n", sc->cur_format, sc->cur_mode, in fwcam_iso_start()
945 if (sc->cur_format != IIDC_FMT_VGA || in fwcam_hw_get_format()
1057 sc->cur_format = IIDC_FMT_VGA; in fwcam_hw_set_format()
H A Dfwcam.h233 uint8_t cur_format; member