Home
last modified time | relevance | path

Searched refs:last_ctrl (Results 1 – 3 of 3) sorted by relevance

/drivers/mtd/nand/
Dfsl_upm.c35 int last_ctrl; member
87 if (!(ctrl & fun->last_ctrl)) { in fun_cmd_ctrl()
93 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); in fun_cmd_ctrl()
302 fun->last_ctrl = NAND_CLE; in fun_probe()
/drivers/hid/usbhid/
Dusbhid.h80 unsigned long last_ctrl; /* record of last output for timeouts */ member
Dhid-core.c419 usbhid->last_ctrl = jiffies; in hid_submit_ctrl()
601 } else if (time_after(jiffies, usbhid->last_ctrl + HZ * 5)) { in __usbhid_submit_report()