Home
last modified time | relevance | path

Searched refs:tb_switch_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/thunderbolt/
Dtb.h758 extern const struct device_type tb_switch_type;
871 return dev->type == &tb_switch_type; in tb_is_switch()
Dswitch.c2333 const struct device_type tb_switch_type = { variable
2504 sw->dev.type = &tb_switch_type; in tb_switch_alloc()
2549 sw->dev.type = &tb_switch_type; in tb_switch_alloc_safe_mode()