Lines Matching refs:target_therm_cfg
107 static struct target_therm_cfg sensor_cfg_talos[] = {
156 static struct target_therm_cfg sensor_cfg_sdmmagpie[] = {
193 static struct target_therm_cfg sensor_cfg_lito[] = {
242 static struct target_therm_cfg sensor_cfg_trinket[] = {
291 static struct target_therm_cfg sensor_cfg_bengal[] = {
340 static struct target_therm_cfg sensor_cfg_msmnile[] = {
370 static struct target_therm_cfg sensor_cfg_kona[] = {
419 static struct target_therm_cfg sensor_cfg_660[] = {
461 static struct target_therm_cfg sensor_cfg_630[] = {
510 static struct target_therm_cfg sensor_cfg_8953[] = {
560 static struct target_therm_cfg sensor_cfg_710[] = {
609 static struct target_therm_cfg sensor_cfg_632[] = {
658 static struct target_therm_cfg sensor_cfg_439[] = {
703 static struct target_therm_cfg sensor_cfg_8917[] = {
779 struct target_therm_cfg *cfg = NULL; in get_temperatures()