| /netbsd/src/sys/dev/usb/ |
| D | ums.c | 156 struct uhidev_attach_arg *uha = aux; in ums_match() local 164 if (uha->uiaa->uiaa_vendor == USB_VENDOR_GRIFFIN && in ums_match() 165 uha->uiaa->uiaa_product == USB_PRODUCT_GRIFFIN_POWERMATE) in ums_match() 168 uhidev_get_report_desc(uha->parent, &desc, &size); in ums_match() 169 if (!hid_is_collection(desc, size, uha->reportid, in ums_match() 171 !hid_is_collection(desc, size, uha->reportid, in ums_match() 173 !hid_is_collection(desc, size, uha->reportid, in ums_match() 184 struct uhidev_attach_arg *uha = aux; in ums_attach() local 193 sc->sc_hdev = uha->parent; in ums_attach() 194 sc->sc_udev = uha->uiaa->uiaa_device; in ums_attach() [all …]
|
| D | uts.c | 122 struct uhidev_attach_arg *uha = aux; in uts_match() local 126 uhidev_get_report_desc(uha->parent, &desc, &size); in uts_match() 127 if (!hid_is_collection(desc, size, uha->reportid, in uts_match() 129 !hid_is_collection(desc, size, uha->reportid, in uts_match() 140 struct uhidev_attach_arg *uha = aux; in uts_attach() local 151 sc->sc_hdev = uha->parent; in uts_attach() 153 uhidev_get_report_desc(uha->parent, &desc, &size); in uts_attach() 160 uha->reportid, hid_input, &sc->sc_loc_x, &flags)) { in uts_attach() 179 uha->reportid, hid_input, &sc->sc_loc_y, &flags)) { in uts_attach() 198 uha->reportid, hid_input, &sc->sc_loc_btn, 0)) { in uts_attach() [all …]
|
| D | uintuos.c | 94 struct uhidev_attach_arg *uha = aux; in uintuos_match() local 96 if ((uha->uiaa->uiaa_vendor == USB_VENDOR_WACOM) && in uintuos_match() 97 (uha->uiaa->uiaa_product == USB_PRODUCT_WACOM_CTH490K0) && in uintuos_match() 98 (uha->reportid == 16)) in uintuos_match() 101 if ((uha->uiaa->uiaa_vendor == USB_VENDOR_WACOM) && in uintuos_match() 102 (uha->uiaa->uiaa_product == USB_PRODUCT_WACOM_CTL6100WL) && in uintuos_match() 103 (uha->reportid == 16)) in uintuos_match() 113 struct uhidev_attach_arg *uha = aux; in uintuos_attach() local 121 sc->sc_hdev.sc_parent = uha->parent; in uintuos_attach() 122 sc->sc_hdev.sc_report_id = uha->reportid; in uintuos_attach() [all …]
|
| D | uthum.c | 122 struct uhidev_attach_arg *uha = aux; in uthum_match() local 124 return uthum_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product) in uthum_match() 132 struct uhidev_attach_arg *uha = aux; in uthum_attach() local 133 struct usbd_device *dev = uha->uiaa->uiaa_device; in uthum_attach() 138 sc->sc_hdev = uha->parent; in uthum_attach() 145 uhidev_get_report_desc(uha->parent, &desc, &size); in uthum_attach() 146 repid = uha->reportid; in uthum_attach()
|
| D | uatp.c | 681 find_uatp_descriptor(const struct uhidev_attach_arg *uha) in find_uatp_descriptor() argument 686 if ((uha->uiaa->uiaa_vendor == uatp_descriptors[i].vendor) && in find_uatp_descriptor() 687 (uha->uiaa->uiaa_product == uatp_descriptors[i].product)) in find_uatp_descriptor() 879 const struct uhidev_attach_arg *uha = aux; in uatp_match() local 885 (unsigned int)uha->uiaa->uiaa_vendor, in uatp_match() 886 (unsigned int)uha->uiaa->uiaa_product); in uatp_match() 889 (unsigned int)uha->uiaa->uiaa_class, in uatp_match() 890 (unsigned int)uha->uiaa->uiaa_subclass, in uatp_match() 891 (unsigned int)uha->uiaa->uiaa_proto); in uatp_match() 893 uhidev_get_report_desc(uha->parent, &report_descriptor, &report_size); in uatp_match() [all …]
|
| D | uhid.c | 162 struct uhidev_attach_arg *uha = aux; in uhid_match() local 165 DPRINTF(("uhid_match: report=%d\n", uha->reportid)); in uhid_match() 177 struct uhidev_attach_arg *uha = aux; in uhid_attach() local 182 sc->sc_hdev = uha->parent; in uhid_attach() 183 sc->sc_udev = uha->uiaa->uiaa_device; in uhid_attach() 184 sc->sc_report_id = uha->reportid; in uhid_attach() 188 uhidev_get_report_desc(uha->parent, &desc, &size); in uhid_attach() 189 repid = uha->reportid; in uhid_attach() 193 sc->sc_raw = hid_is_collection(desc, size, uha->reportid, in uhid_attach()
|
| D | ukbd.c | 411 struct uhidev_attach_arg *uha = aux; in ukbd_match() local 415 uhidev_get_report_desc(uha->parent, &desc, &size); in ukbd_match() 416 if (!hid_is_collection(desc, size, uha->reportid, in ukbd_match() 427 struct uhidev_attach_arg *uha = aux; in ukbd_attach() local 434 sc->sc_hdev = uha->parent; in ukbd_attach() 435 sc->sc_udev = uha->uiaa->uiaa_device; in ukbd_attach() 436 sc->sc_iface = uha->uiaa->uiaa_iface; in ukbd_attach() 437 sc->sc_report_id = uha->reportid; in ukbd_attach() 462 ukt = ukbd_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product); in ukbd_attach()
|
| D | ucycom.c | 212 struct uhidev_attach_arg *uha = aux; in ucycom_match() local 214 return ucycom_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product) in ucycom_match() 222 struct uhidev_attach_arg *uha = aux; in ucycom_attach() local 227 sc->sc_hdev = uha->parent; in ucycom_attach() 228 sc->sc_udev = uha->uiaa->uiaa_device; in ucycom_attach() 231 uhidev_get_report_desc(uha->parent, &desc, &size); in ucycom_attach() 232 repid = uha->reportid; in ucycom_attach()
|
| D | uhidev.c | 179 struct uhidev_attach_arg uha; in uhidev_attach() local 379 uha.uiaa = uiaa; in uhidev_attach() 417 uha.parent = scd; in uhidev_attach() 418 uha.reportid = repid; in uhidev_attach() 421 dev = config_found(self, &uha, uhidevprint, in uhidev_attach() 459 struct uhidev_attach_arg *uha = aux; in uhidevprint() local 463 if (uha->reportid != 0) in uhidevprint() 464 aprint_normal(" reportid %d", uha->reportid); in uhidevprint()
|
| D | umcpmio.c | 2084 struct uhidev_attach_arg *uha = aux; in umcpmio_match() local 2086 return umcpmio_lookup(uha->uiaa->uiaa_vendor, uha->uiaa->uiaa_product) in umcpmio_match() 2101 struct uhidev_attach_arg *uha = aux; in umcpmio_attach() local 2108 sc->sc_hdev = uha->parent; in umcpmio_attach() 2109 sc->sc_udev = uha->uiaa->uiaa_device; in umcpmio_attach()
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | cpu_ucode_intel.c | 185 void *uha; in cpu_ucode_intel_apply() local 202 uha = kmem_alloc(newbufsize, KM_SLEEP); in cpu_ucode_intel_apply() 204 (struct intel1_ucode_header *)roundup2((uintptr_t)uha, 16); in cpu_ucode_intel_apply() 239 kmem_free(uha, newbufsize); in cpu_ucode_intel_apply()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | pbms.c | 300 struct uhidev_attach_arg *uha = aux; in pbms_match() local 309 if (uha->uiaa->uiaa_proto == UIPROTO_MOUSE && in pbms_match() 310 ((udd = usbd_get_device_descriptor(uha->uiaa->uiaa_device)) in pbms_match() 330 struct uhidev_attach_arg *uha = aux; in pbms_attach() local 339 sc->sc_hdev.sc_parent = uha->parent; in pbms_attach() 340 sc->sc_hdev.sc_report_id = uha->reportid; in pbms_attach() 346 udev = uha->uiaa->uiaa_udevice; in pbms_attach()
|
| /netbsd/src/sys/dev/eisa/ |
| D | files.eisa | 33 attach uha at eisa with uha_eisa
|
| /netbsd/src/sys/arch/algor/conf/ |
| D | P6032 | 247 #uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 248 #uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 276 #scsibus* at uha?
|
| D | P5064 | 243 #uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 244 #uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 272 #scsibus* at uha?
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | fixed-bit.h | 323 #define MODE_NAME_S uha 807 #define FROM_MODE_NAME_S uha 1069 #define TO_MODE_NAME_S uha
|
| /netbsd/src/sys/arch/alpha/conf/ |
| D | GENERIC | 446 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 447 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 461 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
| D | INSTALL | 279 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
|
| /netbsd/src/share/man/man4/ |
| D | Makefile | 72 uark.4 ubsec.4 udp.4 uep.4 ug.4 uha.4 uk.4 ukphy.4 umb.4 \
|
| /netbsd/src/sys/conf/ |
| D | files | 702 device uha: scsi 703 file dev/ic/uha.c uha
|
| /netbsd/src/sys/dev/isa/ |
| D | files.isa | 131 attach uha at isa with uha_isa: isadma
|
| /netbsd/src/sys/arch/i386/conf/ |
| D | INSTALL_TINY | 277 #uha* at eisa? slot ? # UltraStor 24f SCSI
|
| D | GENERIC_TINY | 282 #uha* at eisa? slot ? # UltraStor 24f SCSI
|
| /netbsd/src/sys/dev/ |
| D | DEVNAMES | 1399 uha MI
|
| /netbsd/src/sys/arch/hppa/conf/ |
| D | GENERIC | 368 uha* at eisa? slot ? # UltraStor 24f SCSI
|