Lines Matching refs:wt_softc

122 struct wt_softc {  struct
186 static int wtwait(struct wt_softc *sc, int catch, const char *msg);
187 static int wtcmd(struct wt_softc *sc, int cmd);
188 static int wtstart(struct wt_softc *sc, int flag, void *vaddr, size_t len);
189 static void wtdma(struct wt_softc *sc);
191 static void wtclock(struct wt_softc *sc);
193 static int wtsense(struct wt_softc *sc, int verbose, int ignore);
194 static int wtstatus(struct wt_softc *sc);
195 static void wtrewind(struct wt_softc *sc);
196 static int wtreadfm(struct wt_softc *sc);
197 static int wtwritefm(struct wt_softc *sc);
198 static u_char wtsoft(struct wt_softc *sc, int mask, int bits);
204 CFATTACH_DECL_NEW(wt, sizeof(struct wt_softc),
279 struct wt_softc *sc = device_private(self); in wtattach()
373 struct wt_softc *sc; in wtopen()
457 struct wt_softc *sc; in wtclose()
508 struct wt_softc *sc; in wtioctl()
608 struct wt_softc *sc; in wtstrategy()
699 struct wt_softc *sc = arg; in wtintr()
791 wtrewind(struct wt_softc *sc) in wtrewind()
814 wtreadfm(struct wt_softc *sc) in wtreadfm()
832 wtwritefm(struct wt_softc *sc) in wtwritefm()
850 wtsoft(struct wt_softc *sc, int mask, int bits) in wtsoft()
883 wtcmd(struct wt_softc *sc, int cmd) in wtcmd()
921 wtwait(struct wt_softc *sc, int catch, const char *msg) in wtwait()
934 wtdma(struct wt_softc *sc) in wtdma()
959 wtstart(struct wt_softc *sc, int flag, void *vaddr, size_t len) in wtstart()
983 wtclock(struct wt_softc *sc) in wtclock()
1005 register struct wt_softc *sc = (struct wt_softc *)arg; in wttimer()
1064 wtsense(struct wt_softc *sc, int verbose, int ignore) in wtsense()
1114 wtstatus(struct wt_softc *sc) in wtstatus()