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

/linux-master/include/linux/
H A Dlp.h40 unsigned int maxwait; member in struct:lp_stats
/linux-master/drivers/media/tuners/
H A Dtda18250.c84 int maxwait, int step, u8 irq)
94 timeout = jiffies + msecs_to_jiffies(maxwait);
109 (jiffies_to_msecs(timeout) - maxwait),
83 tda18250_wait_for_irq(struct dvb_frontend *fe, int maxwait, int step, u8 irq) argument
/linux-master/drivers/message/fusion/
H A Dmptbase.c163 u32 *req, int replyBytes, u16 *u16reply, int maxwait,
4639 * @maxwait: Max wait time for a reply (in seconds)
4651 int replyBytes, u16 *u16reply, int maxwait, int sleepFlag)
4724 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0)
4650 mpt_handshake_req_reply_wait(MPT_ADAPTER *ioc, int reqBytes, u32 *req, int replyBytes, u16 *u16reply, int maxwait, int sleepFlag) argument

Completed in 180 milliseconds