Lines Matching refs:timeout_msec
50 int timeout_msec; member
603 int timeout_msec) in tb_cfg_request_sync() argument
605 unsigned long timeout = msecs_to_jiffies(timeout_msec); in tb_cfg_request_sync()
638 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int index, int timeout_msec, in tb_ctl_alloc() argument
648 ctl->timeout_msec = timeout_msec; in tb_ctl_alloc()
913 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec); in tb_cfg_reset()
935 u32 offset, u32 length, int timeout_msec) in tb_cfg_read_raw() argument
970 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_read_raw()
1006 u32 offset, u32 length, int timeout_msec) in tb_cfg_write_raw() argument
1043 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_write_raw()
1089 space, offset, length, ctl->timeout_msec); in tb_cfg_read()
1115 space, offset, length, ctl->timeout_msec); in tb_cfg_write()
1153 ctl->timeout_msec); in tb_cfg_get_upstream_port()