Searched refs:have_temp (Results 1 – 5 of 5) sorted by relevance
369 u16 have_temp; member660 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 …]
210 bool have_temp = false; in drivetemp_get_smarttemp() local239 have_temp = true; in drivetemp_get_smarttemp()243 have_temp = true; in drivetemp_get_smarttemp()248 if (have_temp) { in drivetemp_get_smarttemp()
1649 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 …]
167 u16 have_temp; member
451 if (!(data->have_temp & BIT(i))) in nct6775_resume()