Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2762 struct usb_device *ret_dev = NULL; in match_device() local
2788 ret_dev = usb_get_dev(m_dev); in match_device()
2811 ret_dev = match_device(m_dev->children[child], in match_device()
2813 if (ret_dev) in match_device()
2818 return ret_dev; in match_device()