Searched refs:__tb_xdomain_response (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/thunderbolt/ |
D | xdomain.c | 94 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response() function 127 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response() 266 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_uuid_response() 280 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_error_response() 424 ret = __tb_xdomain_response(ctl, res, total_size, in tb_xdp_properties_response() 462 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_properties_changed_response()
|