Searched refs:wsma (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/hpcsh/dev/ |
| D | psh3tp.c | 171 struct wsmousedev_attach_args wsma; in psh3tp_attach() local 180 wsma.accessops = &psh3tp_accessops; in psh3tp_attach() 181 wsma.accesscookie = sc; in psh3tp_attach() 184 self, &wsma, wsmousedevprint, CFARGS_NONE); in psh3tp_attach()
|
| D | j6x0tp.c | 239 struct wsmousedev_attach_args wsma; in j6x0tp_attach() local 252 wsma.accessops = &j6x0tp_accessops; in j6x0tp_attach() 253 wsma.accesscookie = sc; in j6x0tp_attach() 255 sc->sc_wsmousedev = config_found(self, &wsma, wsmousedevprint, in j6x0tp_attach()
|
| /netbsd/src/sys/dev/bluetooth/ |
| D | btms.c | 203 struct wsmousedev_attach_args wsma; in btms_attach() local 327 wsma.accessops = &btms_wsmouse_accessops; in btms_attach() 328 wsma.accesscookie = sc; in btms_attach() 330 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint, CFARGS_NONE); in btms_attach()
|
| D | btmagic.c | 292 struct wsmousedev_attach_args wsma; in btmagic_attach() local 407 wsma.accessops = &btmagic_wsmouse_accessops; in btmagic_attach() 408 wsma.accesscookie = self; in btmagic_attach() 409 sc->sc_wsmouse = config_found(self, &wsma, wsmousedevprint, CFARGS_NONE); in btmagic_attach()
|
| /netbsd/src/sys/arch/hpcarm/dev/ |
| D | j720tp.c | 216 struct wsmousedev_attach_args wsma; in j720tp_attach() local 230 wsma.accessops = &j720tp_wsmouse_accessops; in j720tp_attach() 231 wsma.accesscookie = sc; in j720tp_attach() 233 sc->sc_wsmousedev = config_found(self, &wsma, wsmousedevprint, in j720tp_attach()
|