Searched refs:dwLampOnPeriod (Results 1 – 4 of 4) sorted by relevance
1587 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()
540 u_long dwLampOnPeriod;/**< How many seconds to keep lamp on */ member
158 dev->usbDev.dwLampOnPeriod = dev->adj.lampOff; in usb_CheckAndCopyAdjs()
1316 dev->usbDev.dwLampOnPeriod = cnf->adj.lampOff; in attach()