| /netbsd-src/external/bsd/libfido2/dist/udev/ |
| H A D | 70-u2f.rules | 34 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ac", TAG+="ua… 37 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="ua… 40 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="cdab", TAG+="ua… 43 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="058b", ATTRS{idProduct}=="022d", TAG+="ua… 46 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="06cb", ATTRS{idProduct}=="0088", TAG+="ua… 49 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0850", TAG+="ua… 52 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0852", TAG+="ua… 55 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0853", TAG+="ua… 58 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0854", TAG+="ua… 61 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0856", TAG+="ua… [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | usb_quirks.c | 128 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0); in usbd_get_desc_fake() 140 UGETW(dd->idVendor), UGETW(dd->idProduct), type, len); in usbd_get_desc_fake() 149 UGETW(dd->idVendor), UGETW(dd->idProduct), in usbd_get_desc_fake() 156 UGETW(dd->idVendor), UGETW(dd->idProduct), in usbd_get_desc_fake() 168 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0); in usbd_get_desc_fake() 175 uint16_t idVendor; member 423 uint16_t vendor = UGETW(d->idVendor); in usbd_find_quirk() 427 for (t = usb_quirks; t->idVendor != 0; t++) { in usbd_find_quirk() 428 if (t->idVendor == vendor && in usbd_find_quirk() 436 UGETW(d->idVendor), UGETW(d->idProduct), in usbd_find_quirk()
|
| H A D | usb_subr.c | 184 usb_findvendor(v, vl, UGETW(udd->idVendor)); in usbd_devinfo_vp() 186 usb_findproduct(p, pl, UGETW(udd->idVendor), in usbd_devinfo_vp() 212 UGETW(udd->idVendor), product, UGETW(udd->idProduct)); in usbd_devinfo() 1053 uaa.uaa_vendor = UGETW(dd->idVendor); in usbd_attach_roothub() 1083 vendor = UGETW(dd->idVendor); in usbd_properties() 1139 uaa.uaa_vendor = UGETW(dd->idVendor); in usbd_attachwholedevice() 1200 uiaa.uiaa_vendor = UGETW(dd->idVendor); in usbd_attachinterfaces() 1355 loc != UGETW(dev->ud_ddesc.idVendor)) in usbd_reattach_device() 1641 udd->idVendor[0], in usbd_reload_device_desc() 1642 udd->idVendor[1], 0, 0); in usbd_reload_device_desc() [all …]
|
| H A D | usbroothub.c | 135 .idVendor = {0}, 185 .idVendor = {0}, 202 .idVendor = {0},
|
| H A D | auvitek_audio.c | 73 uiaa.uiaa_vendor = UGETW(dd->idVendor); in auvitek_audio_attach()
|
| H A D | usb.h | 232 uWord idVendor; member
|
| H A D | vhci.c | 495 USETW(devd.idVendor, 0); in vhci_roothub_ctrl()
|
| H A D | uhci.c | 969 UGETW(dev->ud_ddesc.idVendor), in uhci_dump_ii()
|
| H A D | uaudio.c | 3708 if ((UGETW(ddesc->idVendor) != USB_VENDOR_ROLAND) && in uaudio_chan_open()
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | pbms.c | 312 vendor = UGETW(udd->idVendor); in pbms_match() 349 vendor = UGETW(udd->idVendor); in pbms_attach()
|
| /netbsd-src/sys/compat/common/ |
| H A D | usb_subr_30.c | 144 di->udi_vendorNo = UGETW(dev->ud_ddesc.idVendor); in usbd_fill_deviceinfo30()
|
| /netbsd-src/external/bsd/libfido2/dist/ |
| H A D | README.adoc | 80 MODE="0664", GROUP="plugdev", ATTRS{idVendor}=="1050"
|
| /netbsd-src/sys/rump/dev/lib/libugenhc/ |
| H A D | ugenhc.c | 155 USETW(devd.idVendor, 0x7275); in ugenhc_roothub_ctrl()
|