Searched refs:sc_wsmouse (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtms.c96 device_t sc_wsmouse; /* child */ member in struct:btms_softc
278 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint);
291 if (sc->sc_wsmouse != NULL) {
292 err = config_detach(sc->sc_wsmouse, flags);
293 sc->sc_wsmouse = NULL;
355 if (sc->sc_wsmouse == NULL || sc->sc_enabled == 0)
375 wsmouse_input(sc->sc_wsmouse,
H A Dbtmagic.c149 device_t sc_wsmouse; member in struct:btmagic_softc
384 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint);
385 if (sc->sc_wsmouse == NULL) {
447 if (sc->sc_wsmouse != NULL) {
448 err = config_detach(sc->sc_wsmouse, flags);
449 sc->sc_wsmouse = NULL;
1034 || sc->sc_wsmouse == NULL
1169 wsmouse_input(sc->sc_wsmouse, mb,
1361 wsmouse_input(sc->sc_wsmouse, mb,
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dkbms_sbdio.c65 struct device *sc_wsmouse; member in struct:kbms_softc
182 sc->sc_wsmouse = config_found(self, &ma, wsmousedevprint);
233 wsmouse_input(sc->sc_wsmouse,

Completed in 107 milliseconds