Lines Matching defs:uha
130 struct uhidev_attach_arg *uha = aux;
134 if (UHIDEV_CLAIM_MULTIPLE_REPORTID(uha))
137 if (usb_lookup(ugold_devs, uha->uaa->vendor, uha->uaa->product) == NULL)
146 uhidev_get_report_desc(uha->parent, &desc, &size);
147 if (hid_is_collection(desc, size, uha->reportid,
159 struct uhidev_attach_arg *uha = aux;
163 sc->sc_udev = uha->parent->sc_udev;
164 sc->sc_hdev.sc_parent = uha->parent;
165 sc->sc_hdev.sc_report_id = uha->reportid;
167 switch (uha->uaa->product) {
182 uhidev_get_report_desc(uha->parent, &desc, &size);
183 repid = uha->reportid;