Searched refs:tb_xdomain_request (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | thunderbolt.h | 304 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
|
/Linux-v5.4/drivers/net/ |
D | thunderbolt.c | 262 return tb_xdomain_request(xd, &request, sizeof(request), in tbnet_login_request() 293 return tb_xdomain_request(xd, &request, sizeof(request), in tbnet_logout_request()
|
/Linux-v5.4/drivers/thunderbolt/ |
D | xdomain.c | 176 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() function 185 EXPORT_SYMBOL_GPL(tb_xdomain_request);
|