Lines Matching defs:udsbr_softc
84 struct udsbr_softc {
97 Static int udsbr_req(struct udsbr_softc *, int, int,
99 Static void udsbr_start(struct udsbr_softc *);
100 Static void udsbr_stop(struct udsbr_softc *);
101 Static void udsbr_setfreq(struct udsbr_softc *, int);
102 Static int udsbr_status(struct udsbr_softc *);
110 CFATTACH_DECL2_NEW(udsbr, sizeof(struct udsbr_softc), udsbr_match,
129 struct udsbr_softc *sc = device_private(self);
172 struct udsbr_softc *sc = device_private(self);
189 struct udsbr_softc *sc = device_private(self);
201 udsbr_req(struct udsbr_softc *sc, int ureq, int value, int index)
222 udsbr_start(struct udsbr_softc *sc)
229 udsbr_stop(struct udsbr_softc *sc)
236 udsbr_setfreq(struct udsbr_softc *sc, int freq)
253 udsbr_status(struct udsbr_softc *sc)
262 struct udsbr_softc *sc = v;
278 struct udsbr_softc *sc = v;