Home
last modified time | relevance | path

Searched refs:udsbr_softc (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/usb/
Dudsbr.c84 struct udsbr_softc { struct
97 Static int udsbr_req(struct udsbr_softc *sc, int ureq, int value, argument
99 Static void udsbr_start(struct udsbr_softc *sc);
100 Static void udsbr_stop(struct udsbr_softc *sc);
101 Static void udsbr_setfreq(struct udsbr_softc *sc, int freq);
102 Static int udsbr_status(struct udsbr_softc *sc);
170 struct udsbr_softc *sc = (struct udsbr_softc *)self; in udsbr_activate()
188 udsbr_req(struct udsbr_softc *sc, int ureq, int value, int index) in udsbr_req()
210 udsbr_start(struct udsbr_softc *sc) in udsbr_start()
217 udsbr_stop(struct udsbr_softc *sc) in udsbr_stop()
[all …]