Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dwinbond,w83781d.yaml5 $id: http://devicetree.org/schemas/hwmon/winbond,w83781d.yaml#
16 - winbond,w83781d
38 compatible = "winbond,w83781d";
/openbmc/linux/drivers/hwmon/
H A Dw83781d.c49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator
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()
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()
1388 if ((type != w83781d) && (type != as99127f)) { in w83781d_init_device()
1564 { "w83781d", w83781d, },
[all …]
H A DMakefile24 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
H A DKconfig2242 will be called w83781d.
/openbmc/linux/Documentation/hwmon/
H A 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.
H A 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
H A Dindex.rst234 w83781d
H A Dasb100.rst64 I.e. it behaves the same as w83781d.
H A Dw83791d.rst16 This driver was derived from the w83781d.c and w83792d.c source files.
20 w83781d.c:
/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/
H A D0001-4-byte-read-support-466.patch89 /* See Winbond w83781d data sheet for bank details */
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts75 compatible = "winbond,w83781d";