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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1031.c2 adm1031.c - Part of lm_sensors, Linux kernel modules for hardware
5 Supports adm1030 / adm1031
71 enum chips { adm1030, adm1031 }; enumerator in enum:chips
117 { "adm1031", adm1031 },
126 .name = "adm1031",
472 || (data->chip_type == adm1031
890 name = (id == 0x30) ? "adm1030" : "adm1031";
925 if (data->chip_type == adm1031) {
967 if (data->chip_type == adm1031) {
[all...]
H A DMakefile29 obj-$(CONFIG_SENSORS_ADM1031) += adm1031.o

Completed in 53 milliseconds