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

  /src/sys/dev/bluetooth/
btms.c 112 struct hid_location sc_loc_z; member in struct:btms_softc
246 &sc->sc_loc_z,
249 zloc = &sc->sc_loc_z;
255 sc->sc_loc_z.size = 0;
421 dz = hid_get_data(data, &sc->sc_loc_z);
458 sc->sc_loc_z.pos, sc->sc_loc_z.size,
485 sc->sc_loc_z.pos = 40;
486 sc->sc_loc_z.size = 8;
  /src/sys/dev/usb/
uts.c 78 struct hid_location sc_loc_x, sc_loc_y, sc_loc_z; member in struct:uts_softc
206 uha->reportid, hid_input, &sc->sc_loc_z, &flags)) {
231 sc->sc_loc_z.pos, sc->sc_loc_z.size));
388 dz = hid_get_data(ibuf, &sc->sc_loc_z);

Completed in 39 milliseconds