Lines Matching refs:timeout
42 unsigned int length, unsigned int *act_len, int timeout)
53 ucr->sg_timer.expires = jiffies + msecs_to_jiffies(timeout);
69 unsigned int *act_len, int timeout)
71 if (timeout < 600)
72 timeout = 600;
77 timeout);
80 timeout);
231 int rtsx_usb_send_cmd(struct rtsx_ucr *ucr, u8 flag, int timeout)
242 0, NULL, timeout);
252 int rtsx_usb_get_rsp(struct rtsx_ucr *ucr, int rsp_len, int timeout)
261 ucr->rsp_buf, rsp_len, 0, NULL, timeout);