Lines Matching defs:val

629 static int lm90_write_convrate(struct lm90_data *data, int val)  in lm90_write_convrate()
679 int val; in lm90_update_limits() local
778 int val; in lm90_update_device() local
875 static inline int temp_from_s8(s8 val) in temp_from_s8()
880 static inline int temp_from_u8(u8 val) in temp_from_u8()
885 static inline int temp_from_s16(s16 val) in temp_from_s16()
890 static inline int temp_from_u16(u16 val) in temp_from_u16()
895 static s8 temp_to_s8(long val) in temp_to_s8()
906 static u8 temp_to_u8(long val) in temp_to_u8()
915 static s16 temp_to_s16(long val) in temp_to_s16()
926 static u8 hyst_to_reg(long val) in hyst_to_reg()
943 static inline int temp_from_u8_adt7461(struct lm90_data *data, u8 val) in temp_from_u8_adt7461()
950 static inline int temp_from_u16_adt7461(struct lm90_data *data, u16 val) in temp_from_u16_adt7461()
957 static u8 temp_to_u8_adt7461(struct lm90_data *data, long val) in temp_to_u8_adt7461()
973 static u16 temp_to_u16_adt7461(struct lm90_data *data, long val) in temp_to_u16_adt7461()
1002 long val; in pec_store() local
1044 static int lm90_set_temp11(struct lm90_data *data, int index, long val) in lm90_set_temp11()
1105 static int lm90_set_temp8(struct lm90_data *data, int index, long val) in lm90_set_temp8()
1156 static int lm90_set_temphyst(struct lm90_data *data, long val) in lm90_set_temphyst()
1202 static int lm90_temp_read(struct device *dev, u32 attr, int channel, long *val) in lm90_temp_read()
1272 static int lm90_temp_write(struct device *dev, u32 attr, int channel, long val) in lm90_temp_write()
1352 static int lm90_chip_read(struct device *dev, u32 attr, int channel, long *val) in lm90_chip_read()
1377 static int lm90_chip_write(struct device *dev, u32 attr, int channel, long val) in lm90_chip_write()
1417 u32 attr, int channel, long *val) in lm90_read()
1430 u32 attr, int channel, long val) in lm90_write()