Searched refs:dev_compat_tab (Results 1 – 1 of 1) sorted by relevance
1578 } dev_compat_tab[] = { variable1595 for (i = sizeof(dev_compat_tab)/sizeof(dev_compat_tab[0]); i-- > 0;) { in bus_compatible()1596 if (strcmp(bpname, dev_compat_tab[i].bpname) == 0) in bus_compatible()1597 return (dev_compat_tab[i].cfname); in bus_compatible()