Searched refs:adm1030_set (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/powerpc/powermac/
H A Dwindtunnel.c72 static int adm1030_set(struct adm1030_softc *fan, int pwm);
201 sc->fan.set = (int (*)(struct pmac_fan *, int))adm1030_set;
207 static int adm1030_set(struct adm1030_softc *fan, int pwm) function
239 return (adm1030_set(sc, pwm));

Completed in 98 milliseconds