Symbol: dtv_softc
sys/dev/dtv/dtv_buffer.c
129
dtv_buffer_realloc(struct dtv_softc *sc, size_t bufsize)
sys/dev/dtv/dtv_buffer.c
199
dtv_buffer_setup(struct dtv_softc *sc)
sys/dev/dtv/dtv_buffer.c
213
dtv_buffer_destroy(struct dtv_softc *sc)
sys/dev/dtv/dtv_buffer.c
230
dtv_buffer_read(struct dtv_softc *sc, struct uio *uio, int flags)
sys/dev/dtv/dtv_buffer.c
296
dtv_buffer_poll(struct dtv_softc *sc, int events, lwp_t *l)
sys/dev/dtv/dtv_buffer.c
50
dtv_buffer_write(struct dtv_softc *sc, const uint8_t *buf, size_t buflen)
sys/dev/dtv/dtv_buffer.c
98
struct dtv_softc *sc = priv;
sys/dev/dtv/dtv_demux.c
174
struct dtv_softc *sc = demux->dd_sc;
sys/dev/dtv/dtv_demux.c
219
struct dtv_softc *sc = demux->dd_sc;
sys/dev/dtv/dtv_demux.c
262
struct dtv_softc *sc = demux->dd_sc;
sys/dev/dtv/dtv_demux.c
292
dtv_demux_open(struct dtv_softc *sc, int flags, int mode, lwp_t *l)
sys/dev/dtv/dtv_demux.c
328
struct dtv_softc *sc;
sys/dev/dtv/dtv_demux.c
717
dtv_demux_write(struct dtv_softc *sc, const uint8_t *tspkt, size_t tspktlen)
sys/dev/dtv/dtv_device.c
146
struct dtv_softc *sc = device_private(self);
sys/dev/dtv/dtv_device.c
207
struct dtv_softc *sc;
sys/dev/dtv/dtv_device.c
238
struct dtv_softc *sc;
sys/dev/dtv/dtv_device.c
251
struct dtv_softc *sc;
sys/dev/dtv/dtv_device.c
265
struct dtv_softc *sc;
sys/dev/dtv/dtv_device.c
280
struct dtv_softc *sc;
sys/dev/dtv/dtv_device.c
295
dtv_common_close(struct dtv_softc *sc)
sys/dev/dtv/dtv_device.c
76
sizeof(struct dtv_softc),
sys/dev/dtv/dtv_device.c
93
struct dtv_softc *sc = device_private(self);
sys/dev/dtv/dtv_ioctl.c
45
dtv_frontend_ioctl(struct dtv_softc *sc, u_long cmd, void *data, int flags)
sys/dev/dtv/dtvvar.h
146
int dtv_frontend_ioctl(struct dtv_softc *, u_long, void *, int);
sys/dev/dtv/dtvvar.h
148
int dtv_demux_open(struct dtv_softc *, int, int, lwp_t *);
sys/dev/dtv/dtvvar.h
149
void dtv_demux_write(struct dtv_softc *, const uint8_t *, size_t);
sys/dev/dtv/dtvvar.h
151
int dtv_buffer_realloc(struct dtv_softc *, size_t);
sys/dev/dtv/dtvvar.h
152
int dtv_buffer_setup(struct dtv_softc *);
sys/dev/dtv/dtvvar.h
153
int dtv_buffer_destroy(struct dtv_softc *);
sys/dev/dtv/dtvvar.h
154
int dtv_buffer_read(struct dtv_softc *, struct uio *, int);
sys/dev/dtv/dtvvar.h
155
int dtv_buffer_poll(struct dtv_softc *, int, lwp_t *);
sys/dev/dtv/dtvvar.h
158
void dtv_common_close(struct dtv_softc *);
sys/dev/dtv/dtvvar.h
82
struct dtv_softc *dd_sc;