Searched refs:read_timeout (Results 1 – 5 of 5) sorted by relevance
130 static int read_timeout = 200; variable131 module_param(read_timeout, int, 0);132 MODULE_PARM_DESC(read_timeout, "Read timeout in ms");520 if (read_timeout) in tower_read()521 timeout = jiffies + msecs_to_jiffies(read_timeout); in tower_read()535 if (read_timeout in tower_read()537 timeout = jiffies + msecs_to_jiffies(read_timeout); in tower_read()540 if (read_timeout && time_after(jiffies, timeout)) { in tower_read()
219 int read_timeout = ADI_READ_TIMEOUT; in sprd_adi_read() local256 } while (--read_timeout); in sprd_adi_read()258 if (read_timeout == 0) { in sprd_adi_read()
319 uint16_t read_timeout; member
80 __be16 read_timeout; /* ms, 0 = no timeout */ member
1628 __le16 read_timeout; member