Searched defs:tb_xdomain (Results 1 – 1 of 1) sorted by relevance
223 struct tb_xdomain { struct224 struct device dev;225 struct tb *tb;226 uuid_t *remote_uuid;228 u64 route;229 u16 vendor;230 u16 device;233 struct mutex lock;234 const char *vendor_name;235 const char *device_name;[all …]
Completed in 4 milliseconds