Searched refs:m_dev (Results 1 – 1 of 1) sorted by relevance
2759 static struct usb_device *match_device(struct usb_device *m_dev, in match_device() argument2782 m_dev->descriptor.idVendor, in match_device()2783 m_dev->descriptor.idProduct); in match_device()2785 if ((m_dev->descriptor.idVendor == vendor_id) && in match_device()2786 (m_dev->descriptor.idProduct == product_id)) { in match_device()2788 ret_dev = usb_get_dev(m_dev); in match_device()2809 for (child = 0; child < m_dev->maxchild; ++child) { in match_device()2810 if (m_dev->children[child]) { in match_device()2811 ret_dev = match_device(m_dev->children[child], in match_device()