Home
last modified time | relevance | path

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

/openbmc/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.c206 bool fan_present[NPCM7XX_FAN_MAX_CHN_NUM]; member
347 if (data->fan_present[i * 2]) { in npcm7xx_fan_polling()
352 if (data->fan_present[(i * 2) + 1]) { in npcm7xx_fan_polling()
588 if (!data->fan_present[channel]) in npcm7xx_fan_is_visible()
918 data->fan_present[index] = true; in npcm7xx_en_pwm_fan()
1021 if (data->fan_present[i]) { in npcm7xx_pwm_fan_probe()
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot42 ${fan_present}= Get Variable Value ${fan_properties['Present']} 0
45 Continue For Loop If ${fan_present} == 0 or ${fan_functional} == 0