Lines Matching refs:target_therm_cfg
105 static struct target_therm_cfg sensor_cfg_talos[] = {
154 static struct target_therm_cfg sensor_cfg_sdmmagpie[] = {
191 static struct target_therm_cfg sensor_cfg_lito[] = {
240 static struct target_therm_cfg sensor_cfg_trinket[] = {
289 static struct target_therm_cfg sensor_cfg_msmnile[] = {
338 static struct target_therm_cfg sensor_cfg_660[] = {
380 static struct target_therm_cfg sensor_cfg_630[] = {
429 static struct target_therm_cfg sensor_cfg_8953[] = {
479 static struct target_therm_cfg sensor_cfg_710[] = {
528 static struct target_therm_cfg sensor_cfg_632[] = {
577 static struct target_therm_cfg sensor_cfg_439[] = {
622 static struct target_therm_cfg sensor_cfg_8917[] = {
698 struct target_therm_cfg *cfg = NULL; in get_temperatures()