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

123

/freebsd-12-stable/sys/dev/usb/
H A Dusb_lookup.c89 (id->idVendor != info->idVendor)) {
H A Dusb_fdt_support.c72 UGETW(udev->ddesc.idVendor), UGETW(udev->ddesc.idProduct));
H A Dusbdi.h307 uint16_t idVendor; member in struct:usb_device_id
360 .match_flag_vendor = 1, .idVendor = (vend)
409 uint16_t idVendor; member in struct:usbd_lookup_info
H A Dusb_debug.c216 UGETW(udev->ddesc.idVendor),
/freebsd-12-stable/share/examples/libusb20/
H A Dbulk.c238 ddp->idVendor, ddp->idProduct);
240 if (ddp->idVendor == vid && ddp->idProduct == pid)
H A Dcontrol.c410 ddp->idVendor, ddp->idProduct);
412 if (ddp->idVendor == vid && ddp->idProduct == pid)
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.h89 uint16_t idVendor; member in struct:usb_temp_device_desc
H A Dusb_template_cdce.c235 .idVendor = ETH_DEFAULT_VENDOR_ID,
309 &usb_template_cdce.idVendor, 1, "Vendor identifier");
H A Dusb_template_cdceem.c159 .idVendor = CDCEEM_DEFAULT_VENDOR_ID,
227 &usb_template_cdceem.idVendor, 1, "Vendor identifier");
H A Dusb_template_kbd.c177 .idVendor = KBD_DEFAULT_VENDOR_ID,
262 &usb_template_kbd.idVendor, 1, "Vendor identifier");
H A Dusb_template_midi.c217 .idVendor = MIDI_DEFAULT_VENDOR_ID,
282 &usb_template_midi.idVendor, 1, "Vendor identifier");
H A Dusb_template_modem.c218 .idVendor = MODEM_DEFAULT_VENDOR_ID,
296 &usb_template_modem.idVendor, 1, "Vendor identifier");
H A Dusb_template_mouse.c175 .idVendor = MOUSE_DEFAULT_VENDOR_ID,
260 &usb_template_mouse.idVendor, 1, "Vendor identifier");
H A Dusb_template_msc.c158 .idVendor = MSC_DEFAULT_VENDOR_ID,
226 &usb_template_msc.idVendor, 1, "Vendor identifier");
H A Dusb_template_mtp.c181 .idVendor = MTP_DEFAULT_VENDOR_ID,
293 &usb_template_mtp.idVendor, 1, "Vendor identifier");
H A Dusb_template_serialnet.c342 .idVendor = SERIALNET_DEFAULT_VENDOR_ID,
419 &usb_template_serialnet.idVendor, 1, "Vendor identifier");
H A Dusb_template_audio.c369 .idVendor = AUDIO_DEFAULT_VENDOR_ID,
439 "vendor_id", CTLFLAG_RWTUN, &usb_template_audio.idVendor,
H A Dusb_template_multi.c385 .idVendor = MULTI_DEFAULT_VENDOR_ID,
465 &usb_template_multi.idVendor, 1, "Vendor identifier");
H A Dusb_template_phone.c367 .idVendor = PHONE_DEFAULT_VENDOR_ID,
461 &usb_template_cdce.idVendor, 1, "Vendor identifier");
/freebsd-12-stable/sys/dev/if_ndis/
H A Dif_ndis_usb.c123 if ((uaa->info.idVendor == t->ndis_vid) &&
189 if ((uaa->info.idVendor == t->ndis_vid) &&
/freebsd-12-stable/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c140 if (UGETW(desc.idVendor) != USB_VENDOR_BROADCOM ||
143 "ProductID=%#x", UGETW(desc.idVendor),
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/freebsd-12-stable/lib/libusb/
H A Dlibusb10_hotplug.c77 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
H A Dusb.h174 uint16_t idVendor; member in struct:usb_device_descriptor
/freebsd-12-stable/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c107 (ath3k_list[i].vendor_id == d->idVendor)) {

Completed in 273 milliseconds

123