Searched refs:w83781d (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83781d.c | 3 * w83781d.c - Part of lm_sensors, Linux kernel modules for hardware 17 * w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes 49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator 186 ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1; in DIV_TO_REG() 461 int bitnr = (data->type == w83781d) ? 5 : 13; in show_temp3_alarm() 508 if (data->type != w83781d && data->type != as99127f) { in beep_mask_store() 582 int bitnr = (data->type == w83781d) ? 5 : 13; in show_temp3_beep() 665 /* w83781d and as99127f don't have extended divisor bits */ in store_fan_div() 666 if (data->type != w83781d && data->type != as99127f) { in store_fan_div() 1032 if (kind != as99127f && kind != w83781d in w83781d_create_files() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83781d.c | 3 * w83781d.c - Part of lm_sensors, Linux kernel modules for hardware 17 * w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes 49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator 186 ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1; in DIV_TO_REG() 461 int bitnr = (data->type == w83781d) ? 5 : 13; in show_temp3_alarm() 508 if (data->type != w83781d && data->type != as99127f) { in beep_mask_store() 582 int bitnr = (data->type == w83781d) ? 5 : 13; in show_temp3_beep() 665 /* w83781d and as99127f don't have extended divisor bits */ in store_fan_div() 666 if (data->type != w83781d && data->type != as99127f) { in store_fan_div() 1032 if (kind != as99127f && kind != w83781d in w83781d_create_files() [all...] |
H A D | Makefile | 17 # asb100, then w83781d go first, as they can override other drivers' addresses. 24 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
|
Completed in 4 milliseconds