Searched refs:USB_MAX_AUTO_QUIRK (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_freebsd.h91 #define USB_MAX_AUTO_QUIRK 8 /* maximum number of dynamic quirks */ macro
H A Dusb_freebsd_loader.h86 #define USB_MAX_AUTO_QUIRK 8 /* maximum number of dynamic quirks */ macro
H A Dusb_device.h226 uint16_t autoQuirk[USB_MAX_AUTO_QUIRK]; /* dynamic quirks */
H A Dusb_device.c2491 for (x = 0; x != USB_MAX_AUTO_QUIRK; x++) {
2865 for (x = 0; x != USB_MAX_AUTO_QUIRK; x++) {

Completed in 99 milliseconds