Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c114 if (ms_gdev->bus_type->match_func(ms_gdev,ms_drv)) in ms_bus_match()
153 if (ms_bus->match_func) in ms_device_attach()
181 if (!ms_bus->match_func) in ms_driver_attach()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvDevice.h170 int (*match_func)(struct device_s * dev, struct device_driver * drv); member