Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmc.c1495 } asmc_sensor_types[] = { variable
1513 for (i = 0; asmc_sensor_types[i].divisor != 0; i++) { in asmc_sensor_convert()
1514 if (strncmp(type, asmc_sensor_types[i].type, 4) != 0) in asmc_sensor_convert()
1516 if (asmc_sensor_types[i].divisor == 1) in asmc_sensor_convert()
1520 asmc_sensor_types[i].divisor; in asmc_sensor_convert()
1531 for (i = 0; asmc_sensor_types[i].divisor != 0; i++) in asmc_sensor_type_supported()
1532 if (strncmp(type, asmc_sensor_types[i].type, 4) == 0) in asmc_sensor_type_supported()