Searched defs:pwm (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpwm.h48 pwm_put(struct pwm_device *pwm) argument
53 pwm_enable(struct pwm_device *pwm) argument
59 pwm_disable(struct pwm_device *pwm) argument
64 pwm_is_enabled(const struct pwm_device *pwm) argument
83 pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) argument
89 pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state) argument
/freebsd-current/sys/dev/iicbus/pwm/
H A Dadm1030.c202 static int adm1030_set(struct adm1030_softc *fan, int pwm) argument
222 int pwm, erro local
[all...]
H A Dadt746x.c294 adt746x_fan_set_pwm(struct adt746x_fan *fan, int pwm) argument
331 uint16_t pwm; local
450 int pwm = 0, error; local
[all...]
/freebsd-current/sys/powerpc/powermac/
H A Dfcu.c350 fcu_fan_set_pwm(struct fcu_fan *fan, int pwm) argument
382 fcu_fan_get_pwm(device_t dev, struct fcu_fan *fan, int *pwm, int *rpm) argument
528 int rpm = 0, pwm = 0, error = 0; local
[all...]
H A Dsmu.c765 smu_fan_set_pwm(struct smu_fan *fan, int pwm) argument
812 smu_fan_read_pwm(struct smu_fan *fan, int *pwm, int *rpm) argument
863 int pwm = 0, rpm, error = 0; local
[all...]

Completed in 67 milliseconds