Home
last modified time | relevance | path

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

/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c159 } amdtemp_products[] = { variable
284 MODULE_PNP_INFO("U16:vendor;U16:device", pci, amdtemp, amdtemp_products,
285 nitems(amdtemp_products));
297 for (i = 0; i < nitems(amdtemp_products); i++) { in amdtemp_match()
298 if (vendor == amdtemp_products[i].amdtemp_vendorid && in amdtemp_match()
299 devid == amdtemp_products[i].amdtemp_deviceid) { in amdtemp_match()
301 *product_out = &amdtemp_products[i]; in amdtemp_match()