Lines Matching refs:tb
46 struct tb *tb = port->sw->tb; in link_show() local
49 if (mutex_lock_interruptible(&tb->lock)) in link_show()
61 mutex_unlock(&tb->lock); in link_show()
126 struct tb *tb; in usb4_usb3_port_match() local
133 tb = sw->tb; in usb4_usb3_port_match()
134 nhi = tb->nhi; in usb4_usb3_port_match()
164 struct tb *tb = port->sw->tb; in offline_store() local
174 if (mutex_lock_interruptible(&tb->lock)) { in offline_store()
201 mutex_unlock(&tb->lock); in offline_store()
215 struct tb *tb = port->sw->tb; in rescan_store() local
228 if (mutex_lock_interruptible(&tb->lock)) { in rescan_store()
243 mutex_unlock(&tb->lock); in rescan_store()