Lines Matching defs:timeout_msec
32 * @timeout_msec: Default timeout for non-raw control messages
47 int timeout_msec;
582 * @timeout_msec: Timeout how long to wait @req to complete
591 int timeout_msec)
593 unsigned long timeout = msecs_to_jiffies(timeout_msec);
617 * @timeout_msec: Default timeout used with non-raw control messages
625 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int timeout_msec, event_cb cb,
633 ctl->timeout_msec = timeout_msec;
898 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec);
914 * @timeout_msec: Timeout in ms how long to wait for the response
920 u32 offset, u32 length, int timeout_msec)
955 res = tb_cfg_request_sync(ctl, req, timeout_msec);
985 * @timeout_msec: Timeout in ms how long to wait for the response
991 u32 offset, u32 length, int timeout_msec)
1028 res = tb_cfg_request_sync(ctl, req, timeout_msec);
1074 space, offset, length, ctl->timeout_msec);
1100 space, offset, length, ctl->timeout_msec);
1138 ctl->timeout_msec);