Searched refs:match_func (Results 1 – 2 of 2) sorted by relevance
114 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()
170 int (*match_func)(struct device_s * dev, struct device_driver * drv); member