Searched refs:nct6775 (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/hwmon/ |
D | Makefile | 159 obj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o 160 nct6775-objs := nct6775-platform.o 161 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o 162 obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o
|
D | nct6775-i2c.c | 80 { .compatible = "nuvoton,nct6775", .data = (void *)nct6775, }, 97 { "nct6775", nct6775 },
|
D | nct6775-platform.c | 372 if (data->kind == nct6775) { in nct6775_suspend() 455 if (data->kind == nct6775) { in nct6775_resume() 485 if (data->kind == nct6775) { in nct6775_check_fan_inputs() 815 case nct6775: in nct6775_platform_probe_init() 855 case nct6775: in nct6775_platform_probe_init() 969 sio_data->kind = nct6775; in nct6775_find()
|
D | nct6775.h | 7 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enumerator
|
D | nct6775-core.c | 1081 case nct6775: in nct6775_reg_is_word_sized() 1159 if (data->kind == nct6775) in nct6775_write_fan_div_common() 1186 if (data->kind == nct6775) in nct6775_update_fan_div_common() 1445 case nct6775: in nct6775_update_pwm_limits() 2060 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible() 2589 if (val == sf3 && data->kind != nct6775) in store_pwm_enable() 3076 if (data->kind != nct6775 && !val) in store_auto_pwm() 3089 case nct6775: in store_auto_pwm() 3574 case nct6775: in nct6775_probe()
|
D | Kconfig | 1501 i2c versions of the nct6775 driver; it is not useful on its 1505 nct6775-core. 1521 will be called nct6775. 1538 will be called nct6775-i2c.
|
/Linux-v6.1/drivers/watchdog/ |
D | w83627hf_wdt.c | 51 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792, nct6793, enumerator 210 case nct6775: in w83627hf_init() 401 ret = nct6775; in wdt_find()
|
/Linux-v6.1/Documentation/hwmon/ |
D | index.rst | 154 nct6775
|
D | nct6775.rst | 21 Prefix: 'nct6775'
|
D | w83627ehf.rst | 56 Prefix: 'nct6775'
|
/Linux-v6.1/ |
D | MAINTAINERS | 14196 F: Documentation/hwmon/nct6775.rst 14197 F: drivers/hwmon/nct6775-core.c 14198 F: drivers/hwmon/nct6775-platform.c 14199 F: drivers/hwmon/nct6775.h 14205 F: Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml 14206 F: drivers/hwmon/nct6775-i2c.c
|