Searched refs:nct6775 (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/hwmon/
H A DMakefile171 obj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o
172 nct6775-objs := nct6775-platform.o
173 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
174 obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o
H A Dnct6775-core.c3 * nct6775 - Driver for the hardware monitoring functionality of
57 #include "nct6775.h"
68 [nct6775] = "nct6775",
1165 case nct6775:
1244 if (data->kind == nct6775)
1271 if (data->kind == nct6775)
1530 case nct6775:
2155 if (nr == 5 && data->kind != nct6775)
2691 if (val == sf3 && data->kind != nct6775)
[all...]
H A Dnct6775-platform.c3 * nct6775 - Platform driver for the hardware monitoring
21 #include "nct6775.h"
28 [nct6775] = "NCT6775F",
49 #define DRVNAME "nct6775"
384 if (data->kind == nct6775) {
467 if (data->kind == nct6775) {
497 if (data->kind == nct6775) {
855 case nct6775:
896 case nct6775:
1011 sio_data->kind = nct6775;
[all...]
H A Dnct6775.h7 enum kinds { nct6106 = 1, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enumerator in enum:kinds
H A Dnct6775-i2c.c3 * nct6775-i2c - I2C driver for the hardware monitoring functionality of
26 #include "nct6775.h"
80 { .compatible = "nuvoton,nct6775", .data = (void *)nct6775, },
98 { "nct6775", nct6775 },
175 .name = "nct6775-i2c",
/linux-master/drivers/watchdog/
H A Dw83627hf_wdt.c51 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792, nct6793, enumerator in enum:chips
210 case nct6775:
401 ret = nct6775;

Completed in 178 milliseconds