Searched defs:dtv_softc (Results 1 – 1 of 1) sorted by relevance
109 struct dtv_softc { struct110 device_t sc_dev;111 const struct dtv_hw_if *sc_hw;112 void *sc_priv;114 bool sc_dying;116 unsigned int sc_open;117 kmutex_t sc_lock;119 size_t sc_bufsize;120 bool sc_bufsize_chg;122 struct dtv_stream sc_stream;[all …]