Lines Matching +defs:val +defs:temp
143 static int tmp401_reg_read(void *context, unsigned int reg, unsigned int *val) in tmp401_reg_read()
228 static int tmp401_reg_write(void *context, unsigned int reg, unsigned int val) in tmp401_reg_write()
269 int temp = reg; in tmp401_register_to_temp() local
277 static u16 tmp401_temp_to_register(long temp, bool extended, int zbits) in tmp401_temp_to_register()
307 static int tmp401_temp_read(struct device *dev, u32 attr, int channel, long *val) in tmp401_temp_read()
353 long val) in tmp401_temp_write()
358 int reg, ret, temp; in tmp401_temp_write() local
393 static int tmp401_chip_read(struct device *dev, u32 attr, int channel, long *val) in tmp401_chip_read()
416 static int tmp401_set_convrate(struct regmap *regmap, long val) in tmp401_set_convrate()
433 static int tmp401_chip_write(struct device *dev, u32 attr, int channel, long val) in tmp401_chip_write()
465 u32 attr, int channel, long *val) in tmp401_read()
478 u32 attr, int channel, long val) in tmp401_write()
541 u32 val = 0; in tmp401_init_client() local