Lines Matching defs:w83781d
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 };
186 ((type == w83781d || type == as99127f) ? 8 : 128)) >> 1;
461 int bitnr = (data->type == w83781d) ? 5 : 13;
508 if (data->type != w83781d && data->type != as99127f) {
582 int bitnr = (data->type == w83781d) ? 5 : 13;
665 /* w83781d and as99127f don't have extended divisor bits */
666 if (data->type != w83781d && data->type != as99127f) {
1032 if (kind != as99127f && kind != w83781d && kind != w83783s) {
1042 if (kind != w83781d) {
1051 if (kind != w83781d && kind != as99127f) {
1062 if (kind != as99127f && kind != w83781d) {
1106 "Detection of w83781d chip failed at step 3\n");
1117 "Detection of w83781d chip failed at step 4\n");
1129 "Detection of w83781d chip failed at step 5\n");
1147 "w83781d chip vendor is neither Winbond nor Asus\n");
1154 client_name = "w83781d";
1388 if ((type != w83781d) && (type != as99127f)) {
1474 if (data->type != w83781d && data->type != as99127f) {
1518 if ((data->type != w83781d) && (data->type != as99127f)) {
1549 if ((data->type != w83781d) && (data->type != as99127f)) {
1564 { "w83781d", w83781d, },
1573 { .compatible = "winbond,w83781d" },
1585 .name = "w83781d",
1770 "w83781d"))
1789 data->type = w83781d;
1790 data->name = "w83781d";
1833 .name = "w83781d",
1852 if (!request_region(port, 1, "w83781d")) {
1944 .name = "w83781d",
1949 pdev = platform_device_alloc("w83781d", address);