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

12

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.h42 uint16_t idVendor; member in struct:usb_device_id
H A Dbus_usb.c110 if (a->idVendor > b->idVendor)
112 if (a->idVendor < b->idVendor)
196 id->idVendor = format_get_field(type, "idVendor[0]", ptr, size) |
197 (format_get_field(type, "idVendor[1]", ptr, size) << 8);
267 id->idVendor);
277 if (id[n].idVendor != id[0].idVendor)
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_lookup.c87 (id->idVendor != info->idVendor)) {
188 "idVendor[0]{" U16_XOR ",8}"
189 "idVendor[1]{" U16_XOR ",8}"
H A Dusbdi.h305 uint16_t idVendor; member in struct:usb_device_id
358 .match_flag_vendor = 1, .idVendor = (vend)
407 uint16_t idVendor; member in struct:usbd_lookup_info
H A Dusb_debug.c214 UGETW(udev->ddesc.idVendor),
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.h82 uint16_t idVendor; member in struct:usb_temp_device_desc
H A Dusb_template_cdce.c231 .idVendor = USB_TEMPLATE_VENDOR,
305 &usb_template_cdce.idVendor, 1, "Vendor identifier");
H A Dusb_template_mtp.c177 .idVendor = USB_TEMPLATE_VENDOR,
289 &usb_template_mtp.idVendor, 1, "Vendor identifier");
H A Dusb_template_msc.c154 .idVendor = USB_TEMPLATE_VENDOR,
222 &usb_template_msc.idVendor, 1, "Vendor identifier");
H A Dusb_template_kbd.c173 .idVendor = USB_TEMPLATE_VENDOR,
258 &usb_template_kbd.idVendor, 1, "Vendor identifier");
H A Dusb_template_modem.c208 .idVendor = USB_TEMPLATE_VENDOR,
286 &usb_template_modem.idVendor, 1, "Vendor identifier");
H A Dusb_template_mouse.c171 .idVendor = USB_TEMPLATE_VENDOR,
256 &usb_template_mouse.idVendor, 1, "Vendor identifier");
H A Dusb_template_midi.c215 .idVendor = USB_TEMPLATE_VENDOR,
280 &usb_template_midi.idVendor, 1, "Vendor identifier");
H A Dusb_template_serialnet.c334 .idVendor = USB_TEMPLATE_VENDOR,
411 &usb_template_serialnet.idVendor, 1, "Vendor identifier");
H A Dusb_template_audio.c365 .idVendor = USB_TEMPLATE_VENDOR,
435 "vendor_id", CTLFLAG_RWTUN, &usb_template_audio.idVendor,
H A Dusb_template_phone.c365 .idVendor = USB_TEMPLATE_VENDOR,
459 &usb_template_cdce.idVendor, 1, "Vendor identifier");
/freebsd-11-stable/share/examples/libusb20/
H A Dbulk.c235 ddp->idVendor, ddp->idProduct);
237 if (ddp->idVendor == vid && ddp->idProduct == pid)
H A Dcontrol.c407 ddp->idVendor, ddp->idProduct);
409 if (ddp->idVendor == vid && ddp->idProduct == pid)
/freebsd-11-stable/usr.sbin/bluetooth/bcmfw/
H A Dbcmfw.c140 if (UGETW(desc.idVendor) != USB_VENDOR_BROADCOM ||
143 "ProductID=%#x", UGETW(desc.idVendor),
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_usb.c121 if ((uaa->info.idVendor == t->ndis_vid) &&
187 if ((uaa->info.idVendor == t->ndis_vid) &&
/freebsd-11-stable/lib/libusb/
H A Dusb.h172 uint16_t idVendor; member in struct:usb_device_descriptor
H A Dlibusb10_hotplug.c77 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
H A Dlibusb10_desc.c69 desc->idVendor = pdesc->idVendor;
/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c107 (ath3k_list[i].vendor_id == d->idVendor)) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h55 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \

Completed in 119 milliseconds

12