Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dtv/
H A Ddtv_ioctl.c48 dtv_frontend_ioctl(struct dtv_softc *sc, u_long cmd, void *data, int flags) in dtv_frontend_ioctl() function
H A Ddtvvar.h149 int dtv_frontend_ioctl(struct dtv_softc *, u_long, void *, int);
H A Ddtv_device.c274 return dtv_frontend_ioctl(sc, cmd, ptr, flags); in dtvioctl()