Searched defs:duty (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/pwm/
H A Dofw_pwm.h40 uint64_t duty; member in struct:pwm_channel
H A Dpwmc.h38 u_int duty; member in struct:pwm_state
H A Dpwmbus.c216 pwmbus_channel_config(device_t dev, u_int chan, u_int period, u_int duty) argument
222 pwmbus_channel_get_config(device_t dev, u_int chan, u_int *period, u_int *duty) argument
/freebsd-12-stable/usr.sbin/pwm/
H A Dpwm.c79 u_int period, duty; local
[all...]
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_ecap.c104 am335x_pwm_config_ecap(int unit, int period, int duty) argument
H A Dam335x_ehrpwm.c166 u_int duty; /* on duration, in ns */ member in struct:ehrpwm_channel
205 am335x_ehrpwm_cfg_duty(struct am335x_ehrpwm_softc *sc, u_int chan, u_int duty) argument
412 uint32_t duty; local
486 am335x_ehrpwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) argument
506 am335x_ehrpwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) argument
[all...]
/freebsd-12-stable/sys/arm/allwinner/
H A Daw_pwm.c90 unsigned int duty; member in struct:aw_pwm_softc
248 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) argument
328 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) argument
[all...]
/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_pwm.c119 unsigned int duty; member in struct:rk_pwm_softc
268 rk_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) argument
330 rk_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) argument
[all...]

Completed in 68 milliseconds