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

/linux-4.4.14/drivers/mtd/nand/
H A Dfsl_upm.c36 int last_ctrl; member in struct:fsl_upm_nand
86 if (!(ctrl & fun->last_ctrl)) { fun_cmd_ctrl()
92 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); fun_cmd_ctrl()
301 fun->last_ctrl = NAND_CLE; fun_probe()
/linux-4.4.14/drivers/hid/usbhid/
H A Dusbhid.h80 unsigned long last_ctrl; /* record of last output for timeouts */ member in struct:usbhid_device
H A Dhid-core.c419 usbhid->last_ctrl = jiffies; hid_submit_ctrl()
601 } else if (time_after(jiffies, usbhid->last_ctrl + HZ * 5)) { __usbhid_submit_report()

Completed in 148 milliseconds