Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c382 if (intf->driver && intf->driver->disconnect) in usb_unbind_interface()
383 intf->driver->disconnect(intf); in usb_unbind_interface()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h357 void (*disconnect) (struct usb_interface *intf); member