Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dftsteutates.c74 u8 fan_present; member
147 data->fan_present = err; in fts_update_device()
155 if (data->fan_present & BIT(i)) { in fts_update_device()
393 *val = !(data->fan_present & BIT(channel)); in fts_read()
H A Dnpcm750-pwm-fan.c203 bool fan_present[NPCM7XX_FAN_MAX_CHN_NUM]; member
340 if (data->fan_present[i * 2]) { in npcm7xx_fan_polling()
345 if (data->fan_present[(i * 2) + 1]) { in npcm7xx_fan_polling()
581 if (!data->fan_present[channel]) in npcm7xx_fan_is_visible()
914 data->fan_present[index] = true; in npcm7xx_en_pwm_fan()
1015 if (data->fan_present[i]) { in npcm7xx_pwm_fan_probe()