Searched refs:w83781d (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 Dw83781d.c2 w83781d.c - Part of lm_sensors, Linux kernel modules for hardware
30 w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes
60 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator in enum:chips
195 ((type == w83781d
461 int bitnr = (data->type == w83781d) ? 5 : 13;
504 if (data->type != w83781d && data->type != as99127f) {
575 int bitnr = (data->type == w83781d) ? 5 : 13;
649 /* w83781d and as99127f don't have extended divisor bits */
650 if (data->type != w83781d && data->type != as99127f) {
976 if (kind != as99127f && kind != w83781d
[all...]
H A DMakefile12 # asb100, then w83781d go first, as they can override other drivers' addresses.
17 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o

Completed in 50 milliseconds