Searched refs:idVendor (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-current/sys/dev/usb/
H A Dusb_lookup.c87 (id->idVendor != info->idVendor)) {
H A Dusb_fdt_support.c69 UGETW(udev->ddesc.idVendor), UGETW(udev->ddesc.idProduct));
H A Dusbdi.h304 uint16_t idVendor; member in struct:usb_device_id
357 .match_flag_vendor = 1, .idVendor = (vend)
406 uint16_t idVendor; member in struct:usbd_lookup_info
H A Dusb_debug.c233 UGETW(udev->ddesc.idVendor),
/freebsd-current/sys/dev/hid/
H A Dhidbus.h86 uint16_t idVendor; member in struct:hid_device_id
109 .match_flag_vendor = 1, .idVendor = (vend)
H A Dhpen.c154 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM) {
219 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM &&
/freebsd-current/share/examples/libusb20/
H A Dbulk.c236 ddp->idVendor, ddp->idProduct);
238 if (ddp->idVendor == vid && ddp->idProduct == pid)
H A Dcontrol.c408 ddp->idVendor, ddp->idProduct);
410 if (ddp->idVendor == vid && ddp->idProduct == pid)
/freebsd-current/sys/dev/usb/template/
H A Dusb_template.h88 uint16_t idVendor; member in struct:usb_temp_device_desc
H A Dusb_template_cdce.c234 .idVendor = ETH_DEFAULT_VENDOR_ID,
308 &usb_template_cdce.idVendor, 1, "Vendor identifier");
H A Dusb_template_mtp.c180 .idVendor = MTP_DEFAULT_VENDOR_ID,
292 &usb_template_mtp.idVendor, 1, "Vendor identifier");
H A Dusb_template_modem.c217 .idVendor = MODEM_DEFAULT_VENDOR_ID,
295 &usb_template_modem.idVendor, 1, "Vendor identifier");
H A Dusb_template_kbd.c176 .idVendor = KBD_DEFAULT_VENDOR_ID,
260 &usb_template_kbd.idVendor, 1, "Vendor identifier");
H A Dusb_template_mouse.c174 .idVendor = MOUSE_DEFAULT_VENDOR_ID,
258 &usb_template_mouse.idVendor, 1, "Vendor identifier");
H A Dusb_template_msc.c157 .idVendor = MSC_DEFAULT_VENDOR_ID,
225 &usb_template_msc.idVendor, 1, "Vendor identifier");
H A Dusb_template_midi.c216 .idVendor = MIDI_DEFAULT_VENDOR_ID,
281 &usb_template_midi.idVendor, 1, "Vendor identifier");
H A Dusb_template_cdceem.c158 .idVendor = CDCEEM_DEFAULT_VENDOR_ID,
226 &usb_template_cdceem.idVendor, 1, "Vendor identifier");
H A Dusb_template_serialnet.c340 .idVendor = SERIALNET_DEFAULT_VENDOR_ID,
417 &usb_template_serialnet.idVendor, 1, "Vendor identifier");
H A Dusb_template_audio.c368 .idVendor = AUDIO_DEFAULT_VENDOR_ID,
438 "vendor_id", CTLFLAG_RWTUN, &usb_template_audio.idVendor,
H A Dusb_template_multi.c383 .idVendor = MULTI_DEFAULT_VENDOR_ID,
463 &usb_template_multi.idVendor, 1, "Vendor identifier");
H A Dusb_template_phone.c366 .idVendor = PHONE_DEFAULT_VENDOR_ID,
459 &usb_template_cdce.idVendor, 1, "Vendor identifier");
/freebsd-current/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c139 if (UGETW(desc.idVendor) != USB_VENDOR_BROADCOM ||
142 "ProductID=%#x", UGETW(desc.idVendor),
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c84 (iwmbt_list_72xx[i].vendor_id == d->idVendor)) {
102 (iwmbt_list_82xx[i].vendor_id == d->idVendor)) {
/freebsd-current/lib/libusb/
H A Dlibusb10_hotplug.c76 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
H A Dusb.h173 uint16_t idVendor; member in struct:usb_device_descriptor

Completed in 224 milliseconds

123