Searched refs:w83781d (Results 1 – 10 of 10) sorted by relevance
5 $id: http://devicetree.org/schemas/hwmon/winbond,w83781d.yaml#16 - winbond,w83781d38 compatible = "winbond,w83781d";
49 enum chips { w83781d, w83782d, w83783s, as99127f }; enumerator186 ((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 …]
23 obj-$(CONFIG_SENSORS_W83781D) += w83781d.o
2181 will be called w83781d.
49 initialization that were required in the w83781d driver.52 use the w83781d driver. However this is not the preferred method64 For further information on this driver see the w83781d driver documentation.
1 Kernel driver w83781d8 Prefix: 'w83781d'12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83781d.pdf84 | w83781d | 7 | 3 | 0 | 3 | 0x10-1 | 0x5ca3 | yes | yes |186 In most cases it is treated as a w83781d (although revision 2 of the449 long as we don't know more, the w83781d driver doesn't handle PWM on
219 w83781d
64 I.e. it behaves the same as w83781d.
16 This driver was derived from the w83781d.c and w83792d.c source files.20 w83781d.c:
75 compatible = "winbond,w83781d";