Searched refs:ext_temp (Results 1 – 2 of 2) sorted by relevance
2006 void tfa2_set_exttemp(struct tfa2_device *tfa, short ext_temp) in tfa2_set_exttemp() argument2008 if ((-256 <= ext_temp) && (ext_temp <= 255)) in tfa2_set_exttemp()2011 dev_dbg(&tfa->i2c->dev, "Using ext temp %d C\n", twos(ext_temp)); in tfa2_set_exttemp()2013 tfa2_i2c_write_bf(tfa->i2c, TFA9XXX_BF_EXTTS, twos(ext_temp)); in tfa2_set_exttemp()2024 short ext_temp = (short)tfa2_i2c_read_bf(tfa->i2c, TFA9XXX_BF_EXTTS); in tfa2_get_exttemp() local2025 return (twos(ext_temp)); in tfa2_get_exttemp()
559 void tfa2_set_exttemp(struct tfa2_device *tfa, short ext_temp);