Home
last modified time | relevance | path

Searched refs:amdtemp_products (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c129 } amdtemp_products[] = { variable
255 MODULE_PNP_INFO("U16:vendor;U16:device", pci, amdtemp, amdtemp_products,
256 nitems(amdtemp_products));
267 for (i = 0; i < nitems(amdtemp_products); i++) { in amdtemp_match()
268 if (vendor == amdtemp_products[i].amdtemp_vendorid && in amdtemp_match()
269 devid == amdtemp_products[i].amdtemp_deviceid) { in amdtemp_match()
271 *product_out = &amdtemp_products[i]; in amdtemp_match()