HomeSort by: relevance | last modified time | path
    Searched refs:hidms_attach (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/hid/
hidms.h 65 void hidms_attach(device_t, struct hidms *, const struct wsmouse_accessops *);
hidms.c 213 hidms_attach(device_t self, struct hidms *ms, function in typeref:typename:void
232 DPRINTF(("hidms_attach: ms=%p\n", ms));
233 DPRINTF(("hidms_attach: X\t%d/%d\n",
235 DPRINTF(("hidms_attach: Y\t%d/%d\n",
238 DPRINTF(("hidms_attach: Z\t%d/%d\n",
241 DPRINTF(("hidms_attach: W\t%d/%d\n",
244 DPRINTF(("hidms_attach: B%d\t%d/%d\n",
  /src/sys/dev/i2c/
ims.c 143 hidms_attach(self, ms, &ims_accessops);
  /src/sys/dev/usb/
ums.c 280 hidms_attach(self, &sc->sc_ms, &ums_accessops);

Completed in 15 milliseconds