Searched defs:match_busid (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/unisys/virtpci/
H A Dvirtpci.c84 static int match_busid(struct device *dev, void *data);
305 /* find bus device with the busid that matches - match_busid matches bus_id */
309 (void *)busid, match_busid); \
435 if ((checkforroot) && match_busid(vbus, (void *) BUS_ID(pDev))) {
678 static int match_busid(struct device *dev, void *data) function

Completed in 67 milliseconds