Home
last modified time | relevance | path

Searched refs:have_temp (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/hwmon/
Dw83627ehf.c369 u16 have_temp; member
660 if (!(data->have_temp & (1 << i))) in w83627ehf_update_device()
1231 if (!(data->have_temp & (1 << i))) in w83627ehf_init_device()
1345 if (!(data->have_temp & (1 << channel))) in w83627ehf_is_visible()
1737 data->have_temp = 0x07; in w83627ehf_probe()
1766 data->have_temp |= 1 << 3; in w83627ehf_probe()
1775 data->have_temp &= ~(1 << 2); in w83627ehf_probe()
1777 if ((data->temp_src[2] == 2 && (data->have_temp & (1 << 2))) in w83627ehf_probe()
1778 || (data->temp_src[3] == 2 && (data->have_temp & (1 << 3)))) in w83627ehf_probe()
1782 data->have_temp_offset = data->have_temp & 0x07; in w83627ehf_probe()
[all …]
Ddrivetemp.c210 bool have_temp = false; in drivetemp_get_smarttemp() local
239 have_temp = true; in drivetemp_get_smarttemp()
243 have_temp = true; in drivetemp_get_smarttemp()
248 if (have_temp) { in drivetemp_get_smarttemp()
Dnct6775-core.c1649 if (!(data->have_temp & BIT(i))) in nct6775_update_device()
2354 if (!(data->have_temp & BIT(temp))) in nct6775_temp_is_visible()
2731 if (!(data->have_temp & BIT(i))) in show_pwm_temp_sel_common()
2774 if (!(data->have_temp & BIT(val - 1)) || !data->temp_src[val - 1]) in store_pwm_temp_sel()
2827 if (val && (!(data->have_temp & BIT(val - 1)) || in store_pwm_weight_temp_sel()
3433 if (!(data->have_temp & BIT(i))) in nct6775_init_device()
4142 data->have_temp = 0; in nct6775_probe()
4203 data->have_temp |= BIT(src - 1); in nct6775_probe()
4225 data->have_temp |= BIT(s); in nct6775_probe()
4278 if (data->have_temp & BIT(src - 1)) in nct6775_probe()
[all …]
Dnct6775.h167 u16 have_temp; member
Dnct6775-platform.c451 if (!(data->have_temp & BIT(i))) in nct6775_resume()