Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dctl.c616 struct tb_cfg_result tb_cfg_request_sync(struct tb_ctl *ctl, in tb_cfg_request_sync() function
933 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec); in tb_cfg_reset()
993 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_read_raw()
1069 res = tb_cfg_request_sync(ctl, req, timeout_msec); in tb_cfg_write_raw()
H A Dxdomain.c193 res = tb_cfg_request_sync(ctl, req, timeout_msec); in __tb_xdomain_request()
H A Dicm.c324 res = tb_cfg_request_sync(tb->ctl, req, timeout_msec); in icm_request()