Searched refs:read_vpd_files (Results 1 – 1 of 1) sorted by relevance
27 vpd.dsm_calib_r0 = read_vpd_files(&format!("dsm_calib_r0_{}", channel))?; in new()28 vpd.dsm_calib_temp = read_vpd_files(&format!("dsm_calib_temp_{}", channel))?; in new()33 fn read_vpd_files(file: &str) -> Result<i32> { in read_vpd_files() function