Searched refs:have_temp (Results 1 – 2 of 2) sorted by relevance
506 u16 have_temp; member901 if (!(data->have_temp & (1 << i))) in w83627ehf_update_device()1860 if (!(data->have_temp & (1 << i))) in w83627ehf_device_remove_files()1897 if (!(data->have_temp & (1 << i))) in w83627ehf_init_device()2102 data->have_temp = 0x07; in w83627ehf_probe()2125 data->have_temp |= 1 << i; in w83627ehf_probe()2168 data->have_temp &= ~(1 << 2); in w83627ehf_probe()2176 data->have_temp_offset = data->have_temp & 0x07; in w83627ehf_probe()2207 data->have_temp |= 1 << 3; in w83627ehf_probe()2216 data->have_temp &= ~(1 << 2); in w83627ehf_probe()[all …]
1109 u16 have_temp; member1714 if (!(data->have_temp & BIT(i))) in nct6775_update_device()2338 if (!(data->have_temp & BIT(temp))) in nct6775_temp_is_visible()2632 if (!(data->have_temp & BIT(i))) in show_pwm_temp_sel_common()2668 if (!(data->have_temp & BIT(val - 1)) || !data->temp_src[val - 1]) in store_pwm_temp_sel()2711 if (val && (!(data->have_temp & BIT(val - 1)) || in store_pwm_weight_temp_sel()3397 if (!(data->have_temp & BIT(i))) in nct6775_init_device()4059 data->have_temp = 0; in nct6775_probe()4110 data->have_temp |= BIT(src - 1); in nct6775_probe()4131 data->have_temp |= BIT(s); in nct6775_probe()[all …]