Lines Matching refs:timeout_msec
47 int timeout_msec; member
592 int timeout_msec) in tb_cfg_request_sync() argument
594 unsigned long timeout = msecs_to_jiffies(timeout_msec); in tb_cfg_request_sync()
626 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int timeout_msec, event_cb cb, in tb_ctl_alloc() argument
634 ctl->timeout_msec = timeout_msec; in tb_ctl_alloc()
837 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec); in tb_cfg_reset()
859 u32 offset, u32 length, int timeout_msec) in tb_cfg_read_raw() argument
894 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_read_raw()
930 u32 offset, u32 length, int timeout_msec) in tb_cfg_write_raw() argument
967 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_write_raw()
1013 space, offset, length, ctl->timeout_msec); in tb_cfg_read()
1039 space, offset, length, ctl->timeout_msec); in tb_cfg_write()
1077 ctl->timeout_msec); in tb_cfg_get_upstream_port()