Searched refs:fan_installed (Results 1 – 1 of 1) sorted by relevance
23 static bool fan_installed(struct device *dev, int fan) in fan_installed() function55 return !!((val & BIT(POWER_BIT)) && fan_installed(dev, fan)); in fan_enabled()112 *val = fan_installed(dev, channel) ? readb(drvdata->base + channel) : 0; in gxp_pwm_read()