Lines Matching refs:timeout_msec
50 int timeout_msec; member
611 int timeout_msec) in tb_cfg_request_sync() argument
613 unsigned long timeout = msecs_to_jiffies(timeout_msec); in tb_cfg_request_sync()
646 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int index, int timeout_msec, in tb_ctl_alloc() argument
656 ctl->timeout_msec = timeout_msec; in tb_ctl_alloc()
921 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec); in tb_cfg_reset()
943 u32 offset, u32 length, int timeout_msec) in tb_cfg_read_raw() argument
978 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_read_raw()
1014 u32 offset, u32 length, int timeout_msec) in tb_cfg_write_raw() argument
1051 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_write_raw()
1097 space, offset, length, ctl->timeout_msec); in tb_cfg_read()
1123 space, offset, length, ctl->timeout_msec); in tb_cfg_write()
1161 ctl->timeout_msec); in tb_cfg_get_upstream_port()