Searched refs:vendor_id (Results 1 – 4 of 4) sorted by relevance
2760 U16 vendor_id, U16 product_id) in match_device() argument2785 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() argument2868 dev = match_device(bus->root_hub, vendor_id, product_id); in usb_find_device()
298 id->vendor_id = TO_NATIVE(id->vendor_id); in do_ieee1394_entry()305 id->vendor_id); in do_ieee1394_entry()
208 __u32 vendor_id:16; member
283 extern struct usb_device *usb_find_device(U16 vendor_id, U16 product_id);