Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Daquacomputer_d5next.c543 int num_fans; member
786 if (priv->fan_ctrl_offsets && channel < priv->num_fans) { in aqc_is_visible()
823 if (channel < priv->num_fans + priv->num_flow_sensors) in aqc_is_visible()
827 if (channel < priv->num_fans) in aqc_is_visible()
834 if (priv->kind == quadro && channel == priv->num_fans) in aqc_is_visible()
863 if (channel < priv->num_fans) in aqc_is_visible()
881 if (channel < priv->num_fans) in aqc_is_visible()
890 if (channel < priv->num_fans + 2) in aqc_is_visible()
900 if (channel < priv->num_fans) in aqc_is_visible()
1336 for (i = 0; i < priv->num_fans; i++) { in aqc_raw_event()
[all …]
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtach_ioctl.h22 unsigned int num_fans; member
/openbmc/openbmc-test-automation/lib/
H A Dfan_utils.robot177 [Arguments] ${num_fans} ${water_cooled}
180 # num_fans The number of fans present in the system.
191 Rpvars num_fans water_cooled
195 Run Keyword If ${water_cooled} == 1 and ${num_fans} < ${min_fans_water}
200 Run Keyword If ${water_cooled} == 0 and ${num_fans} < ${min_fans_air}