Searched refs:USB_VPI (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axe.c | 126 { USB_VPI(0x0B95, 0x772B, AXE_FLAG_772B) }, 127 { USB_VPI(0x0B95, 0x772A, AXE_FLAG_772A) },
|
H A D | if_axge.c | 67 { USB_VPI(0x0B95, 0x178A, AXE_FLAG_178A) },
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 324 #define USB_VPI(vend,prod,info) \ macro
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 181 #define U3G_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
|
Completed in 5 milliseconds