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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 65 milliseconds