Searched refs:match (Results 1 – 3 of 3) sorted by relevance
170 struct pci_conf match; in fbsd_fill_info() local186 conf.matches = &match; in fbsd_fill_info()207 d->vendor_id = match.pc_vendor; in fbsd_fill_info()208 d->device_id = match.pc_device; in fbsd_fill_info()211 d->device_class = (match.pc_class << 8) | match.pc_subclass; in fbsd_fill_info()
594 driver_cmp(const char *driver, const char *match) in driver_cmp() argument601 return strncasecmp(driver, match, len); in driver_cmp()
181 * Filters can now match devices based on partially specified482 when our ID database gives no match. (More precisely,919 * pci.ids: Revised class codes to match Conventional PCI 3.0 specs.1840 * lspci.c (show_verbose): If the header type doesn't match device