Lines Matching defs:thmc50
3 * thmc50.c - Part of lm_sensors, Linux kernel modules for hardware
26 enum chips { thmc50, adm1022 };
80 int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0);
317 pr_debug("thmc50: detect failed, smbus byte data not supported!\n");
321 pr_debug("thmc50: Probing for THMC50 at 0x%2X on bus %d\n",
346 type_name = "thmc50";
348 pr_debug("thmc50: Detection of THMC50/ADM1022 failed\n");
352 pr_debug("thmc50: Detected %s (version %x, revision %x)\n",
413 { "thmc50", thmc50 },
421 .name = "thmc50",