Searched refs:__tb_xdomain_response (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | xdomain.c | 96 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response() function 129 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response() 238 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_error_response() 382 ret = __tb_xdomain_response(ctl, res, total_size, in tb_xdp_properties_response() 420 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_properties_changed_response()
|