Home
last modified time | relevance | path

Searched refs:dsm_calib_temp (Results 1 – 2 of 2) sorted by relevance

/external/adhd/sound_card_init/dsm/src/
Dvpd.rs17 pub dsm_calib_temp: i32, field
28 vpd.dsm_calib_temp = read_vpd_files(&format!("dsm_calib_temp_{}", channel))?; in new()
Dlib.rs332 temp: (self.temp_converter.vpd_to_celsius)(vpd.dsm_calib_temp), in get_vpd_calibration_value()