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

/freebsd-10-stable/sys/dev/amdtemp/
H A Damdtemp.c89 } amdtemp_products[] = { variable in typeref:struct:amdtemp_product
166 for (i = 0; amdtemp_products[i].amdtemp_vendorid != 0; i++) {
167 if (vendor == amdtemp_products[i].amdtemp_vendorid &&
168 devid == amdtemp_products[i].amdtemp_deviceid)

Completed in 42 milliseconds