Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtb.c644 sw = tb_switch_alloc(port->sw->tb, &port->sw->dev, in tb_scan_port()
1447 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in tb_start()
Dtb.h770 struct tb_switch *tb_switch_alloc(struct tb *tb, struct device *parent,
Dicm.c615 sw = tb_switch_alloc(tb, &parent_sw->dev, route); in alloc_switch()
2157 tb->root_switch = tb_switch_alloc(tb, &tb->dev, 0); in icm_start()
Dswitch.c2319 struct tb_switch *tb_switch_alloc(struct tb *tb, struct device *parent, in tb_switch_alloc() function