Home
last modified time | relevance | path

Searched refs:nct6775 (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/drivers/hwmon/
DMakefile164 obj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o
165 nct6775-objs := nct6775-platform.o
166 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
167 obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o
Dnct6775-i2c.c80 { .compatible = "nuvoton,nct6775", .data = (void *)nct6775, },
98 { "nct6775", nct6775 },
Dnct6775-platform.c384 if (data->kind == nct6775) { in nct6775_suspend()
467 if (data->kind == nct6775) { in nct6775_resume()
497 if (data->kind == nct6775) { in nct6775_check_fan_inputs()
855 case nct6775: in nct6775_platform_probe_init()
896 case nct6775: in nct6775_platform_probe_init()
1011 sio_data->kind = nct6775; in nct6775_find()
Dnct6775.h7 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enumerator
Dnct6775-core.c1165 case nct6775: in nct6775_reg_is_word_sized()
1244 if (data->kind == nct6775) in nct6775_write_fan_div_common()
1271 if (data->kind == nct6775) in nct6775_update_fan_div_common()
1530 case nct6775: in nct6775_update_pwm_limits()
2151 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible()
2680 if (val == sf3 && data->kind != nct6775) in store_pwm_enable()
3167 if (data->kind != nct6775 && !val) in store_auto_pwm()
3180 case nct6775: in store_auto_pwm()
3667 case nct6775: in nct6775_probe()
DKconfig1548 i2c versions of the nct6775 driver; it is not useful on its
1552 nct6775-core.
1568 will be called nct6775.
1585 will be called nct6775-i2c.
/Linux-v6.6/drivers/watchdog/
Dw83627hf_wdt.c51 w83667hg_b, nct6775, nct6776, nct6779, nct6791, nct6792, nct6793, enumerator
210 case nct6775: in w83627hf_init()
401 ret = nct6775; in wdt_find()
/Linux-v6.6/Documentation/hwmon/
Dindex.rst162 nct6775
Dnct6775.rst21 Prefix: 'nct6775'
Dw83627ehf.rst56 Prefix: 'nct6775'
/Linux-v6.6/
DMAINTAINERS14703 F: Documentation/hwmon/nct6775.rst
14704 F: drivers/hwmon/nct6775-core.c
14705 F: drivers/hwmon/nct6775-platform.c
14706 F: drivers/hwmon/nct6775.h
14712 F: Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml
14713 F: drivers/hwmon/nct6775-i2c.c