Home
last modified time | relevance | path

Searched refs:temp_src (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hwmon/
H A Dw83795.c342 u8 temp_src[3]; /* Register value */ member
533 for (i = 0; i < ARRAY_SIZE(data->temp_src); i++) in w83795_update_pwm_config()
534 data->temp_src[i] = w83795_read(client, W83795_REG_TSS(i)); in w83795_update_pwm_config()
1004 u8 tmp = data->temp_src[index / 2]; in show_temp_src()
1046 data->temp_src[val] &= 0x0f; in store_temp_src()
1048 data->temp_src[val] &= 0xf0; in store_temp_src()
1050 data->temp_src[val] |= tmp; in store_temp_src()
1051 w83795_write(client, W83795_REG_TSS(val), data->temp_src[val]); in store_temp_src()
H A Dnct6775.h33 u8 temp_src[NUM_TEMP]; member
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsislands_smc.h263 uint8_t temp_src; member
H A Dsi_dpm.c6580 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()
/linux/drivers/gpu/drm/radeon/
H A Dsislands_smc.h267 uint8_t temp_src; member
H A Dsi_dpm.c6032 fan_table.temp_src = (uint8_t)tmp; in si_thermal_setup_fan_table()