Searched refs:have_temp (Results 1 – 2 of 2) sorted by relevance
1648 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