Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dvideo_if.h54 int (*try_fmt)(void *, struct v4l2_format *); member
H A Dvideo.c396 if (sc->hw_if->try_fmt) in videoioctl()
397 error = (sc->hw_if->try_fmt)(sc->hw_hdl, in videoioctl()