Home
last modified time | relevance | path

Searched refs:vendor_id (Results 1 – 4 of 4) 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
2785 if ((m_dev->descriptor.idVendor == vendor_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/build/scripts/mod/
H A Dfile2alias.c298 id->vendor_id = TO_NATIVE(id->vendor_id); in do_ieee1394_entry()
305 id->vendor_id); in do_ieee1394_entry()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Di2o-dev.h208 __u32 vendor_id:16; 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);