Searched refs:shouldsleep (Results 1 – 1 of 1) sorted by relevance
759 int shouldsleep; in lbs_thread() local770 shouldsleep = 0; /* Bye */ in lbs_thread()772 shouldsleep = 1; /* We need to wait until we're _told_ to die */ in lbs_thread()774 shouldsleep = 1; /* Sleep mode. Nothing we can do till it wakes */ in lbs_thread()776 shouldsleep = 0; /* Command timed out. Recover */ in lbs_thread()778 shouldsleep = 1; /* Firmware not ready. We're waiting for it */ in lbs_thread()780 shouldsleep = 1; /* Something is en route to the device already */ in lbs_thread()782 shouldsleep = 0; /* We've a packet to send */ in lbs_thread()784 shouldsleep = 0; /* We have a command response */ in lbs_thread()786 shouldsleep = 1; /* Can't send a command; one already running */ in lbs_thread()[all …]