Searched refs:matchfuncptr (Results 1 – 5 of 5) sorted by relevance
168 db = windrv_match((matchfuncptr)ndis_devcompare, dev);242 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
157 db = windrv_match((matchfuncptr)ndis_devcompare, dev);190 db = windrv_match((matchfuncptr)ndis_devcompare, dev);
150 db = windrv_match((matchfuncptr)ndisusb_devcompare, self); in ndisusb_match()
1393 typedef int (*matchfuncptr)(interface_type, void *, void *); typedef1399 extern struct drvdb_ent *windrv_match(matchfuncptr, void *);
240 matchfuncptr matchfunc; in windrv_match()