Searched refs:matchfuncptr (Results 1 – 5 of 5) sorted by relevance
163 db = windrv_match((matchfuncptr)ndis_devcompare, dev);193 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
152 db = windrv_match((matchfuncptr)ndis_devcompare, dev);185 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
147 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
1391 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef1397 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
199 matchfuncptr matchfunc; in windrv_match()