Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvCore.c161 if (ms_gdev->release_func) in ms_device_unregister()
162 ms_gdev->release_func(ms_gdev); in ms_device_unregister()
H A DdrvConfig.c219 pIntf->dev.release_func = ms_usb_release_intf; in ms_usb_parse_interface()
H A DdrvUSB.c408 pUdev->dev.release_func = ms_usb_release_dev; in ms_usb_alloc_dev()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h124 void (*release_func)(struct device_s * dev); member