Home | History | Annotate | Download | only in linux

Lines Matching refs:vend

484  * @vend: the 16 bit USB Vendor ID
490 #define USB_DEVICE(vend,prod) \
491 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
496 * @vend: the 16 bit USB Vendor ID
504 #define USB_DEVICE_VER(vend,prod,lo,hi) \
506 .idVendor = (vend), .idProduct = (prod), \