Home
last modified time | relevance | path

Searched refs:TB_CFG_DEFAULT_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/thunderbolt/
Dctl.h31 #define TB_CFG_DEFAULT_TIMEOUT 5000 /* msec */ macro
Dctl.c954 space, offset, length, TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_read()
980 space, offset, length, TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_write()
1016 TB_CFG_DEFAULT_TIMEOUT); in tb_cfg_get_upstream_port()
Dswitch.c971 res = tb_cfg_reset(tb->ctl, route, TB_CFG_DEFAULT_TIMEOUT); in tb_switch_reset()