Home
last modified time | relevance | path

Searched defs:dutycycle (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Dpwm-regulator.c48 unsigned int dutycycle; member
58 unsigned int dutycycle; in pwm_regulator_init_state() local
196 unsigned int dutycycle; in pwm_regulator_set_voltage() local
/openbmc/openbmc-tools/pwmtachtool/src/
H A Dpwmtachtool.c141 unsigned char dutycycle = 0; in main() local
H A Dpwmtach_ioctl.h28 unsigned char dutycycle; member
/openbmc/linux/drivers/pwm/
H A Dcore.c604 u64 dutycycle = (u64)state.duty_cycle * pargs.period; in pwm_adjust_config() local
/openbmc/linux/drivers/hwmon/
H A Dcorsair-psu.c153 static int corsairpsu_dutycycle_to_pwm(const long dutycycle) in corsairpsu_dutycycle_to_pwm()