last_ctrl         421 drivers/hid/usbhid/hid-core.c 	usbhid->last_ctrl = jiffies;
last_ctrl         604 drivers/hid/usbhid/hid-core.c 	} else if (time_after(jiffies, usbhid->last_ctrl + HZ * 5)) {
last_ctrl          74 drivers/hid/usbhid/usbhid.h 	unsigned long last_ctrl;						/* record of last output for timeouts */
last_ctrl          31 drivers/mtd/nand/raw/fsl_upm.c 	int last_ctrl;
last_ctrl          82 drivers/mtd/nand/raw/fsl_upm.c 	if (!(ctrl & fun->last_ctrl)) {
last_ctrl          88 drivers/mtd/nand/raw/fsl_upm.c 		fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE);
last_ctrl         296 drivers/mtd/nand/raw/fsl_upm.c 	fun->last_ctrl = NAND_CLE;