Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dvideo_if.h484 int (*enum_input)(void *, uint32_t, struct video_input *); member
H A Dvideo.c1144 if (hw->enum_input == NULL) { in video_enum_input()
1156 err = hw->enum_input(sc->hw_softc, input->index, &vi); in video_enum_input()
/netbsd-src/sys/dev/usb/
H A Dauvitek_video.c122 .enum_input = auvitek_enum_input,