Home
last modified time | relevance | path

Searched refs:dwLampOnPeriod (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-usbhw.c1587 interval.it_value.tv_sec = dev->usbDev.dwLampOnPeriod; in usb_StartLampTimer()
1591 if( 0 != dev->usbDev.dwLampOnPeriod ) { in usb_StartLampTimer()
1597 if( 0 != dev->usbDev.dwLampOnPeriod ) { in usb_StartLampTimer()
1599 alarm( dev->usbDev.dwLampOnPeriod ); in usb_StartLampTimer()
1620 if( 0 != dev->usbDev.dwLampOnPeriod ) in usb_StopLampTimer()
H A Dplustek-usb.h540 u_long dwLampOnPeriod;/**< How many seconds to keep lamp on */ member
H A Dplustek-usb.c158 dev->usbDev.dwLampOnPeriod = dev->adj.lampOff; in usb_CheckAndCopyAdjs()
H A Dplustek.c1316 dev->usbDev.dwLampOnPeriod = cnf->adj.lampOff; in attach()