Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dthmc50.c3 * thmc50.c - Part of lm_sensors, Linux kernel modules for hardware
26 enum chips { thmc50, adm1022 }; enumerator
80 int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0); in thmc50_update_device()
317 pr_debug("thmc50: detect failed, smbus byte data not supported!\n"); in thmc50_detect()
321 pr_debug("thmc50: Probing for THMC50 at 0x%2X on bus %d\n", in thmc50_detect()
346 type_name = "thmc50"; in thmc50_detect()
348 pr_debug("thmc50: Detection of THMC50/ADM1022 failed\n"); in thmc50_detect()
352 pr_debug("thmc50: Detected %s (version %x, revision %x)\n", in thmc50_detect()
413 { "thmc50", thmc50 },
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dthmc50.c3 * thmc50.c - Part of lm_sensors, Linux kernel modules for hardware
26 enum chips { thmc50, adm1022 }; enumerator
80 int timeout = HZ / 5 + (data->type == thmc50 ? HZ : 0); in thmc50_update_device()
317 pr_debug("thmc50: detect failed, smbus byte data not supported!\n"); in thmc50_detect()
321 pr_debug("thmc50: Probing for THMC50 at 0x%2X on bus %d\n", in thmc50_detect()
346 type_name = "thmc50"; in thmc50_detect()
348 pr_debug("thmc50: Detection of THMC50/ADM1022 failed\n"); in thmc50_detect()
352 pr_debug("thmc50: Detected %s (version %x, revision %x)\n", in thmc50_detect()
413 { "thmc50", thmc50 },
[all...]
H A DMakefile204 obj-$(CONFIG_SENSORS_THMC50) += thmc50.o

Completed in 2 milliseconds