• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/

Lines Matching refs:w83781d

2     w83781d.c - Part of lm_sensors, Linux kernel modules for hardware
30 w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes
60 enum chips { w83781d, w83782d, w83783s, as99127f };
195 ((type == w83781d
461 int bitnr = (data->type == w83781d) ? 5 : 13;
504 if (data->type != w83781d && data->type != as99127f) {
575 int bitnr = (data->type == w83781d) ? 5 : 13;
649 /* w83781d and as99127f don't have extended divisor bits */
650 if (data->type != w83781d && data->type != as99127f) {
976 if (kind != as99127f && kind != w83781d && kind != w83783s) {
1012 if (kind != w83781d) {
1021 if (kind != w83781d && kind != as99127f) {
1037 if (kind != as99127f && kind != w83781d) {
1075 "Detection of w83781d chip failed at step 3\n");
1086 "Detection of w83781d chip failed at step 4\n");
1096 "Detection of w83781d chip failed at step 5\n");
1114 "w83781d chip vendor is neither Winbond nor Asus\n");
1121 client_name = "w83781d";
1347 if ((type != w83781d) && (type != as99127f)) {
1433 if (data->type != w83781d && data->type != as99127f) {
1477 if ((data->type != w83781d) && (data->type != as99127f)) {
1506 if ((data->type != w83781d) && (data->type != as99127f)) {
1521 { "w83781d", w83781d, },
1532 .name = "w83781d",
1709 "w83781d")) {
1730 data->type = w83781d;
1731 data->name = "w83781d";
1783 .name = "w83781d",
1800 if (!request_region(port, 1, "w83781d")) {
1801 pr_debug("w83781d: Failed to request port 0x%x\n",
1814 pr_debug("w83781d: Detection failed at step 1\n");
1823 pr_debug("w83781d: Detection failed at step 2\n");
1830 pr_debug("w83781d: Detection failed at step 3\n");
1838 pr_debug("w83781d: Detection failed at step 4\n");
1847 pr_debug("w83781d: Detection failed at step 5\n");
1853 pr_debug("w83781d: Detection failed at step 6\n");
1859 pr_debug("w83781d: Detection failed at step 7\n");
1874 pr_info("w83781d: Found a %s chip at %#x\n",
1889 .name = "w83781d",
1894 pdev = platform_device_alloc("w83781d", address);
1897 printk(KERN_ERR "w83781d: Device allocation failed\n");
1903 printk(KERN_ERR "w83781d: Device resource addition failed "
1910 printk(KERN_ERR "w83781d: Device addition failed (%d)\n",