Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c327 unsigned char *pDevClass, struct usb_device *pusbdev, BOOL *pIntfDrvMatched) in ms_usb_get_connected_dev_state() argument
331 *pIntfDrvMatched = FALSE; in ms_usb_get_connected_dev_state()
352 *pIntfDrvMatched = (pusbintf->driver != NULL) ? TRUE : FALSE; in ms_usb_get_connected_dev_state()
H A DdrvUSBEntry.c634 unsigned char *pDevClass, struct usb_device *pusbdev, BOOL *pIntfDrvMatched);