Searched refs:last_duty (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-stmpe.c | 31 u8 last_duty; member 162 stmpe_pwm->last_duty = 0x00; in stmpe_24xx_pwm_config() 170 stmpe_pwm->last_duty = 0xff; in stmpe_24xx_pwm_config() 172 u8 value, last = stmpe_pwm->last_duty; in stmpe_24xx_pwm_config() 219 "PWM#%u: value = %02x, last_duty = %02x, program=%04x,%04x,%04x\n", in stmpe_24xx_pwm_config() 222 stmpe_pwm->last_duty = value; in stmpe_24xx_pwm_config()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-stmpe.c | 31 u8 last_duty; member 163 stmpe_pwm->last_duty = 0x00; in stmpe_24xx_pwm_config() 171 stmpe_pwm->last_duty = 0xff; in stmpe_24xx_pwm_config() 173 u8 value, last = stmpe_pwm->last_duty; in stmpe_24xx_pwm_config() 220 "PWM#%u: value = %02x, last_duty = %02x, program=%04x,%04x,%04x\n", in stmpe_24xx_pwm_config() 223 stmpe_pwm->last_duty = value; in stmpe_24xx_pwm_config()
|
Completed in 1 milliseconds