HomeSort by: relevance | last modified time | path
    Searched defs:sc_loc_y (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/bluetooth/
btms.c 111 struct hid_location sc_loc_y; member in struct:btms_softc
232 &sc->sc_loc_y,
420 dy = -hid_get_data(data, &sc->sc_loc_y);
455 sc->sc_loc_y.pos, sc->sc_loc_y.size);
  /src/sys/dev/usb/
uts.c 78 struct hid_location sc_loc_x, sc_loc_y, sc_loc_z; member in struct:uts_softc
179 uha->reportid, hid_input, &sc->sc_loc_y, &flags)) {
229 sc->sc_loc_y.pos, sc->sc_loc_y.size));
383 dy = hid_get_data(ibuf, &sc->sc_loc_y);
386 dy = -hid_get_data(ibuf, &sc->sc_loc_y);

Completed in 13 milliseconds