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

/netbsd-current/sys/dev/bluetooth/
H A Dbtms.c105 device_t sc_wsmouse; /* child */ member in struct:btms_softc
330 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint, CFARGS_NONE);
343 if (sc->sc_wsmouse != NULL) {
344 err = config_detach(sc->sc_wsmouse, flags);
345 sc->sc_wsmouse = NULL;
406 if (sc->sc_wsmouse == NULL || sc->sc_enabled == 0)
438 wsmouse_input(sc->sc_wsmouse,
H A Dbtmagic.c149 device_t sc_wsmouse; member in struct:btmagic_softc
409 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint, CFARGS_NONE);
410 if (sc->sc_wsmouse == NULL) {
474 if (sc->sc_wsmouse != NULL) {
475 err = config_detach(sc->sc_wsmouse, flags);
476 sc->sc_wsmouse = NULL;
1086 || sc->sc_wsmouse == NULL
1225 wsmouse_input(sc->sc_wsmouse, mb,
1421 wsmouse_input(sc->sc_wsmouse, mb,
1650 wsmouse_input(sc->sc_wsmouse, m
[all...]
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dkbms_sbdio.c65 device_t sc_wsmouse; member in struct:kbms_softc
182 sc->sc_wsmouse = config_found(self, &ma, wsmousedevprint, CFARGS_NONE);
233 wsmouse_input(sc->sc_wsmouse,

Completed in 87 milliseconds