Lines Matching refs:timeout_msec
34 * @timeout_msec: Default timeout for non-raw control messages
50 int timeout_msec;
597 * @timeout_msec: Timeout how long to wait @req to complete
606 int timeout_msec)
608 unsigned long timeout = msecs_to_jiffies(timeout_msec);
633 * @timeout_msec: Default timeout used with non-raw control messages
641 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int index, int timeout_msec,
651 ctl->timeout_msec = timeout_msec;
916 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec);
932 * @timeout_msec: Timeout in ms how long to wait for the response
938 u32 offset, u32 length, int timeout_msec)
973 res = tb_cfg_request_sync(ctl, req, timeout_msec);
1003 * @timeout_msec: Timeout in ms how long to wait for the response
1009 u32 offset, u32 length, int timeout_msec)
1046 res = tb_cfg_request_sync(ctl, req, timeout_msec);
1092 space, offset, length, ctl->timeout_msec);
1118 space, offset, length, ctl->timeout_msec);
1156 ctl->timeout_msec);