tmp421 152 drivers/hwmon/tmp421.c struct tmp421_data *tmp421 = tmp421_update_device(dev); tmp421 156 drivers/hwmon/tmp421.c if (tmp421->config & TMP421_CONFIG_RANGE) tmp421 157 drivers/hwmon/tmp421.c *val = temp_from_u16(tmp421->temp[channel]); tmp421 159 drivers/hwmon/tmp421.c *val = temp_from_s16(tmp421->temp[channel]); tmp421 166 drivers/hwmon/tmp421.c *val = tmp421->temp[channel] & 0x01; tmp421 245 drivers/hwmon/tmp421.c kind = tmp421;