Home | History | Annotate | Download | only in linux

Lines Matching refs:prod

485  * @prod: the 16 bit USB Product ID
490 #define USB_DEVICE(vend,prod) \
492 .idProduct = (prod)
497 * @prod: the 16 bit USB Product ID
504 #define USB_DEVICE_VER(vend,prod,lo,hi) \
506 .idVendor = (vend), .idProduct = (prod), \