Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/video/
H A Duvideo.c1868 struct uvideo_format_group *fmtgrp; in uvideo_vs_negotiation() local
1880 fmtgrp = sc->sc_fmtgrp_cur; in uvideo_vs_negotiation()
1882 if (fmtgrp->frame_num == 0) { in uvideo_vs_negotiation()
1891 pc->bFormatIndex = fmtgrp->format->bFormatIndex; in uvideo_vs_negotiation()
1892 pc->bFrameIndex = fmtgrp->frame_cur->bFrameIndex; in uvideo_vs_negotiation()
1894 frame = fmtgrp->frame_cur; in uvideo_vs_negotiation()
1901 p = (uint8_t *)fmtgrp->frame_cur; in uvideo_vs_negotiation()
1956 if (pc->bFormatIndex != fmtgrp->format->bFormatIndex) { in uvideo_vs_negotiation()
1959 fmtgrp->format->bFormatIndex, pc->bFormatIndex); in uvideo_vs_negotiation()
1963 fmtgrp = &sc->sc_fmtgrp[i]; in uvideo_vs_negotiation()
[all …]