Lines Matching full:fans
326 /* Some SMUs have RPM and PWM controlled fans which do not sit
918 /* We have either RPM or PWM controlled fans. */
949 /* On the first call count the number of fans. In the second call,
950 * after allocating the fan struct, fill the properties of the fans.
962 /* First find the fanroots and count the number of fans. */
967 if (strncmp(name, "rpm-fans", 9) == 0 ||
968 strncmp(name, "pwm-fans", 9) == 0 ||
969 strncmp(name, "fans", 5) == 0)
981 device_printf(dev, "WARNING: No fans detected!\n");
999 /* Get the number of fans. */
1004 /* Now we're able to allocate memory for the fans struct. */
1011 /* Register fans with pmac_thermal */
1017 SYSCTL_CHILDREN(device_get_sysctl_tree(dev)), OID_AUTO, "fans",