Home
last modified time | relevance | path

Searched refs:fixedpwm (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dhp3900_rts8822.c376 static SANE_Int Lamp_PWM_Save (struct st_device *dev, SANE_Int fixedpwm);
2461 Lamp_PWM_Save (struct st_device *dev, SANE_Int fixedpwm) in Lamp_PWM_Save() argument
2465 DBG (DBG_FNC, "+ Lamp_PWM_Save(fixedpwm=%i):\n", fixedpwm); in Lamp_PWM_Save()
2470 RTS_EEPROM_WriteByte (dev->usb_handle, 0x7b, ((fixedpwm << 2) | 0x80)); in Lamp_PWM_Save()
2489 SANE_Int fixedpwm, currentpwd; in Lamp_PWM_Setup() local
2492 fixedpwm = in Lamp_PWM_Setup()
2499 if (currentpwd != fixedpwm) in Lamp_PWM_Setup()
2500 rst = Lamp_PWM_DutyCycle_Set (dev, fixedpwm); in Lamp_PWM_Setup()
2503 rst = Lamp_PWM_DutyCycle_Set (dev, fixedpwm); in Lamp_PWM_Setup()
[all...]

Completed in 7 milliseconds