Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dfsl_upm.c35 int last_ctrl; member
85 if (!(ctrl & fun->last_ctrl)) { in fun_cmd_ctrl()
91 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); in fun_cmd_ctrl()
300 fun->last_ctrl = NAND_CLE; in fun_probe()
/linux-3.4.99/drivers/hid/usbhid/
Dusbhid.h82 unsigned long last_ctrl; /* record of last output for timeouts */ member
Dhid-core.c394 usbhid->last_ctrl = jiffies; in hid_submit_ctrl()
624 if (time_after(jiffies, usbhid->last_ctrl + HZ * 5)) { in __usbhid_submit_report()