Home
last modified time | relevance | path

Searched refs:tb_switch_alloc (Results 1 – 3 of 3) sorted by relevance

/drivers/thunderbolt/
Dtb.c52 sw = tb_switch_alloc(port->sw->tb, tb_downstream_route(port)); in tb_scan_port()
379 tb->root_switch = tb_switch_alloc(tb, 0); in thunderbolt_alloc_and_start()
Dtb.h224 struct tb_switch *tb_switch_alloc(struct tb *tb, u64 route);
Dswitch.c339 struct tb_switch *tb_switch_alloc(struct tb *tb, u64 route) in tb_switch_alloc() function