Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2760 U16 vendor_id, U16 product_id) in match_device() argument
2786 (m_dev->descriptor.idProduct == product_id)) { in match_device()
2812 vendor_id, product_id); in match_device()
2854 struct usb_device *usb_find_device(U16 vendor_id, U16 product_id) in usb_find_device() argument
2868 dev = match_device(bus->root_hub, vendor_id, product_id); in usb_find_device()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Di2o-dev.h242 char product_id[24]; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h283 extern struct usb_device *usb_find_device(U16 vendor_id, U16 product_id);