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

/freebsd-13-stable/sys/dev/amdtemp/
H A Damdtemp.c120 } amdtemp_products[] = { variable in typeref:struct:amdtemp_product
233 MODULE_PNP_INFO("U16:vendor;U16:device", pci, amdtemp, amdtemp_products,
234 nitems(amdtemp_products));
245 for (i = 0; i < nitems(amdtemp_products); i++) {
246 if (vendor == amdtemp_products[i].amdtemp_vendorid &&
247 devid == amdtemp_products[i].amdtemp_deviceid) {
249 *product_out = &amdtemp_products[i];

Completed in 44 milliseconds