Home
last modified time | relevance | path

Searched refs:w83781d (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/Documentation/devicetree/bindings/hwmon/
Dwinbond,w83781d.yaml5 $id: http://devicetree.org/schemas/hwmon/winbond,w83781d.yaml#
16 - winbond,w83781d
38 compatible = "winbond,w83781d";
/linux-6.1.9/drivers/hwmon/
Dw83781d.c49 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()
666 if (data->type != w83781d && data->type != as99127f) { in store_fan_div()
1032 if (kind != as99127f && kind != w83781d && kind != w83783s) { in w83781d_create_files()
1042 if (kind != w83781d) { in w83781d_create_files()
1051 if (kind != w83781d && kind != as99127f) { in w83781d_create_files()
1062 if (kind != as99127f && kind != w83781d) { in w83781d_create_files()
[all …]
DMakefile23 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
DKconfig2181 will be called w83781d.
/linux-6.1.9/Documentation/hwmon/
Dw83627hf.rst49 initialization that were required in the w83781d driver.
52 use the w83781d driver. However this is not the preferred method
64 For further information on this driver see the w83781d driver documentation.
Dw83781d.rst1 Kernel driver w83781d
8 Prefix: 'w83781d'
12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83781d.pdf
84 | w83781d | 7 | 3 | 0 | 3 | 0x10-1 | 0x5ca3 | yes | yes |
186 In most cases it is treated as a w83781d (although revision 2 of the
449 long as we don't know more, the w83781d driver doesn't handle PWM on
Dindex.rst219 w83781d
Dasb100.rst64 I.e. it behaves the same as w83781d.
Dw83791d.rst16 This driver was derived from the w83781d.c and w83792d.c source files.
20 w83781d.c:
/linux-6.1.9/arch/arm/boot/dts/
Dintel-ixp42x-freecom-fsg-3.dts75 compatible = "winbond,w83781d";