Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dnpcm750-pwm-fan.c202 bool fan_present[NPCM7XX_FAN_MAX_CHN_NUM]; member
342 if (data->fan_present[i * 2]) { in npcm7xx_fan_polling()
347 if (data->fan_present[(i * 2) + 1]) { in npcm7xx_fan_polling()
583 if (!data->fan_present[channel]) in npcm7xx_fan_is_visible()
901 data->fan_present[index] = true; in npcm7xx_en_pwm_fan()
1000 if (data->fan_present[i]) { in npcm7xx_pwm_fan_probe()
Dftsteutates.c80 u8 fan_present; member
169 data->fan_present = err; in fts_update_device()
177 if (data->fan_present & BIT(i)) { in fts_update_device()