Home
last modified time | relevance | path

Searched refs:fan_present (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dftsteutates.c79 u8 fan_present; member
168 data->fan_present = err; in fts_update_device()
176 if (data->fan_present & BIT(i)) { in fts_update_device()
417 *val = !(data->fan_present & BIT(channel)); in fts_read()
H A Dnpcm750-pwm-fan.c205 bool fan_present[NPCM7XX_FAN_MAX_CHN_NUM]; member
346 if (data->fan_present[i * 2]) { in npcm7xx_fan_polling()
351 if (data->fan_present[(i * 2) + 1]) { in npcm7xx_fan_polling()
587 if (!data->fan_present[channel]) in npcm7xx_fan_is_visible()
920 data->fan_present[index] = true; in npcm7xx_en_pwm_fan()
1024 if (data->fan_present[i]) { in npcm7xx_pwm_fan_probe()