Lines Matching refs:chip
7 * Based on the lm83 driver. The LM90 is a sensor chip made by National
20 * This driver also supports the LM86, another sensor chip made by
24 * This driver also supports the ADM1032, a sensor chip made by Analog
25 * Devices. That chip is similar to the LM90, with a few differences
34 * and features of the MAX6659 are only supported if the chip is configured
38 * This driver also supports the MAX6654 chip made by Maxim. This chip can be
348 * chip type specific parameters
499 struct hwmon_chip_info chip;
1493 "Assuming LM99 chip at 0x%02x\n",
1574 * Even though MAX6695 and MAX6696 do not have a chip ID
1593 * revision of the chip. The lowest bit of the config1 register
1604 * revision of the chip. The lowest 6 bits of the config1
1613 * The chip_id of the MAX6654 holds the revision of the chip.
1677 "Unsupported chip at 0x%02x (man_id=0x%02X, "
1871 /* Set chip capabilities */
1874 data->chip.ops = &lm90_ops;
1875 data->chip.info = data->info;
1877 data->info[0] = HWMON_CHANNEL_INFO(chip,
1925 /* Initialize the LM90 chip */
1946 data, &data->chip,