Searched refs:amc6821 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | amc6821.c | 3 * amc6821.c - Part of lm_sensors, Linux kernel modules for hardware 39 enum chips { amc6821 }; enumerator 769 ATTRIBUTE_GROUPS(amc6821); variable 784 "amc6821: I2C bus doesn't support byte mode, " in amc6821_detect() 793 "amc6821: detection failed at 0x%02x.\n", in amc6821_detect() 806 "amc6821: detection failed at 0x%02x.\n", in amc6821_detect() 811 dev_info(&adapter->dev, "amc6821: chip found at 0x%02x.\n", address); in amc6821_detect() 812 strscpy(info->type, "amc6821", I2C_NAME_SIZE); in amc6821_detect() 918 * Initialize the amc6821 chip in amc6821_probe() 931 { "amc6821", amc682 [all...] |
H A D | Makefile | 202 obj-$(CONFIG_SENSORS_AMC6821) += amc6821.o
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | amc6821.c | 3 * amc6821.c - Part of lm_sensors, Linux kernel modules for hardware 39 enum chips { amc6821 }; enumerator 769 ATTRIBUTE_GROUPS(amc6821); variable 784 "amc6821: I2C bus doesn't support byte mode, " in amc6821_detect() 793 "amc6821: detection failed at 0x%02x.\n", in amc6821_detect() 806 "amc6821: detection failed at 0x%02x.\n", in amc6821_detect() 811 dev_info(&adapter->dev, "amc6821: chip found at 0x%02x.\n", address); in amc6821_detect() 812 strlcpy(info->type, "amc6821", I2C_NAME_SIZE); in amc6821_detect() 918 * Initialize the amc6821 chip in amc6821_probe() 931 { "amc6821", amc682 [all...] |
Completed in 4 milliseconds