Searched defs:duty (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/pwm/controller/allwinner/ |
H A D | aw_pwm.c | 85 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 D | pwmc.h | 35 u_int duty; member
|
H A D | ofw_pwm.h | 37 uint64_t duty; member
|
H A D | pwmbus.c | 196 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 D | pwm_backlight.c | 71 uint64_t duty; member
|
/freebsd/sys/dev/pwm/controller/rockchip/ |
H A D | rk_pwm.c | 115 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 D | pwm.c | 77 u_int period, duty; in main() local
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_ehrpwm.c | 172 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 D | am335x_ecap.c | 106 am335x_pwm_config_ecap(int unit, int period, int duty) in am335x_pwm_config_ecap()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mcu.h | 27 } __packed duty; member
|