dtv_softc
dtv_buffer_realloc(struct dtv_softc *sc, size_t bufsize)
dtv_buffer_setup(struct dtv_softc *sc)
dtv_buffer_destroy(struct dtv_softc *sc)
dtv_buffer_read(struct dtv_softc *sc, struct uio *uio, int flags)
dtv_buffer_poll(struct dtv_softc *sc, int events, lwp_t *l)
dtv_buffer_write(struct dtv_softc *sc, const uint8_t *buf, size_t buflen)
struct dtv_softc *sc = priv;
struct dtv_softc *sc = demux->dd_sc;
struct dtv_softc *sc = demux->dd_sc;
struct dtv_softc *sc = demux->dd_sc;
dtv_demux_open(struct dtv_softc *sc, int flags, int mode, lwp_t *l)
struct dtv_softc *sc;
dtv_demux_write(struct dtv_softc *sc, const uint8_t *tspkt, size_t tspktlen)
struct dtv_softc *sc = device_private(self);
struct dtv_softc *sc;
struct dtv_softc *sc;
struct dtv_softc *sc;
struct dtv_softc *sc;
struct dtv_softc *sc;
dtv_common_close(struct dtv_softc *sc)
sizeof(struct dtv_softc),
struct dtv_softc *sc = device_private(self);
dtv_frontend_ioctl(struct dtv_softc *sc, u_long cmd, void *data, int flags)
int dtv_frontend_ioctl(struct dtv_softc *, u_long, void *, int);
int dtv_demux_open(struct dtv_softc *, int, int, lwp_t *);
void dtv_demux_write(struct dtv_softc *, const uint8_t *, size_t);
int dtv_buffer_realloc(struct dtv_softc *, size_t);
int dtv_buffer_setup(struct dtv_softc *);
int dtv_buffer_destroy(struct dtv_softc *);
int dtv_buffer_read(struct dtv_softc *, struct uio *, int);
int dtv_buffer_poll(struct dtv_softc *, int, lwp_t *);
void dtv_common_close(struct dtv_softc *);
struct dtv_softc *dd_sc;