Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dvideo_if.h40 int (*enum_fivals)(void *, struct v4l2_frmivalenum *); member
H A Dvideo.c309 if (sc->hw_if->enum_fivals) in videoioctl()
310 error = (sc->hw_if->enum_fivals)(sc->hw_hdl, in videoioctl()