Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb.c171 sw = tb_switch_alloc(port->sw->tb, &port->sw->dev, in tb_scan_port()
656 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in tb_start()
Dtb.h517 struct tb_switch *tb_switch_alloc(struct tb *tb, struct device *parent,
Dicm.c578 sw = tb_switch_alloc(parent_sw->tb, &parent_sw->dev, route); in add_switch()
2041 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in icm_start()
Dswitch.c1496 struct tb_switch *tb_switch_alloc(struct tb *tb, struct device *parent, in tb_switch_alloc() function