lastleds           57 drivers/parisc/led.c static unsigned char lastleds;	/* LED state from most recent update */
lastleds          327 drivers/parisc/led.c 		if ((leds & mask[i]) != (lastleds & mask[i])) 
lastleds          481 drivers/parisc/led.c 	if (currentleds != lastleds)
lastleds          484 drivers/parisc/led.c 		lastleds = currentleds;