Home | History | Annotate | Download | only in usb

Lines Matching defs:uha

156 	struct uhidev_attach_arg *uha = aux;
164 if (uha->uiaa->uiaa_vendor == USB_VENDOR_GRIFFIN &&
165 uha->uiaa->uiaa_product == USB_PRODUCT_GRIFFIN_POWERMATE)
168 uhidev_get_report_desc(uha->parent, &desc, &size);
169 if (!hid_is_collection(desc, size, uha->reportid,
171 !hid_is_collection(desc, size, uha->reportid,
173 !hid_is_collection(desc, size, uha->reportid,
184 struct uhidev_attach_arg *uha = aux;
193 sc->sc_hdev = uha->parent;
194 sc->sc_udev = uha->uiaa->uiaa_device;
207 uhidev_get_report_desc(uha->parent, &desc, &size);
209 if (!hidms_setup(self, &sc->sc_ms, uha->reportid, desc, size))
212 if (uha->uiaa->uiaa_vendor == USB_VENDOR_MICROSOFT) {
221 switch (uha->uiaa->uiaa_product) {
263 || item.report_ID != uha->reportid)