Home | History | Annotate | Download | only in dtv

Lines Matching refs:dtv_softc

85 	struct dtv_softc	*dd_sc;
109 struct dtv_softc {
149 int dtv_frontend_ioctl(struct dtv_softc *, u_long, void *, int);
151 int dtv_demux_open(struct dtv_softc *, int, int, lwp_t *);
152 void dtv_demux_write(struct dtv_softc *, const uint8_t *, size_t);
154 int dtv_buffer_realloc(struct dtv_softc *, size_t);
155 int dtv_buffer_setup(struct dtv_softc *);
156 int dtv_buffer_destroy(struct dtv_softc *);
157 int dtv_buffer_read(struct dtv_softc *, struct uio *, int);
158 int dtv_buffer_poll(struct dtv_softc *, int, lwp_t *);
161 void dtv_common_close(struct dtv_softc *);