Searched refs:thmc50 (Results 1 - 3 of 3) sorted by relevance

/drivers/hwmon/
H A Dthmc50.c2 * thmc50.c - Part of lm_sensors, Linux kernel modules for hardware
39 enum chips { thmc50, adm1022 }; enumerator in enum:chips
93 int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0);
331 pr_debug("thmc50: detect failed, smbus byte data not supported!\n");
335 pr_debug("thmc50: Probing for THMC50 at 0x%2X on bus %d\n",
360 type_name = "thmc50";
362 pr_debug("thmc50: Detection of THMC50/ADM1022 failed\n");
366 pr_debug("thmc50: Detected %s (version %x, revision %x)\n",
426 { "thmc50", thmc50 },
[all...]
H A DMakefile140 obj-$(CONFIG_SENSORS_THMC50) += thmc50.o
H A DKconfig1428 will be called thmc50.

Completed in 74 milliseconds