Home
last modified time | relevance | path

Searched defs:duty (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c85 unsigned int duty; member
241 aw_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in aw_pwm_channel_config()
321 aw_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in aw_pwm_channel_get_config()
/freebsd/sys/dev/pwm/
H A Dpwmc.h35 u_int duty; member
H A Dofw_pwm.h37 uint64_t duty; member
H A Dpwmbus.c196 pwmbus_channel_config(device_t dev, u_int chan, u_int period, u_int duty) in pwmbus_channel_config()
202 pwmbus_channel_get_config(device_t dev, u_int chan, u_int *period, u_int *duty) in pwmbus_channel_get_config()
H A Dpwm_backlight.c71 uint64_t duty; member
/freebsd/sys/dev/pwm/controller/rockchip/
H A Drk_pwm.c115 unsigned int duty; member
265 rk_pwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in rk_pwm_channel_config()
327 rk_pwm_channel_get_config(device_t dev, u_int channel, u_int *period, u_int *duty) in rk_pwm_channel_get_config()
/freebsd/usr.sbin/pwm/
H A Dpwm.c77 u_int period, duty; in main() local
/freebsd/sys/arm/ti/am335x/
H A Dam335x_ehrpwm.c172 u_int duty; /* on duration, in ns */ member
200 am335x_ehrpwm_cfg_duty(struct am335x_ehrpwm_softc *sc, u_int chan, u_int duty) in am335x_ehrpwm_cfg_duty()
319 am335x_ehrpwm_channel_config(device_t dev, u_int channel, u_int period, u_int duty) in am335x_ehrpwm_channel_config()
340 u_int *period, u_int *duty) in am335x_ehrpwm_channel_get_config()
H A Dam335x_ecap.c106 am335x_pwm_config_ecap(int unit, int period, int duty) in am335x_pwm_config_ecap()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.h27 } __packed duty; member