Searched refs:__tb_xdomain_response (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | xdomain.c | 134 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, in __tb_xdomain_response() function 167 return __tb_xdomain_response(xd->tb->ctl, response, size, type); in tb_xdomain_response() 304 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_uuid_response() 318 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_error_response() 461 ret = __tb_xdomain_response(ctl, res, total_size, in tb_xdp_properties_response() 499 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_properties_changed_response() 563 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_link_state_status_response() 605 return __tb_xdomain_response(ctl, &res, sizeof(res), in tb_xdp_link_state_change_response()
|