Symbol: uoak_softc
sys/dev/usb/uoak.h
149
int uoak_check_device_ready(struct uoak_softc *);
sys/dev/usb/uoak.h
150
int uoak_set_cmd(struct uoak_softc *);
sys/dev/usb/uoak.h
151
int uoak_get_cmd(struct uoak_softc *);
sys/dev/usb/uoak.h
153
int uoak_get_device_name(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
154
int uoak_get_report_mode(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
155
int uoak_get_report_rate(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
156
int uoak_get_sample_rate(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
157
int uoak_set_sample_rate(struct uoak_softc *, enum uoak_target, int);
sys/dev/usb/uoak.h
159
int uoak_led_ctrl(struct uoak_softc *, enum uoak_target, uint8_t);
sys/dev/usb/uoak.h
160
int uoak_led_status(struct uoak_softc *, enum uoak_target, uint8_t *);
sys/dev/usb/uoak.h
162
void uoak_get_devinfo(struct uoak_softc *);
sys/dev/usb/uoak.h
163
void uoak_get_setting(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
164
void uoak_print_devinfo(struct uoak_softc *);
sys/dev/usb/uoak.h
165
void uoak_print_setting(struct uoak_softc *, enum uoak_target);
sys/dev/usb/uoak.h
167
void uoak_sensor_attach(struct uoak_softc *, struct uoak_sensor *,
sys/dev/usb/uoak.h
169
void uoak_sensor_detach(struct uoak_softc *, struct uoak_sensor *);
sys/dev/usb/uoak_subr.c
108
uoak_get_device_name(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
124
uoak_get_report_mode(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
139
uoak_get_report_rate(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
157
uoak_get_sample_rate(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
175
uoak_set_sample_rate(struct uoak_softc *sc, enum uoak_target target, int rate)
sys/dev/usb/uoak_subr.c
199
uoak_led_status(struct uoak_softc *sc, enum uoak_target target, uint8_t *mode)
sys/dev/usb/uoak_subr.c
214
uoak_led_ctrl(struct uoak_softc *sc, enum uoak_target target, uint8_t mode)
sys/dev/usb/uoak_subr.c
228
uoak_get_devinfo(struct uoak_softc *sc)
sys/dev/usb/uoak_subr.c
235
uoak_get_setting(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
251
uoak_print_devinfo(struct uoak_softc *sc)
sys/dev/usb/uoak_subr.c
257
uoak_print_setting(struct uoak_softc *sc, enum uoak_target target)
sys/dev/usb/uoak_subr.c
283
uoak_sensor_attach(struct uoak_softc *sc, struct uoak_sensor *s,
sys/dev/usb/uoak_subr.c
309
uoak_sensor_detach(struct uoak_softc *sc, struct uoak_sensor *s)
sys/dev/usb/uoak_subr.c
47
uoak_check_device_ready(struct uoak_softc *sc)
sys/dev/usb/uoak_subr.c
63
uoak_set_cmd(struct uoak_softc *sc)
sys/dev/usb/uoak_subr.c
80
uoak_get_cmd(struct uoak_softc *sc)
sys/dev/usb/uoaklux.c
125
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoaklux.c
197
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoaklux.c
223
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoaklux.c
239
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoaklux.c
256
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoaklux.c
60
struct uoak_softc sc_uoak_softc;
sys/dev/usb/uoakrh.c
128
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakrh.c
210
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakrh.c
238
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakrh.c
266
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakrh.c
290
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakrh.c
60
struct uoak_softc sc_uoak_softc;
sys/dev/usb/uoakv.c
128
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
200
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
227
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
248
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
268
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
291
struct uoak_softc *scc = &sc->sc_uoak_softc;
sys/dev/usb/uoakv.c
58
struct uoak_softc sc_uoak_softc;