Lines Matching defs:amc6821
3 * amc6821.c - Part of lm_sensors, Linux kernel modules for hardware
39 enum chips { amc6821 };
769 ATTRIBUTE_GROUPS(amc6821);
784 "amc6821: I2C bus doesn't support byte mode, "
793 "amc6821: detection failed at 0x%02x.\n",
806 "amc6821: detection failed at 0x%02x.\n",
811 dev_info(&adapter->dev, "amc6821: chip found at 0x%02x.\n", address);
812 strscpy(info->type, "amc6821", I2C_NAME_SIZE);
918 * Initialize the amc6821 chip
931 { "amc6821", amc6821 },
939 .compatible = "ti,amc6821",
940 .data = (void *)amc6821,
950 .name = "amc6821",
963 MODULE_DESCRIPTION("Texas Instruments amc6821 hwmon driver");