Searched refs:matchfuncptr (Results 1 – 4 of 4) sorted by relevance
157 db = windrv_match((matchfuncptr)ndis_devcompare, dev);190 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
151 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
1379 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef1385 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
240 matchfuncptr matchfunc; in windrv_match()