Lines Matching defs:tb_switch
157 struct tb_switch { struct
162 struct tb_switch_tmu tmu; argument
163 struct tb *tb;
164 u64 uid;
165 uuid_t *uuid;
166 u16 vendor;
167 u16 device;
168 const char *vendor_name;
169 const char *device_name;
170 unsigned int link_speed;
171 unsigned int link_width;
172 bool link_usb4;
173 unsigned int generation;
174 int cap_plug_events;
175 int cap_lc;
176 bool is_unplugged;
177 u8 *drom;
178 struct tb_nvm *nvm;
202 * struct tb_port - a thunderbolt port, part of a tb_switch argument