Home
last modified time | relevance | path

Searched refs:dly (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/input/keyboard/
Dtegra-kbc.c383 unsigned long dly; in tegra_kbc_keypress_timer() local
391 dly = (val == 1) ? kbc->repoll_dly : 1; in tegra_kbc_keypress_timer()
392 mod_timer(&kbc->timer, jiffies + msecs_to_jiffies(dly)); in tegra_kbc_keypress_timer()
/linux-3.4.99/drivers/staging/telephony/
Dixj.c2914 int cnt, dly; in ixj_read_frame() local
2919 dly = 0; in ixj_read_frame()
2921 if (dly++ > 5) { in ixj_read_frame()
2922 dly = 0; in ixj_read_frame()
2941 dly = 0; in ixj_read_frame()
2943 if (dly++ > 5) { in ixj_read_frame()
2944 dly = 0; in ixj_read_frame()
3452 int cnt, frame_count, dly; in ixj_write_frame() local
3459 dly = 0; in ixj_write_frame()
3461 if (dly++ > 5) { in ixj_write_frame()
[all …]