Searched refs:tb_xdomain_request (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 332 int tb_xdomain_request(struct tb_xdomain *xd, const void *request,
|
/linux-6.3-rc2/drivers/net/thunderbolt/ |
A D | main.c | 271 return tb_xdomain_request(xd, &request, sizeof(request), in tbnet_login_request() 302 return tb_xdomain_request(xd, &request, sizeof(request), in tbnet_logout_request()
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | xdomain.c | 217 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request() function 226 EXPORT_SYMBOL_GPL(tb_xdomain_request);
|
Completed in 14 milliseconds