HomeSort by: relevance | last modified time | path
    Searched refs:uha (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/usb/
uhid.c 102 struct uhidev_attach_arg *uha = aux; local
105 DPRINTF(("uhid_match: report=%d\n", uha->reportid));
118 struct uhidev_attach_arg *uha = aux; local
121 sc->sc_report_id = uha->reportid;
123 sc->sc_hidev = uha->hidev;
124 usc->sc_hdev = uha->parent;
125 usc->sc_udev = uha->uiaa->uiaa_device;
uts.c 122 struct uhidev_attach_arg *uha = aux; local
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; local
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))
    [all...]
ums.c 156 struct uhidev_attach_arg *uha = aux; local
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; local
193 sc->sc_hdev = uha->parent;
194 sc->sc_udev = uha->uiaa->uiaa_device
    [all...]
uintuos.c 94 struct uhidev_attach_arg *uha = aux; local
96 if ((uha->uiaa->uiaa_vendor == USB_VENDOR_WACOM) &&
97 (uha->uiaa->uiaa_product == USB_PRODUCT_WACOM_CTH490K0) &&
98 (uha->reportid == 16))
101 if ((uha->uiaa->uiaa_vendor == USB_VENDOR_WACOM) &&
102 (uha->uiaa->uiaa_product == USB_PRODUCT_WACOM_CTL6100WL) &&
103 (uha->reportid == 16))
113 struct uhidev_attach_arg *uha = aux; local
121 sc->sc_hdev.sc_parent = uha->parent;
122 sc->sc_hdev.sc_report_id = uha->reportid
    [all...]
uthum.c 122 struct uhidev_attach_arg *uha = aux; local
124 return uthum_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product)
132 struct uhidev_attach_arg *uha = aux; local
133 struct usbd_device *dev = uha->uiaa->uiaa_device;
138 sc->sc_hdev = uha->parent;
145 uhidev_get_report_desc(uha->parent, &desc, &size);
146 repid = uha->reportid;
uatp.c 681 find_uatp_descriptor(const struct uhidev_attach_arg *uha)
686 if ((uha->uiaa->uiaa_vendor == uatp_descriptors[i].vendor) &&
687 (uha->uiaa->uiaa_product == uatp_descriptors[i].product))
879 const struct uhidev_attach_arg *uha = aux; local
885 (unsigned int)uha->uiaa->uiaa_vendor,
886 (unsigned int)uha->uiaa->uiaa_product);
889 (unsigned int)uha->uiaa->uiaa_class,
890 (unsigned int)uha->uiaa->uiaa_subclass,
891 (unsigned int)uha->uiaa->uiaa_proto);
893 uhidev_get_report_desc(uha->parent, &report_descriptor, &report_size)
930 const struct uhidev_attach_arg *uha = aux; local
    [all...]
uhidev.c 183 struct uhidev_attach_arg uha; local
383 uha.uiaa = uiaa;
422 uha.parent = scd;
423 uha.reportid = repid;
424 uha.hidev = &scd->sc_hidev;
427 dev = config_found(self, &uha, uhidevprint,
465 struct uhidev_attach_arg *uha = aux; local
469 if (uha->reportid != 0)
470 aprint_normal(" reportid %d", uha->reportid);
ucycom.c 212 struct uhidev_attach_arg *uha = aux; local
214 return ucycom_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product)
222 struct uhidev_attach_arg *uha = aux; local
227 sc->sc_hdev = uha->parent;
228 sc->sc_udev = uha->uiaa->uiaa_device;
231 uhidev_get_report_desc(uha->parent, &desc, &size);
232 repid = uha->reportid;
ukbd.c 411 struct uhidev_attach_arg *uha = aux; local
415 uhidev_get_report_desc(uha->parent, &desc, &size);
416 if (!hid_is_collection(desc, size, uha->reportid,
427 struct uhidev_attach_arg *uha = aux; local
434 sc->sc_hdev = uha->parent;
435 sc->sc_udev = uha->uiaa->uiaa_device;
436 sc->sc_iface = uha->uiaa->uiaa_iface;
437 sc->sc_report_id = uha->reportid;
462 ukt = ukbd_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product)
    [all...]
umcpmio.c 1507 struct uhidev_attach_arg *uha = aux; local
1509 return umcpmio_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product)
1517 struct uhidev_attach_arg *uha = aux; local
1522 sc->sc_hdev = uha->parent;
1523 sc->sc_udev = uha->uiaa->uiaa_device;
1544 if (uha->uiaa->uiaa_product == umcpmio_chip_infos[c].usb_id) {
  /src/sys/arch/x86/x86/
cpu_ucode_intel.c 185 void *uha; local
202 uha = kmem_alloc(newbufsize, KM_SLEEP);
204 (struct intel1_ucode_header *)roundup2((uintptr_t)uha, 16);
239 kmem_free(uha, newbufsize);
  /src/sys/arch/macppc/dev/
pbms.c 300 struct uhidev_attach_arg *uha = aux; local
309 if (uha->uiaa->uiaa_proto == UIPROTO_MOUSE &&
310 ((udd = usbd_get_device_descriptor(uha->uiaa->uiaa_device))
330 struct uhidev_attach_arg *uha = aux; local
339 sc->sc_hdev.sc_parent = uha->parent;
340 sc->sc_hdev.sc_report_id = uha->reportid;
346 udev = uha->uiaa->uiaa_udevice;
  /src/share/man/man4/
Makefile 72 uark.4 ubsec.4 udp.4 uep.4 ug.4 uha.4 uk.4 ukphy.4 umb.4 \

Completed in 29 milliseconds