HomeSort by: relevance | last modified time | path
    Searched defs:idVendor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
usb_quirks.c 128 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0);
140 UGETW(dd->idVendor), UGETW(dd->idProduct), type, len);
149 UGETW(dd->idVendor), UGETW(dd->idProduct),
156 UGETW(dd->idVendor), UGETW(dd->idProduct),
168 UGETW(dd->idVendor), UGETW(dd->idProduct), 0, 0);
175 uint16_t idVendor;
423 uint16_t vendor = UGETW(d->idVendor);
427 for (t = usb_quirks; t->idVendor != 0; t++) {
428 if (t->idVendor == vendor &&
436 UGETW(d->idVendor), UGETW(d->idProduct)
    [all...]
usb.h 232 uWord idVendor;

Completed in 13 milliseconds