Lines Matching defs:uha
122 struct uhidev_attach_arg *uha = aux;
126 uhidev_get_report_desc(uha->parent, &desc, &size);
127 if (!hid_is_collection(desc, size, uha->reportid,
129 !hid_is_collection(desc, size, uha->reportid,
140 struct uhidev_attach_arg *uha = aux;
151 sc->sc_hdev = uha->parent;
153 uhidev_get_report_desc(uha->parent, &desc, &size);
160 uha->reportid, hid_input, &sc->sc_loc_x, &flags)) {
179 uha->reportid, hid_input, &sc->sc_loc_y, &flags)) {
198 uha->reportid, hid_input, &sc->sc_loc_btn, 0)) {
206 uha->reportid, hid_input, &sc->sc_loc_z, &flags)) {
207 if (uha->uiaa->uiaa_vendor == USB_VENDOR_ELAN) {
249 || item.report_ID != uha->reportid)