Searched refs:nct6775 (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | nuvoton,nct6775.yaml | 5 $id: http://devicetree.org/schemas/hwmon/nuvoton,nct6775.yaml# 18 - nuvoton,nct6775
|
/linux/drivers/hwmon/ |
H A D | nct6775-i2c.c | 80 { .compatible = "nuvoton,nct6775", .data = (void *)nct6775, }, 98 { "nct6775", nct6775 },
|
H A D | Makefile | 170 obj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o 171 nct6775-objs := nct6775-platform.o 172 obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o 173 obj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o
|
H A D | nct6775-platform.c | 28 [nct6775] = "NCT6775F", 384 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()
|
H A D | nct6775.h | 7 enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792, enumerator
|
H A D | nct6775-core.c | 68 [nct6775] = "nct6775", 1165 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() 2155 if (nr == 5 && data->kind != nct6775) in nct6775_fan_is_visible() 2691 if (val == sf3 && data->kind != nct6775) in store_pwm_enable() 3178 if (data->kind != nct6775 && !val) in store_auto_pwm() 3191 case nct6775: in store_auto_pwm() 3681 case nct6775: in nct6775_probe()
|
H A D | Kconfig | 1633 i2c versions of the nct6775 driver; it is not useful on its 1637 nct6775-core. 1654 will be called nct6775. 1671 will be called nct6775-i2c.
|
/linux/drivers/watchdog/ |
H A 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/Documentation/hwmon/ |
H A D | index.rst | 176 nct6775
|
H A D | w83627ehf.rst | 56 Prefix: 'nct6775'
|
H A D | nct6775.rst | 21 Prefix: 'nct6775'
|
/linux/ |
H A D | MAINTAINERS | 15942 F: Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml 15943 F: drivers/hwmon/nct6775-i2c.c
|