Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dvideo_if.h46 int (*s_input)(void *, int); member
H A Dvideo.c323 if (sc->hw_if->s_input) in videoioctl()
324 error = (sc->hw_if->s_input)(sc->hw_hdl, in videoioctl()